- c2e5373 Update README for the 2020s by Carsten Bormann · 4 years, 7 months ago
- f1cf9ff Merge pull request #47 from kaspar030/make_ntohxp_alignment_safe by cabo · 7 years ago
- d458c34 fixup! fixup! implement alignment-safe ntoh16p() && ntoh32p() by Kaspar Schleiser · 7 years ago
- 6afc222 fixup! implement alignment-safe ntoh16p() && ntoh32p() by Kaspar Schleiser · 7 years ago
- 3d8c1e8 fixup! cmake: add align_reads -> -DCBOR_ALIGN_READS by Kaspar Schleiser · 7 years ago
- 6cd105d fixup! cmake: add align_reads -> -DCBOR_ALIGN_READS by Kaspar Schleiser · 7 years ago
- 94e6919 cmake: add align_reads -> -DCBOR_ALIGN_READS by Kaspar Schleiser · 7 years ago
- 894e0b4 implement alignment-safe ntoh16p() && ntoh32p() by Kaspar Schleiser · 7 years ago
- 9acd21b Merge pull request #46 from OTAkeys/add_float by cabo · 7 years ago
- 0301ef6 cn-create: add cn_cbor_float_create by Vincent Dupont · 7 years ago
- 7bb482d test: add create double test by Vincent Dupont · 7 years ago
- 2703d2d cn-create: add cn_cbor_double_create by Vincent Dupont · 7 years ago
- 2693645 Merge pull request #45 from beduino-project/fix-function-declaration by cabo · 7 years ago
- cdd3602 test: Fix declaration of main method by Sören Tempel · 7 years ago
- 2f9c3b1 Merge pull request #43 from nmeum/gcc-7.2.0 by cabo · 7 years ago
- 2e513d9 fix compilation error with gcc 7.2.0 by Sören Tempel · 7 years ago
- aa81574 Merge pull request #42 from hildjj/cmake-backports by cabo · 9 years ago
- 7a91ec2 Make Travis cmake builds less interesting, hopefully faster as well by Joe Hildebrand · 9 years ago
- f28153a Merge pull request #41 from jimsch/bytes by cabo · 9 years ago
- 3c9061c Declare a byte version of the data by Jim Schaad · 9 years ago
- 7304979 Merge pull request #38 from hildjj/master by cabo · 9 years ago
- 29ab8b7 Add Slack notifications for Travis builds by Joe Hildebrand · 9 years ago
- 904658d Add travis badge by Carsten Bormann · 9 years ago
- f822160 Merge pull request #37 from hildjj/master by cabo · 9 years ago
- 05caec7 Simplify Travis build for now by Joe Hildebrand · 9 years ago
- ca935f3 Add .travis.yml by Joe Hildebrand · 9 years ago
- 05f955f Merge pull request #36 from hildjj/free-root by cabo · 9 years ago
- 888f538 docfix by Joe Hildebrand · 9 years ago
- 45e9ad9 Remove extraneous const's, fix tests to match, and add an assert to cn_cbor_free to ensure we're at the root. Freeing NULL is still allowed as a no-op. by Joe Hildebrand · 9 years ago
- 0303a1e Missing scratchbang somehow. by Joe Hildebrand · 9 years ago
- 1c127e4 Merge pull request #28 from obgm/master by cabo · 9 years ago
- f74c2f0 Rename cbor_encoder_write() to cn_cbor_encoder_write() by Olaf Bergmann · 9 years ago
- 241bc28 Merge pull request #20 from obgm/no-floats by cabo · 10 years ago
- b32b58b cmake: Add option no_floats by Olaf Bergmann · 10 years ago
- 6359753 Handle float test cases when CBOR_NO_FLOAT is set by Olaf Bergmann · 10 years ago
- 3303413 Optional float encoding/decoding by Olaf Bergmann · 10 years ago
- b444590 Document commands for testing and test coverage (closes #13) by Carsten Bormann · 10 years ago
- c323262 Add branch coverage. Lots more tests needed, particularly ones that fail at malloc. by Joe Hildebrand · 10 years ago
- 931ddca Add a few floating point boundary cases to close #14 by Carsten Bormann · 10 years ago
- 013a196 Add tests for denormalized half float by Carsten Bormann · 10 years ago
- a4498c7 separate the two personalities of write_byte by Carsten Bormann · 10 years ago
- f535436 Add some basic normalizer testing by Carsten Bormann · 10 years ago
- 4ab6211 Encoder: do the float dance by Carsten Bormann · 10 years ago
- ff08b98 Merge commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6' by Carsten Bormann · 10 years ago
- bdccf42 Update simple test with new CN_CBOR_UNDEF by Carsten Bormann · 10 years ago
- 604301f Merge branch 'encoder-2' of https://github.com/hildjj/cn-cbor into hildjj-encoder-2-merge (pull request #10) by Carsten Bormann · 10 years ago
- 77d31f0 better const correctness by Joe Hildebrand · 10 years ago
- 7bd5467 Merge branch 'hildjj-spudlib-merge' (pull request #9) by Carsten Bormann · 10 years ago
- 8bffb27 Merge branch 'spudlib-merge' of https://github.com/hildjj/cn-cbor into hildjj-spudlib-merge by Carsten Bormann · 10 years ago
- 41cbf1d Add another test by Joe Hildebrand · 10 years ago
- 64909fb untabify. try and prevent tab creep in the future by Joe Hildebrand · 10 years ago
- bca0126 Rename old Makefile to Simple-Makefile, so cmake can have its way by Carsten Bormann · 10 years ago
- 3dcb680 make comment fit test by Joe Hildebrand · 10 years ago
- f0e1848 the diff tests won't work on non-APPLE systems by Joe Hildebrand · 10 years ago
- 60a86fe arpa/inet.h was added so that cn-cbor.c will compile on Linux. I'm willing to put it in an ifdef, or add a config.h if you like; i don't think it hurts anything on non-Linux builds though by Joe Hildebrand · 10 years ago
- 85f4523 Anything that takes an error pointer should have a checkable return value by Joe Hildebrand · 10 years ago
- 2814a49 indentation by Joe Hildebrand · 10 years ago
- ce57683 Directory structure (prepare for pulling PR 9) by Carsten Bormann · 10 years ago
- a0a8b41 make sure size_t and ssize_t are included by Joe Hildebrand · 10 years ago
- 7e4cb53 make it work with contexts again by Joe Hildebrand · 10 years ago
- b685848 Merge pull request #4 from hildjj/master by cabo · 10 years ago
- 74954bb Remove recursion from encoder, remove confusing public interfaces for writing integral types by Joe Hildebrand · 10 years ago
- 5620168 Add docs for create routines, and add map_put to allow more complicated maps by Joe Hildebrand · 10 years ago
- be75434 Add creation routines by Joe Hildebrand · 10 years ago
- 0863174 Add coverage, remove the duplicated strcmp/memcmp by Joe Hildebrand · 10 years ago
- a995401 Encoder integrated by Joe Hildebrand · 10 years ago
- f8e26e3 Cache some strings; not 100% sure that's right by Joe Hildebrand · 10 years ago
- f4c20bb Make optimize and debug mutually exclusive, with debug the default so that coverage works by Joe Hildebrand · 10 years ago
- 9116a9a Add size target. Fix unused variables by Joe Hildebrand · 10 years ago
- ce87637 get 'make difftest' working by Joe Hildebrand · 10 years ago
- e03e24e Finish up docs for current API. Move some internals to cbor.h by Joe Hildebrand · 10 years ago
- 4986e51 Add more docs, fix pkg-config file by Joe Hildebrand · 10 years ago
- 0085b13 make it more clear how to build by Joe Hildebrand · 10 years ago
- 08a6faf Makefile no longer needed by Joe Hildebrand · 10 years ago
- 7c6c356 cmake working by Joe Hildebrand · 10 years ago
- beee57d Merge in changes from SPUDlib, in preparation for moving to cmake by Joe Hildebrand · 10 years ago
- 77429e1 'manip' was a dumb name by Joe Hildebrand · 10 years ago
- eef8fc5 Merge branch 'master' of https://github.com/cabo/cn-cbor by Joe Hildebrand · 10 years ago
- 1786c33 Merge branch 'hildjj-master' by Carsten Bormann · 10 years ago
- 70c028a Makefile dependencies, back out small changes to match upstream by Joe Hildebrand · 10 years ago
- bc6ff46 Cleanups for Carsten by Joe Hildebrand · 10 years ago
- f941173 Remove remnant that is no longer true from README by Carsten Bormann · 10 years ago
- 106e4ae Add MIT LICENSE file by Joe Hildebrand · 10 years ago
- cead90a Move manipulation functions to cn-manip.c by Joe Hildebrand · 10 years ago
- 5c2935b Add MIT LICENSE file by Joe Hildebrand · 10 years ago
- 753e72c Add MIT LICENSE file by Joe Hildebrand · 10 years ago
- 54d8ce7 Remove remnant that is no longer true from README by Carsten Bormann · 10 years ago
- 70e9ce8 Move errors to separate .c file to reduce size of cn-cbor.o by Joe Hildebrand · 10 years ago
- fec7510 I added cn_cbor_mapget_* in a previous checkin, this one adds cn_cbor_index by Joe Hildebrand · 10 years ago
- ef8d277 cbor.h shouldn't need to be in the public interface by Joe Hildebrand · 10 years ago
- 0306789 start to sort out errors. make compile with c99 rules. yes, that's annoying, sorry. by Joe Hildebrand · 10 years ago
- 85d764d Avoid inadvertent truncation by Carsten Bormann · 10 years ago
- a3ac90d Merge branch 'master' of https://github.com/cabo/cn-cbor by Joe Hildebrand · 10 years ago
- d9efcab Make it compile with all of the warnings on by Joe Hildebrand · 10 years ago
- 4093ee7 ... but keep -Os in default. Check in the cases.cbor actually expected by expected.out in testing. by Carsten Bormann · 10 years ago
- f1b4ea2 Get makefile to work for non-iPhone. TODO: add support for automake or something by Joe Hildebrand · 10 years ago
- 64e2b52 Initial commit, finally by Carsten Bormann · 10 years ago
- c636d57 Initial commit by cabo · 10 years ago