1. f822160 Merge pull request #37 from hildjj/master by cabo · 9 years ago
  2. 05caec7 Simplify Travis build for now by Joe Hildebrand · 9 years ago
  3. ca935f3 Add .travis.yml by Joe Hildebrand · 9 years ago
  4. 5b92058 Merge remote-tracking branch 'cabo/master' into PrettyPrint by Jim Schaad · 9 years ago
  5. 294909f Build for windows by Jim Schaad · 9 years ago
  6. 05f955f Merge pull request #36 from hildjj/free-root by cabo · 9 years ago
  7. 888f538 docfix by Joe Hildebrand · 9 years ago
  8. 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
  9. 0303a1e Missing scratchbang somehow. by Joe Hildebrand · 9 years ago
  10. 71ea356 Merge remote-tracking branch 'cabo/master' into PrettyPrint by Jim Schaad · 9 years ago
  11. 9927364 Clean include files for Windows build by Jim Schaad · 9 years ago
  12. a1a807b Change headers for MYLIB_EXPORT to be cleaner by Jim Schaad · 9 years ago
  13. 44b7f09 Fix merge problem by Jim Schaad · 9 years ago
  14. 0204435 Kill unused file by Jim Schaad · 9 years ago
  15. bdb2c09 Back Merge by Jim Schaad · 9 years ago
  16. 1c127e4 Merge pull request #28 from obgm/master by cabo · 9 years ago
  17. 2d8a217 Ignore more things by Jim Schaad · 9 years ago
  18. 286fb92 Missed file by Jim Schaad · 9 years ago
  19. 2e48f13 Get cmake working on Windows by Jim Schaad · 9 years ago
  20. 622f161 Add more exclusions for Visual Studio by Jim Schaad · 9 years ago
  21. a402ba1 Pretty Print First Pass by Jim Schaad · 9 years ago
  22. c3eae2e Missed a file in the last commit by Jim Schaad · 9 years ago
  23. 3d8fd96 Changes to build on windows by Jim Schaad · 9 years ago
  24. f74c2f0 Rename cbor_encoder_write() to cn_cbor_encoder_write() by Olaf Bergmann · 9 years ago
  25. 7ce8aa3 Correct buffer length checking by Jim Schaad · 9 years ago
  26. 241bc28 Merge pull request #20 from obgm/no-floats by cabo · 9 years ago
  27. b32b58b cmake: Add option no_floats by Olaf Bergmann · 9 years ago
  28. 6359753 Handle float test cases when CBOR_NO_FLOAT is set by Olaf Bergmann · 9 years ago
  29. 3303413 Optional float encoding/decoding by Olaf Bergmann · 9 years ago
  30. b444590 Document commands for testing and test coverage (closes #13) by Carsten Bormann · 9 years ago
  31. c323262 Add branch coverage. Lots more tests needed, particularly ones that fail at malloc. by Joe Hildebrand · 9 years ago
  32. 931ddca Add a few floating point boundary cases to close #14 by Carsten Bormann · 9 years ago
  33. 013a196 Add tests for denormalized half float by Carsten Bormann · 9 years ago
  34. a4498c7 separate the two personalities of write_byte by Carsten Bormann · 9 years ago
  35. f535436 Add some basic normalizer testing by Carsten Bormann · 9 years ago
  36. 4ab6211 Encoder: do the float dance by Carsten Bormann · 9 years ago
  37. ff08b98 Merge commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6' by Carsten Bormann · 9 years ago
  38. bdccf42 Update simple test with new CN_CBOR_UNDEF by Carsten Bormann · 9 years ago
  39. 604301f Merge branch 'encoder-2' of https://github.com/hildjj/cn-cbor into hildjj-encoder-2-merge (pull request #10) by Carsten Bormann · 9 years ago
  40. 77d31f0 better const correctness by Joe Hildebrand · 9 years ago
  41. 7bd5467 Merge branch 'hildjj-spudlib-merge' (pull request #9) by Carsten Bormann · 9 years ago
  42. 8bffb27 Merge branch 'spudlib-merge' of https://github.com/hildjj/cn-cbor into hildjj-spudlib-merge by Carsten Bormann · 9 years ago
  43. 41cbf1d Add another test by Joe Hildebrand · 9 years ago
  44. 64909fb untabify. try and prevent tab creep in the future by Joe Hildebrand · 9 years ago
  45. bca0126 Rename old Makefile to Simple-Makefile, so cmake can have its way by Carsten Bormann · 9 years ago
  46. 3dcb680 make comment fit test by Joe Hildebrand · 9 years ago
  47. f0e1848 the diff tests won't work on non-APPLE systems by Joe Hildebrand · 9 years ago
  48. 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 · 9 years ago
  49. 85f4523 Anything that takes an error pointer should have a checkable return value by Joe Hildebrand · 9 years ago
  50. 2814a49 indentation by Joe Hildebrand · 9 years ago
  51. ce57683 Directory structure (prepare for pulling PR 9) by Carsten Bormann · 9 years ago
  52. a0a8b41 make sure size_t and ssize_t are included by Joe Hildebrand · 9 years ago
  53. 7e4cb53 make it work with contexts again by Joe Hildebrand · 9 years ago
  54. b685848 Merge pull request #4 from hildjj/master by cabo · 9 years ago
  55. 74954bb Remove recursion from encoder, remove confusing public interfaces for writing integral types by Joe Hildebrand · 9 years ago
  56. 5620168 Add docs for create routines, and add map_put to allow more complicated maps by Joe Hildebrand · 9 years ago
  57. be75434 Add creation routines by Joe Hildebrand · 9 years ago
  58. 0863174 Add coverage, remove the duplicated strcmp/memcmp by Joe Hildebrand · 9 years ago
  59. a995401 Encoder integrated by Joe Hildebrand · 9 years ago
  60. f8e26e3 Cache some strings; not 100% sure that's right by Joe Hildebrand · 9 years ago
  61. f4c20bb Make optimize and debug mutually exclusive, with debug the default so that coverage works by Joe Hildebrand · 9 years ago
  62. 9116a9a Add size target. Fix unused variables by Joe Hildebrand · 9 years ago
  63. ce87637 get 'make difftest' working by Joe Hildebrand · 9 years ago
  64. e03e24e Finish up docs for current API. Move some internals to cbor.h by Joe Hildebrand · 9 years ago
  65. 4986e51 Add more docs, fix pkg-config file by Joe Hildebrand · 9 years ago
  66. 0085b13 make it more clear how to build by Joe Hildebrand · 9 years ago
  67. 08a6faf Makefile no longer needed by Joe Hildebrand · 9 years ago
  68. 7c6c356 cmake working by Joe Hildebrand · 9 years ago
  69. beee57d Merge in changes from SPUDlib, in preparation for moving to cmake by Joe Hildebrand · 9 years ago
  70. 77429e1 'manip' was a dumb name by Joe Hildebrand · 9 years ago
  71. eef8fc5 Merge branch 'master' of https://github.com/cabo/cn-cbor by Joe Hildebrand · 9 years ago
  72. 1786c33 Merge branch 'hildjj-master' by Carsten Bormann · 9 years ago
  73. 70c028a Makefile dependencies, back out small changes to match upstream by Joe Hildebrand · 9 years ago
  74. bc6ff46 Cleanups for Carsten by Joe Hildebrand · 9 years ago
  75. f941173 Remove remnant that is no longer true from README by Carsten Bormann · 9 years ago
  76. 106e4ae Add MIT LICENSE file by Joe Hildebrand · 9 years ago
  77. cead90a Move manipulation functions to cn-manip.c by Joe Hildebrand · 9 years ago
  78. 5c2935b Add MIT LICENSE file by Joe Hildebrand · 9 years ago
  79. 753e72c Add MIT LICENSE file by Joe Hildebrand · 9 years ago
  80. 54d8ce7 Remove remnant that is no longer true from README by Carsten Bormann · 9 years ago
  81. 70e9ce8 Move errors to separate .c file to reduce size of cn-cbor.o by Joe Hildebrand · 9 years ago
  82. fec7510 I added cn_cbor_mapget_* in a previous checkin, this one adds cn_cbor_index by Joe Hildebrand · 9 years ago
  83. ef8d277 cbor.h shouldn't need to be in the public interface by Joe Hildebrand · 9 years ago
  84. 0306789 start to sort out errors. make compile with c99 rules. yes, that's annoying, sorry. by Joe Hildebrand · 9 years ago
  85. 85d764d Avoid inadvertent truncation by Carsten Bormann · 9 years ago
  86. a3ac90d Merge branch 'master' of https://github.com/cabo/cn-cbor by Joe Hildebrand · 9 years ago
  87. d9efcab Make it compile with all of the warnings on by Joe Hildebrand · 9 years ago
  88. 4093ee7 ... but keep -Os in default. Check in the cases.cbor actually expected by expected.out in testing. by Carsten Bormann · 9 years ago
  89. f1b4ea2 Get makefile to work for non-iPhone. TODO: add support for automake or something by Joe Hildebrand · 9 years ago
  90. 64e2b52 Initial commit, finally by Carsten Bormann · 9 years ago
  91. c636d57 Initial commit by cabo · 9 years ago