1. 6876933 Big number, big float and decimal fraction rework by Laurence Lundblade · 9 months ago
  2. 721b56e Revise tag handling; breaks compatibility with QCBOR v1 by Laurence Lundblade · 10 months ago
  3. de2e150 Merge master (what will be 1.4.2) into dev by Laurence Lundblade · 11 months ago
  4. b95afec Encode test coverage 100%; MAX_ITEMS_IN_MAP (#256) by Laurence Lundblade · 11 months ago
  5. d253e41 Doc & comment fixes for encoder (#253) by Laurence Lundblade · 12 months ago
  6. e222674 Add QCBOREncode_Tell and QCBOREncode_SubString (#251) 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. 9b2ae8a Decode conformance for preferred serialization, CDE and dCBOR (#216) by Laurence Lundblade · 1 year, 1 month ago
  9. d3f0784 Fix ifdef fanout after last merge from master (#239) by Laurence Lundblade · 1 year, 2 months ago
  10. 70fc125 Merge recent changes from master by Laurence Lundblade · 1 year, 2 months ago
  11. 8d9e0cd Refactor of float/double encode for when preferred is disabled (#226) by Laurence Lundblade · 1 year, 2 months ago
  12. cbd7d13 Reduce encode code size; new function QCBOREncode_AddSimple by Laurence Lundblade · 1 year, 3 months ago
  13. d62b8a7 Merge some feature adds from QCBOR 1.x into dev by Laurence Lundblade · 1 year, 3 months ago
  14. 1165491 Add QCBORDecoder_Tell(); traversal cursor position bug fix (#223) by Laurence Lundblade · 1 year, 3 months ago
  15. f2f0c3f QCBOREncode_Finish sets internal error state (#218) by Laurence Lundblade · 1 year, 4 months ago
  16. dee0d4e Duplicate map label detection for encoding (#209) by Laurence Lundblade · 1 year, 5 months ago
  17. eb3cdef CDE and dCBOR encode-side support (#193) by Laurence Lundblade · 1 year, 6 months ago
  18. 15b93d4 Remove more stuff related to QCBOREncode_AddBytesLenOnly (#205) by Laurence Lundblade · 1 year, 6 months ago
  19. 3758add Merge branch 'master' into dev by Laurence Lundblade · 1 year, 6 months ago
  20. 716d10c Address TODO for opening a byte string (#202) by Laurence Lundblade · 1 year, 6 months ago
  21. b9ccd6b Minor code comment formatting by Laurence Lundblade · 1 year, 6 months ago
  22. 2d49300 Support for 65-bit negative integers (#195) by Laurence Lundblade · 1 year, 6 months ago
  23. 3b703b8 Pull in updates from master by Laurence Lundblade · 1 year, 6 months ago
  24. 8e36f81 Rename private functions to guard against name collisons (#194) by Laurence Lundblade · 1 year, 6 months ago
  25. 3011d43 sync up with master by Laurence Lundblade · 1 year, 7 months ago
  26. 83dbf5c Fix preferred serialization of subnormals (#192) by Laurence Lundblade · 1 year, 7 months ago
  27. d6e1302 Map sorting by Laurence Lundblade · 1 year, 8 months ago
  28. 9c5c0ef Improved code for encoding INT64_MIN (#171) by Laurence Lundblade · 2 years, 8 months ago
  29. 7978977 Make OpenBytes call OpenMapOrArray even if the buffer is NULL. (#156) by Paul Liétar · 3 years ago
  30. 274ddef Fix incorrect behavior when closing unopened map, array or bstr by Laurence Lundblade · 3 years, 3 months ago
  31. b24faef New encode feature allows direct writing of byte string value (#137) by Laurence Lundblade · 3 years, 3 months ago
  32. ef5f07a Add compile option to disable floating point usage (#114) by Máté Tóth-Pál · 3 years, 11 months ago
  33. 8d3b855 Add QCBOREncode_CancelBstrWrap() (#110) by Laurence Lundblade · 4 years, 2 months ago
  34. 9e2f708 fix spelling in comment by Laurence Lundblade · 4 years, 3 months ago
  35. dd6e76e rename config macro QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA by Laurence Lundblade · 4 years, 5 months ago
  36. 3f1318a Decoder optimization and improved code comments; no semantic change by Laurence Lundblade · 4 years, 7 months ago
  37. e2c893c Allow disabling of indefinite length array/map decoding to save object code by Laurence Lundblade · 4 years, 7 months ago
  38. 1fa579b Big improvements in source code comments for encoding (#58) by Laurence Lundblade · 4 years, 8 months ago
  39. 3e0a45c remove one more error check; neater code for count increment by Laurence Lundblade · 4 years, 9 months ago
  40. d8e1c51 disable encode guards mostly working by Laurence Lundblade · 4 years, 9 months ago
  41. daefdec First encode guards removal by Laurence Lundblade · 4 years, 9 months ago
  42. 8c858ab Indefinite length encode optimization (#54) by Laurence Lundblade · 4 years, 9 months ago
  43. 45d5e48 Code tidying; TRY ME file by Laurence Lundblade · 4 years, 11 months ago
  44. ae66d3f Big change to allow all tag encoding functions to output 'borrowed' format by Laurence Lundblade · 5 years ago
  45. a9489f8 big error code renumber to support classification of recoverable errors and thus skip over errors when searching maps by Laurence Lundblade · 5 years ago
  46. 2feb1e1 Code format tidying; trailing spaces by Laurence Lundblade · 5 years ago
  47. 32f3e62 added general float test; some bug fixes by Laurence Lundblade · 5 years ago
  48. b275cdc more progress on disabling float by Laurence Lundblade · 5 years ago
  49. 8fa7d5d re sync with master; fix data parse bug by Laurence Lundblade · 5 years ago
  50. 29497c0 fix for stricter compilers; latest XCode/LLVM by Laurence Lundblade · 5 years ago
  51. 9682a53 more thorough removal of float by Laurence Lundblade · 5 years ago
  52. e6bcef1 Fix enum conversion warnings for LLVM/XCode 11 (#44) by Laurence Lundblade · 5 years ago
  53. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  54. c9f0fbc Add QCBOREncode_EncodeHead() and other for bstr wrapping by Laurence Lundblade · 5 years ago
  55. c5fef68 Refine use of integer variables to quiet static analyzers and reduce object code size a little by Laurence Lundblade · 6 years ago
  56. ee85174 Documentation, comments and code formatting improvements by Laurence Lundblade · 6 years ago
  57. 59289e5 Add support for decimal fractions and big floats (#19) by Laurence Lundblade · 6 years ago
  58. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  59. 5d82788 Fix map/array encoding with length 31 by Jan Jongboom · 6 years ago
  60. 4a93a66 Add indefinite length encoding for maps and arrays by Jan Jongboom · 6 years ago
  61. f607a2a Minor bug fix for QCBOREncode_GetErrorState() by Laurence Lundblade · 6 years ago
  62. da53227 Add QCBOREncode_AddBytesLenOnly(), special for COSE sig verification by Laurence Lundblade · 6 years ago
  63. 83f5b7f bstr wrapping now works as needed for COSE hashing / signing by Laurence Lundblade · 6 years ago
  64. d39cd39 Fix to checking for encoded CBOR larger than UINT32_MAX. Make tests work on 32-bit machine by Laurence Lundblade · 7 years ago
  65. 241705e minor doc and style fix ups for encoder by Laurence Lundblade · 7 years ago
  66. 2c40ab8 Code comments fixes. Fold some really long lines by Laurence Lundblade · 7 years ago
  67. 1661923 merge in optimized type and argument encode by Laurence Lundblade · 7 years ago
  68. 9c09739 Documentation & code comment minor updates by Laurence Lundblade · 7 years ago
  69. e9b0032 Final touches on optimized code for inserting type and argument by Laurence Lundblade · 7 years ago
  70. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  71. 25c6c0a clean up use of const with UsefulBuf. May solve compiler errors/warnings for some compilers / compiler options by Laurence Lundblade · 7 years ago
  72. 4e7bc68 fix some comments by Laurence Lundblade · 7 years ago
  73. 1ef8b2d bug fix for error handling for buffers larger than 4GB, test to verify such handling by Laurence Lundblade · 7 years ago
  74. f970f1d minor cleanup for smaller insert function by Laurence Lundblade · 7 years ago
  75. 04a859b cool optimized version of encode insert function by Laurence Lundblade · 7 years ago
  76. 351bfea first version of smaller InsertEncodedType by Laurence Lundblade · 7 years ago
  77. 487930f save some object code by making AddType7 semi-public by Laurence Lundblade · 7 years ago
  78. 067035b big change for simpler encoding design for tags and labels by Laurence Lundblade · 7 years ago
  79. 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
  80. 0595e93 rename QCBOREncode_Finish and QCBOREncode_Finish2 by Laurence Lundblade · 7 years ago
  81. 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
  82. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  83. 577d821 reduce float code size; remote AddFloatAsSmallset by Laurence Lundblade · 7 years ago
  84. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  85. 56230d1 new tagging encoding design complete and tested by Laurence Lundblade · 7 years ago
  86. cafcfe1 New tag encoder basically working by Laurence Lundblade · 7 years ago
  87. 55a2483 SOme change to support encoding multiple tags; not yet complete by Laurence Lundblade · 7 years ago
  88. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  89. a954db9 bstr wrapping is working; removed old way of doing it by Laurence Lundblade · 7 years ago
  90. d711fb2 Lots more floating point tests; floating point getting near complete; still need some work on NaN payloads by Laurence Lundblade · 7 years ago
  91. 12d32c5 first pass as floating point fixes by Laurence Lundblade · 7 years ago
  92. 624405d add MIT license; update README by Laurence Lundblade · 7 years ago
  93. da3f082 Clear distinction between UsefulBuf and UsefulBufC and convention for using them. Remove EncodedCBOR structure. AddRaw is now AddedEncoded. Can only add fully completed maps and arrays, not parts of maps and arrays now by Laurence Lundblade · 7 years ago
  94. 2296db5 first version of better useful buf by Laurence Lundblade · 7 years ago
  95. 74f6841 remove QCOM-isms -- memscpy, memsmove; clean up documentation; at least one basic test; put into XCode project by Laurence Lundblade · 7 years ago
  96. b69cad7 Initial drop from Qualcomm / CAF by Laurence Lundblade · 7 years ago