1. 534112f Encode/UB test coverage 100%; fix bugs in UsefulOutBuf_Compare and sorting by Laurence Lundblade · 5 months ago
  2. 7596eef Split encode source/header files into three (#288) by Laurence Lundblade · 7 months ago
  3. 33ed26f Split number decoding into a separate file (#276) by Laurence Lundblade · 8 months ago
  4. 82634b6 Redesign of the configuration methods for encoder conformance by Laurence Lundblade · 8 months ago
  5. de2e150 Merge master (what will be 1.4.2) into dev by Laurence Lundblade · 11 months ago
  6. e8f5816 Missing text in LICENSE file (no change to license terms) by Laurence Lundblade · 12 months ago
  7. 14ce228 Full big num implementation with preferred serialization and 65-bit negs (#219) by Laurence Lundblade · 1 year ago
  8. 475c272 Documentation updates by Laurence Lundblade · 1 year, 3 months ago
  9. eb3cdef CDE and dCBOR encode-side support (#193) by Laurence Lundblade · 1 year, 6 months ago
  10. 83dbf5c Fix preferred serialization of subnormals (#192) by Laurence Lundblade · 1 year, 7 months ago
  11. d538f0a Simplify wcast qual suppression (#167) by Maxim Zhukov · 2 years, 8 months ago
  12. 16a207a Improve tests when float-point is disabled. Minor error code change related to disabling floating-point by Laurence Lundblade · 3 years, 11 months ago
  13. ef5f07a Add compile option to disable floating point usage (#114) by Máté Tóth-Pál · 3 years, 11 months ago
  14. e2c893c Allow disabling of indefinite length array/map decoding to save object code by Laurence Lundblade · 4 years, 7 months ago
  15. 6545d1b entering maps and arrays returns the map / array item by Laurence Lundblade · 4 years, 10 months ago
  16. b8e19aa fixes for tests with combos of disable options by Laurence Lundblade · 4 years, 10 months ago
  17. f7c0adb Floating point tests and fixes related to #ifdefs by Laurence Lundblade · 5 years ago
  18. 29ec464 more float test tidy up by Laurence Lundblade · 5 years ago
  19. 60f30e7 more tidy up of preferred serialization tests by Laurence Lundblade · 5 years ago
  20. b992fdb big improvement to preferred serialization tests; variable name tweak by Laurence Lundblade · 5 years ago
  21. 6d3f6ec Clean up some floating point tests TODO:s by Laurence Lundblade · 5 years ago
  22. 02fcf31 Add base float decode tests by Laurence Lundblade · 5 years ago
  23. 2aa0b57 float test header fix by Laurence Lundblade · 5 years ago
  24. 585127a General float encode tests when preferred serialization is off by Laurence Lundblade · 5 years ago
  25. 32f3e62 added general float test; some bug fixes by Laurence Lundblade · 5 years ago
  26. b275cdc more progress on disabling float by Laurence Lundblade · 5 years ago
  27. 8fa7d5d re sync with master; fix data parse bug by Laurence Lundblade · 5 years ago
  28. 29497c0 fix for stricter compilers; latest XCode/LLVM by Laurence Lundblade · 5 years ago
  29. 9682a53 more thorough removal of float by Laurence Lundblade · 5 years ago
  30. e6bcef1 Fix enum conversion warnings for LLVM/XCode 11 (#44) by Laurence Lundblade · 5 years ago
  31. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  32. c5fef68 Refine use of integer variables to quiet static analyzers and reduce object code size a little by Laurence Lundblade · 6 years ago
  33. ee85174 Documentation, comments and code formatting improvements by Laurence Lundblade · 6 years ago
  34. 035bd78 remove trailing spaces by Laurence Lundblade · 7 years ago
  35. a3fd49f Use SPDX-License-Identifier. (No change to code or license terms) by Laurence Lundblade · 7 years ago
  36. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  37. 067035b big change for simpler encoding design for tags and labels by Laurence Lundblade · 7 years ago
  38. 0595e93 rename QCBOREncode_Finish and QCBOREncode_Finish2 by Laurence Lundblade · 7 years ago
  39. 67bd551 simpler float decoding to parallel simpler float encoding. Interface uses only a double by Laurence Lundblade · 7 years ago
  40. 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
  41. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  42. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  43. bb474be Some clean up of floating point tests by Laurence Lundblade · 7 years ago
  44. 4fe9f31 Clean up naming of macros to create useful bugs from literals and on stack by Laurence Lundblade · 7 years ago
  45. 570fab5 Turn up compiler warnings to max and fix them; one more indefinite length test by Laurence Lundblade · 7 years ago
  46. 2d85ce4 re organize tests for floating point mostly into one place; CAF floating point tests are passing by Laurence Lundblade · 7 years ago[Renamed (86%) from test/half_precision_test.c]
  47. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  48. 7d40d81 tests passing for NaN float conversion to/from half precision by Laurence Lundblade · 7 years ago
  49. 8db3d3e make sNaN, qNaN and NaN payloads work right; not tested yet by Laurence Lundblade · 7 years ago
  50. d711fb2 Lots more floating point tests; floating point getting near complete; still need some work on NaN payloads by Laurence Lundblade · 7 years ago
  51. 68a1335 half precision tests are running, but need a little more checking by Laurence Lundblade · 7 years ago