aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-03resolve merge conflicts of 47983a039473f3848647c93278e2d4ae9a5eff51 to qt-dev...Haibo Huang
2019-03-27Fixing the pointer cast for ntoh32p in cn-cborMax Bires
2018-03-23fixup! fixup! implement alignment-safe ntoh16p() && ntoh32p()Kaspar Schleiser
2018-03-23fixup! implement alignment-safe ntoh16p() && ntoh32p()Kaspar Schleiser
2018-03-23fixup! cmake: add align_reads -> -DCBOR_ALIGN_READSKaspar Schleiser
2018-03-23cmake: add align_reads -> -DCBOR_ALIGN_READSKaspar Schleiser
2018-03-17implement alignment-safe ntoh16p() && ntoh32p()Kaspar Schleiser
2018-02-26cn-create: add cn_cbor_float_createVincent Dupont
2018-02-26cn-create: add cn_cbor_double_createVincent Dupont
2017-10-11fix compilation error with gcc 7.2.0Sören Tempel
2015-08-26Remove extraneous const's, fix tests to match, and add an assert to cn_cbor_f...Joe Hildebrand
2015-05-26Rename cbor_encoder_write() to cn_cbor_encoder_write()Olaf Bergmann
2015-04-24Optional float encoding/decodingOlaf Bergmann
2015-04-03separate the two personalities of write_byteCarsten Bormann
2015-04-03Encoder: do the float danceCarsten Bormann
2015-04-03Merge commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6'Carsten Bormann
2015-04-03Merge branch 'encoder-2' of https://github.com/hildjj/cn-cbor into hildjj-enc...Carsten Bormann
2015-04-02better const correctnessJoe Hildebrand
2015-04-03Merge branch 'spudlib-merge' of https://github.com/hildjj/cn-cbor into hildjj...Carsten Bormann
2015-04-02untabify. try and prevent tab creep in the futureJoe Hildebrand
2015-04-02arpa/inet.h was added so that cn-cbor.c will compile on Linux. I'm willing t...Joe Hildebrand
2015-04-02Anything that takes an error pointer should have a checkable return valueJoe Hildebrand
2015-04-01indentationJoe Hildebrand
2015-04-02Directory structure (prepare for pulling PR 9)Carsten Bormann
2015-04-01make it work with contexts againJoe Hildebrand
2015-04-01Remove recursion from encoder, remove confusing public interfaces for writing...Joe Hildebrand
2015-04-01Add docs for create routines, and add map_put to allow more complicated mapsJoe Hildebrand
2015-04-01Add creation routinesJoe Hildebrand
2015-03-31Add coverage, remove the duplicated strcmp/memcmpJoe Hildebrand
2015-03-31Encoder integratedJoe Hildebrand
2015-03-31Add size target. Fix unused variablesJoe Hildebrand
2015-03-31Finish up docs for current API. Move some internals to cbor.hJoe Hildebrand
2015-03-31cmake workingJoe Hildebrand