1. a2e2907 Reduce test time for main set of decoding tests. Allow the BigComprehensiveTest to be run separately by Laurence Lundblade · 7 years ago
  2. df2836b make SetMemPool always have the same overhead; fixes to AllocAllStringsTest by Laurence Lundblade · 7 years ago
  3. c9d3dcf fix makefile breakage from previous change by Laurence Lundblade · 7 years ago
  4. c0e7345 typo in readme by Laurence Lundblade · 7 years ago
  5. b88b54a separate out the decode malloc functions so qcbor has no relation to malloc at all by Laurence Lundblade · 7 years ago
  6. 565e000 remove more junk that should not be in the repo by Laurence Lundblade · 7 years ago
  7. 660d66b remove .o files that got accidentally added by Laurence Lundblade · 7 years ago
  8. 7d06e0b document recent UsefulBuf change by Laurence Lundblade · 7 years ago
  9. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  10. 0319457 Readme updates. Fold at 80 columns by Laurence Lundblade · 7 years ago
  11. d4728fd strings.h -> string.h (was just a typo) by Laurence Lundblade · 7 years ago
  12. 25c6c0a clean up use of const with UsefulBuf. May solve compiler errors/warnings for some compilers / compiler options by Laurence Lundblade · 7 years ago
  13. cd532e4 more stringent rules in the Makefile by Laurence Lundblade · 7 years ago
  14. 20db9c9 clean up some debug printf's in decoding tests by Laurence Lundblade · 7 years ago
  15. 12b495d fixes for a couple of decode tests; add -Wparentheses to the makefile to catch these errors by Laurence Lundblade · 7 years ago
  16. f280195 fix for 32-bit devices for floating point; fixes compiler error by Laurence Lundblade · 7 years ago
  17. 61e6cb4 minor documentation tweaks by Laurence Lundblade · 7 years ago
  18. 2c97883 Makefile now creates a lib archive by Laurence Lundblade · 7 years ago
  19. ea567ac completed tests for string only labels decoder mode by Laurence Lundblade · 7 years ago
  20. 028e3cb Merge pull request #3 from laurencelundblade/test_array_decode by Laurence Lundblade · 7 years ago
  21. d61cbf3 bug fixes for decode maps-as-arrays mode by Laurence Lundblade · 7 years ago
  22. ccfb8cd Added test for decode maps as strings mode by Laurence Lundblade · 7 years ago
  23. 1544c48 remove left over comment and TODO by Laurence Lundblade · 7 years ago
  24. 8ca1369 stop using printf to output the data structure sizes by Laurence Lundblade · 7 years ago
  25. 88b6ece support command line naming of test to run by Laurence Lundblade · 7 years ago
  26. 8b06e2e comments only -- fill in some of the change history by Laurence Lundblade · 7 years ago
  27. c6ec7ef clean up a tiny TODO with the COSE Optional tag by Laurence Lundblade · 7 years ago
  28. f653166 MemPool -- better tests, more robust pointer handling, update documentation by Laurence Lundblade · 7 years ago
  29. f50b08a minor tweak to AddBool by Laurence Lundblade · 7 years ago
  30. 40e81ae spelling and grammar correction for documentation by Laurence Lundblade · 7 years ago
  31. 2ce5002 documentation corrections by Laurence Lundblade · 7 years ago
  32. 487930f save some object code by making AddType7 semi-public by Laurence Lundblade · 7 years ago
  33. bff6006 Encoder documentation corrections by Laurence Lundblade · 7 years ago
  34. 94d5a95 Merge branch 'master' of https://github.com/laurencelundblade/QCBOR by Laurence Lundblade · 7 years ago
  35. 067035b big change for simpler encoding design for tags and labels by Laurence Lundblade · 7 years ago
  36. eae73ba more usefulbuf documentation fixes by Laurence Lundblade · 7 years ago
  37. ff722a9 UsefulBuf documentation improvements by Laurence Lundblade · 7 years ago
  38. 972e59c Increase allowed nesting level to 15 by Laurence Lundblade · 7 years ago
  39. 30816f2 error codes are now enums because they show up in the debugger. Lots of documentation clean up for errors by Laurence Lundblade · 7 years ago
  40. 07e9ae4 One straggler from the Finish() rename by Laurence Lundblade · 7 years ago
  41. 0595e93 rename QCBOREncode_Finish and QCBOREncode_Finish2 by Laurence Lundblade · 7 years ago
  42. edbddc3 README clarifications by Laurence Lundblade · 7 years ago
  43. 67bd551 simpler float decoding to parallel simpler float encoding. Interface uses only a double by Laurence Lundblade · 7 years ago
  44. 3df8c7e Big simplification of floating point API. Now does preferred encoding of floats like preferred encoding of ints per upcoming update to CBOR RFC by Laurence Lundblade · 7 years ago
  45. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  46. 577d821 reduce float code size; remote AddFloatAsSmallset by Laurence Lundblade · 7 years ago
  47. c2b1457 Minimal use case as example and for code size check by Laurence Lundblade · 7 years ago
  48. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  49. 5164a9e merge new tag encoding design by Laurence Lundblade · 7 years ago
  50. 56230d1 new tagging encoding design complete and tested by Laurence Lundblade · 7 years ago
  51. cafcfe1 New tag encoder basically working by Laurence Lundblade · 7 years ago
  52. 55a2483 SOme change to support encoding multiple tags; not yet complete by Laurence Lundblade · 7 years ago
  53. 2a6850e rename segment to chunk per upcoming CBOR RFC by Laurence Lundblade · 7 years ago
  54. 01e08a9 remote TODO: marker that was fixed previously by Laurence Lundblade · 7 years ago
  55. b836efb clean up the static expected results arrays for decode tests by Laurence Lundblade · 7 years ago
  56. 25d9eea Update readme for tag decoding by Laurence Lundblade · 7 years ago
  57. 0be5090 Merge branch 'master' of https://github.com/laurencelundblade/QCBOR by Laurence Lundblade · 7 years ago
  58. dbe6f21 big change with the new tag decoding -- unlimited number of tags, better handling of custom tags by Laurence Lundblade · 7 years ago
  59. 981ab67 inline UsefulBuf_Copy to save 50 bytes of object code by Laurence Lundblade · 7 years ago
  60. bb474be Some clean up of floating point tests by Laurence Lundblade · 7 years ago
  61. 4fe9f31 Clean up naming of macros to create useful bugs from literals and on stack by Laurence Lundblade · 7 years ago
  62. 369b90a Big general tidy-up of the encoder tests by Laurence Lundblade · 7 years ago
  63. 05ec57b Useful_Set interface changed to be more in line with UsefulBulf conventions by Laurence Lundblade · 7 years ago
  64. 87854a9 fix merge cruft by Laurence Lundblade · 7 years ago
  65. fab1b52 fix bugs indicating whether label/data was allocated; improve some decoding tests by Laurence Lundblade · 7 years ago
  66. 471a3fd malloc-based string allocator is fixed, tested and working. Other cleanup by Laurence Lundblade · 7 years ago
  67. a44d506 fix bug in using string allocator for all strings; tests for string allocator for all strings; documentation for.. by Laurence Lundblade · 7 years ago
  68. 7e0d13b A few more indefinite length tests; some code tidying up by Laurence Lundblade · 7 years ago
  69. 57dd144 bug fix for indefinite string labels; lots of tests running and passing for indefinite strings; seems to be complete by Laurence Lundblade · 7 years ago
  70. 6de3706 indefinite len arrays/maps are working! Added uNextNestLeve to QCBORItem by Laurence Lundblade · 7 years ago
  71. 5b8c585 more work on indefinite lengths and mem pool. All tests passing but more are needed and there is still an issue with indefinite length arrays and strings by Laurence Lundblade · 7 years ago
  72. 742df4a fixed bug in indefinite length map decoding; more indefinite length map tests by Laurence Lundblade · 7 years ago
  73. 570fab5 Turn up compiler warnings to max and fix them; one more indefinite length test by Laurence Lundblade · 7 years ago
  74. 64c7c60 fix run_tests.h that was badly messed up by Laurence Lundblade · 7 years ago
  75. 19e0c80 add some indefinite array failure tests by Laurence Lundblade · 7 years ago
  76. 17ede40 Add another test for indef length arrays by Laurence Lundblade · 7 years ago
  77. 0fb6c6d all tests seem to be integrated and working by Laurence Lundblade · 7 years ago
  78. 4d1ecba fold basic and indefinite length tests in with the others; fix up Makefile by Laurence Lundblade · 7 years ago
  79. 0155b62 merge mem pool tests into decode tests by Laurence Lundblade · 7 years ago
  80. 684aec2 fold bstr wrap tests into encode tests by Laurence Lundblade · 7 years ago
  81. 2d85ce4 re organize tests for floating point mostly into one place; CAF floating point tests are passing by Laurence Lundblade · 7 years ago
  82. 8fab62c Documentation and code formatting changes only; no semantic changes by Laurence Lundblade · 7 years ago
  83. 7566b9f bug fix for UsefulBuf_CopyOffset; complete tests for UsefulBuf by Laurence Lundblade · 7 years ago
  84. 0fb2f64 document decoding strategy by Laurence Lundblade · 7 years ago
  85. dc6e28e No type punning in UsefulBuf; bug fix in UsefulBuf; UsefulBuf tests running; get encode tests running by Laurence Lundblade · 7 years ago
  86. 9e3651c bug fix in indefinite length array decoding; all but one tests are passing and this test kind of has a problem by Laurence Lundblade · 7 years ago
  87. 2ded3d9 Add tests from CAF exactly as they came from CAF. They are not yet being called and run by Laurence Lundblade · 7 years ago
  88. 20b533d all the indefinite stuff seems to be working; needs lots more testing by Laurence Lundblade · 7 years ago
  89. 3a760b0 Clean up / rearrange of code for tracking nesting; fixed a bug too by Laurence Lundblade · 7 years ago
  90. 041ffa5 Lots of progress on indefinite lengths; refactor decoder to get of weird semi-recursion by Laurence Lundblade · 7 years ago
  91. 7023b95 partial indefinite lenght stuff by Laurence Lundblade · 7 years ago
  92. f156fb8 get run_tests in the right directory by Laurence Lundblade · 7 years ago
  93. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  94. 4c34c00 work in progress, just want it checked in and saved for travel by Laurence Lundblade · 7 years ago
  95. 7d40d81 tests passing for NaN float conversion to/from half precision by Laurence Lundblade · 7 years ago
  96. fa233c9 Merge pull request #2 from laurencelundblade/bstr by Laurence Lundblade · 7 years ago
  97. 2300b56 put bstrwrap tests in a separate file by Laurence Lundblade · 7 years ago
  98. 8db3d3e make sNaN, qNaN and NaN payloads work right; not tested yet by Laurence Lundblade · 7 years ago
  99. 6adb78e documentation fixes for bstr wrapping by Laurence Lundblade · 7 years ago
  100. a954db9 bstr wrapping is working; removed old way of doing it by Laurence Lundblade · 7 years ago