1. 3527dec Fix GetArray() and GetMap() on empty maps (#318) by Laurence Lundblade · 3 weeks ago
  2. c8a693e Big documentation update, particularly tags (#290) by Laurence Lundblade · 7 months ago
  3. 2c79dac main decoder code tidy + fix (#289) by Laurence Lundblade · 7 months ago
  4. 7596eef Split encode source/header files into three (#288) by Laurence Lundblade · 8 months ago
  5. 55ea951 Improve Doxygen generated documentation for decode by Laurence Lundblade · 8 months ago
  6. 926ccfc Tidy up decode-related headers (#280) by Laurence Lundblade · 8 months ago
  7. 41e40d5 Move tag-related and spiffy-related code to their own source files by Laurence Lundblade · 8 months ago
  8. 33ed26f Split number decoding into a separate file (#276) by Laurence Lundblade · 8 months ago
  9. 05369de Big number code tidy and documentation update by Laurence Lundblade · 9 months ago
  10. 721b56e Revise tag handling; breaks compatibility with QCBOR v1 by Laurence Lundblade · 10 months ago
  11. a63d124 Merge from master by Laurence Lundblade · 1 year, 2 months ago
  12. cd34e58 Bring string descriptions of errors up to date (#235) by Laurence Lundblade · 1 year, 2 months ago
  13. eb3cdef CDE and dCBOR encode-side support (#193) by Laurence Lundblade · 1 year, 6 months ago
  14. 3011d43 sync up with master by Laurence Lundblade · 1 year, 7 months ago
  15. 83dbf5c Fix preferred serialization of subnormals (#192) by Laurence Lundblade · 1 year, 7 months ago
  16. d6e1302 Map sorting by Laurence Lundblade · 1 year, 8 months ago
  17. 41e96ca Add UsefulBuf example code (#136) by Laurence Lundblade · 3 years, 4 months ago
  18. d4bd9a1 Update the readme (#126) by Laurence Lundblade · 3 years, 6 months ago
  19. cf41c52 New Rewind method for entered maps...; bug fix for entering tagged wrapping byte strings by Laurence Lundblade · 4 years, 6 months ago
  20. e2c893c Allow disabling of indefinite length array/map decoding to save object code by Laurence Lundblade · 4 years, 7 months ago
  21. f6da33c Option to disable indefinite length string decoding (#61) by Laurence Lundblade · 4 years, 8 months ago
  22. 46360ec tidying before spiffy decode is merged by Laurence Lundblade · 4 years, 10 months ago
  23. 4982f41 Fixes for MIME encoding by Laurence Lundblade · 4 years, 11 months ago
  24. 45d5e48 Code tidying; TRY ME file by Laurence Lundblade · 4 years, 11 months ago
  25. ae66d3f Big change to allow all tag encoding functions to output 'borrowed' format by Laurence Lundblade · 4 years, 11 months ago
  26. 9b33496 Big commit of fixes for tags by Laurence Lundblade · 5 years ago
  27. f7c0adb Floating point tests and fixes related to #ifdefs by Laurence Lundblade · 5 years ago
  28. 2f5e16d Tagged types tests and bug fixes by Laurence Lundblade · 5 years ago
  29. 67257dc split out qcbor_spiffy_decode by Laurence Lundblade · 5 years ago
  30. d4cd723 new example starting to work by Laurence Lundblade · 5 years ago
  31. da09597 more work on decode by Laurence Lundblade · 5 years ago
  32. 34691b9 enter / exit code working and somewhat orderly by Laurence Lundblade · 5 years ago
  33. 97c61bf Merge branch 'master' into AdvancedDecode by Laurence Lundblade · 5 years ago
  34. e355342 Tests and documentation for CBOR Sequences (#46) by Laurence Lundblade · 5 years ago
  35. 9c905e8 enter/exit map sort of working by Laurence Lundblade · 5 years ago
  36. bb87be2 progress... by Laurence Lundblade · 5 years ago
  37. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  38. 06350ea Refine integer signedness use for static analyizers (#24) by Laurence Lundblade · 6 years ago
  39. 59289e5 Add support for decimal fractions and big floats (#19) by Laurence Lundblade · 6 years ago
  40. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  41. d396f62 Make RunTest() handle newlines in a portable way by Laurence Lundblade · 7 years ago
  42. b88b54a separate out the decode malloc functions so qcbor has no relation to malloc at all by Laurence Lundblade · 7 years ago
  43. f653166 MemPool -- better tests, more robust pointer handling, update documentation by Laurence Lundblade · 7 years ago
  44. 471a3fd malloc-based string allocator is fixed, tested and working. Other cleanup by Laurence Lundblade · 7 years ago
  45. 0fb6c6d all tests seem to be integrated and working by Laurence Lundblade · 7 years ago
  46. 4d1ecba fold basic and indefinite length tests in with the others; fix up Makefile by Laurence Lundblade · 7 years ago
  47. 0155b62 merge mem pool tests into decode tests by Laurence Lundblade · 7 years ago
  48. 684aec2 fold bstr wrap tests into encode tests by Laurence Lundblade · 7 years ago
  49. 2d85ce4 re organize tests for floating point mostly into one place; CAF floating point tests are passing by Laurence Lundblade · 7 years ago
  50. 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
  51. 3a760b0 Clean up / rearrange of code for tracking nesting; fixed a bug too by Laurence Lundblade · 7 years ago
  52. 041ffa5 Lots of progress on indefinite lengths; refactor decoder to get of weird semi-recursion by Laurence Lundblade · 7 years ago
  53. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  54. 2300b56 put bstrwrap tests in a separate file by Laurence Lundblade · 7 years ago
  55. a954db9 bstr wrapping is working; removed old way of doing it by Laurence Lundblade · 7 years ago
  56. d711fb2 Lots more floating point tests; floating point getting near complete; still need some work on NaN payloads by Laurence Lundblade · 7 years ago
  57. cc2ed34 Progress on floating point, but not done: a lot more tests, a few bug fixes; also copyright notice for floating point files; also some work on test framework by Laurence Lundblade · 7 years ago
  58. 3d0f6f7 update XCode project by Laurence Lundblade · 7 years ago
  59. 624405d add MIT license; update README by Laurence Lundblade · 7 years ago
  60. 929ae13 Add the XCode project file by Laurence Lundblade · 7 years ago