1. 585127a General float encode tests when preferred serialization is off by Laurence Lundblade · 5 years ago
  2. 32f3e62 added general float test; some bug fixes by Laurence Lundblade · 5 years ago
  3. e355342 Tests and documentation for CBOR Sequences (#46) by Laurence Lundblade · 5 years ago
  4. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  5. 06350ea Refine integer signedness use for static analyizers (#24) by Laurence Lundblade · 6 years ago
  6. 59289e5 Add support for decimal fractions and big floats (#19) by Laurence Lundblade · 6 years ago
  7. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  8. d396f62 Make RunTest() handle newlines in a portable way by Laurence Lundblade · 7 years ago
  9. b88b54a separate out the decode malloc functions so qcbor has no relation to malloc at all by Laurence Lundblade · 7 years ago
  10. f653166 MemPool -- better tests, more robust pointer handling, update documentation by Laurence Lundblade · 7 years ago
  11. 471a3fd malloc-based string allocator is fixed, tested and working. Other cleanup by Laurence Lundblade · 7 years ago
  12. 0fb6c6d all tests seem to be integrated and working by Laurence Lundblade · 7 years ago
  13. 4d1ecba fold basic and indefinite length tests in with the others; fix up Makefile by Laurence Lundblade · 7 years ago
  14. 0155b62 merge mem pool tests into decode tests by Laurence Lundblade · 7 years ago
  15. 684aec2 fold bstr wrap tests into encode tests by Laurence Lundblade · 7 years ago
  16. 2d85ce4 re organize tests for floating point mostly into one place; CAF floating point tests are passing by Laurence Lundblade · 7 years ago
  17. 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
  18. 3a760b0 Clean up / rearrange of code for tracking nesting; fixed a bug too by Laurence Lundblade · 7 years ago
  19. 041ffa5 Lots of progress on indefinite lengths; refactor decoder to get of weird semi-recursion by Laurence Lundblade · 7 years ago
  20. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  21. 2300b56 put bstrwrap tests in a separate file by Laurence Lundblade · 7 years ago
  22. a954db9 bstr wrapping is working; removed old way of doing it by Laurence Lundblade · 7 years ago
  23. d711fb2 Lots more floating point tests; floating point getting near complete; still need some work on NaN payloads by Laurence Lundblade · 7 years ago
  24. 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
  25. 3d0f6f7 update XCode project by Laurence Lundblade · 7 years ago
  26. 624405d add MIT license; update README by Laurence Lundblade · 7 years ago
  27. 929ae13 Add the XCode project file by Laurence Lundblade · 7 years ago