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