1. 4a7718a Merge branch 'dev' into CDE by Laurence Lundblade · 1 year, 1 month ago CDE
  2. d883ad3 Precision-preserving number decode and conversion (#211) by Laurence Lundblade · 1 year, 4 months ago
  3. eb3cdef CDE and dCBOR encode-side support (#193) by Laurence Lundblade · 1 year, 6 months ago
  4. 6bef4a6 full test fan out passes by Laurence Lundblade · 1 year, 6 months ago
  5. 268a549 Merge branch 'CDE' of github.com:laurencelundblade/QCBOR into CDE by Laurence Lundblade · 1 year, 6 months ago
  6. e75f596 Minor test fixes; minor code improvements by Laurence Lundblade · 1 year, 6 months ago
  7. 4aa8aad documentation updates by Laurence Lundblade · 1 year, 6 months ago
  8. 8e5f42d Check point progress on CDE, preferred and dCBOR by Laurence Lundblade · 1 year, 6 months ago
  9. ff8106f tidy up and documentation by Laurence Lundblade · 1 year, 6 months ago
  10. e026f4f test complete and passing; code clean up; bug fix by Laurence Lundblade · 1 year, 7 months ago
  11. bf8e1cf Tests for single precision and exponent boundaries by Laurence Lundblade · 1 year, 7 months ago
  12. 240ca82 CDE and dCBOR support by Laurence Lundblade · 1 year, 7 months ago
  13. 83dbf5c Fix preferred serialization of subnormals (#192) by Laurence Lundblade · 1 year, 7 months ago
  14. ef5f07a Add compile option to disable floating point usage (#114) by Máté Tóth-Pál · 3 years, 11 months ago
  15. f7c0adb Floating point tests and fixes related to #ifdefs by Laurence Lundblade · 5 years ago
  16. 576aa0c remove conversion to subnormals; tidy up comments by Laurence Lundblade · 5 years ago
  17. 29ec464 more float test tidy up by Laurence Lundblade · 5 years ago
  18. b992fdb big improvement to preferred serialization tests; variable name tweak by Laurence Lundblade · 5 years ago
  19. 7369c38 Merge branch 'no_float' of https://github.com/laurencelundblade/QCBOR into no_float by Laurence Lundblade · 5 years ago
  20. e17e2d7 miniscule spaces fix by Laurence Lundblade · 5 years ago
  21. fe09bbf Code size and check #define combos by Laurence Lundblade · 5 years ago
  22. b275cdc more progress on disabling float by Laurence Lundblade · 5 years ago
  23. 8fa7d5d re sync with master; fix data parse bug by Laurence Lundblade · 5 years ago
  24. 9682a53 more thorough removal of float by Laurence Lundblade · 5 years ago
  25. 06350ea Refine integer signedness use for static analyizers (#24) by Laurence Lundblade · 6 years ago
  26. c5fef68 Refine use of integer variables to quiet static analyzers and reduce object code size a little by Laurence Lundblade · 6 years ago
  27. ee85174 Documentation, comments and code formatting improvements by Laurence Lundblade · 6 years ago
  28. 035bd78 remove trailing spaces by Laurence Lundblade · 7 years ago
  29. a3fd49f Use SPDX-License-Identifier. (No change to code or license terms) by Laurence Lundblade · 7 years ago
  30. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  31. f280195 fix for 32-bit devices for floating point; fixes compiler error by Laurence Lundblade · 7 years ago
  32. 67bd551 simpler float decoding to parallel simpler float encoding. Interface uses only a double by Laurence Lundblade · 7 years ago
  33. 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
  34. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  35. 577d821 reduce float code size; remote AddFloatAsSmallset by Laurence Lundblade · 7 years ago
  36. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  37. 570fab5 Turn up compiler warnings to max and fix them; one more indefinite length test by Laurence Lundblade · 7 years ago
  38. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  39. 8db3d3e make sNaN, qNaN and NaN payloads work right; not tested yet by Laurence Lundblade · 7 years ago
  40. d711fb2 Lots more floating point tests; floating point getting near complete; still need some work on NaN payloads by Laurence Lundblade · 7 years ago
  41. 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
  42. 12d32c5 first pass as floating point fixes by Laurence Lundblade · 7 years ago