1. 6658c95 Small cleanup of QCBOR_DISABLE_EXP_AND_MANTISSA, remove QCBOR_DISABLE_UNCOMMON_TAGS 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. e8f5816 Missing text in LICENSE file (no change to license terms) 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. a63d124 Merge from master by Laurence Lundblade · 1 year, 2 months ago
  10. 3888f00 Add GetSimple, update Simple Value documentation (#236) by Laurence Lundblade · 1 year, 2 months ago
  11. ec290b8 New #ifndef QCBOR_DISABLE_NON_INTEGER_LABELS 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. a29f45a Add getting un decoded arrays and maps (#117) by Laurence Lundblade · 1 year, 3 months ago
  15. 1165491 Add QCBORDecoder_Tell(); traversal cursor position bug fix (#223) by Laurence Lundblade · 1 year, 3 months ago
  16. d883ad3 Precision-preserving number decode and conversion (#211) by Laurence Lundblade · 1 year, 4 months ago
  17. 5c79a49 Merge branch 'master' into dev by Laurence Lundblade · 1 year, 5 months ago
  18. f00b8be Add user-defined/set errors; Fix minor VGetNext error handling bug by Laurence Lundblade · 1 year, 5 months ago
  19. eb3cdef CDE and dCBOR encode-side support (#193) by Laurence Lundblade · 1 year, 6 months ago
  20. 3b703b8 Pull in updates from master by Laurence Lundblade · 1 year, 6 months ago
  21. 8e36f81 Rename private functions to guard against name collisons (#194) by Laurence Lundblade · 1 year, 6 months ago
  22. 3011d43 sync up with master by Laurence Lundblade · 1 year, 7 months ago
  23. 83dbf5c Fix preferred serialization of subnormals (#192) by Laurence Lundblade · 1 year, 7 months ago
  24. d6e1302 Map sorting by Laurence Lundblade · 1 year, 8 months ago
  25. 37286c0 Option to disable all tag processing; Minor bug fix to QCBORDecode_GetDecimalFraction() by Laurence Lundblade · 3 years ago
  26. 47057c4 Disables float decode test if floats disabled (#144) by adam2809 · 3 years ago
  27. b24faef New encode feature allows direct writing of byte string value (#137) by Laurence Lundblade · 3 years, 3 months ago
  28. 9123e5b Handle zero-length chunks in indefinite-length strings by David Navarro · 3 years, 4 months ago
  29. ef5f07a Add compile option to disable floating point usage (#114) by Máté Tóth-Pál · 3 years, 11 months ago
  30. 9f9c373 Improve boolean decoding error handling by Laurence Lundblade · 4 years, 5 months ago
  31. dd6e76e rename config macro QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA by Laurence Lundblade · 4 years, 5 months ago
  32. cf41c52 New Rewind method for entered maps...; bug fix for entering tagged wrapping byte strings by Laurence Lundblade · 4 years, 6 months ago
  33. 87de9af added test case of having an Empty Map as a Map Value (#81) by Michael Richardson · 4 years, 6 months ago
  34. e2c893c Allow disabling of indefinite length array/map decoding to save object code by Laurence Lundblade · 4 years, 7 months ago
  35. f6da33c Option to disable indefinite length string decoding (#61) by Laurence Lundblade · 4 years, 8 months ago
  36. 2a26abb first version of peek next by Laurence Lundblade · 4 years, 9 months ago PeekNext
  37. d8e1c51 disable encode guards mostly working by Laurence Lundblade · 4 years, 9 months ago
  38. b6d1c69 test indefinite length strings with map searching by Laurence Lundblade · 4 years, 10 months ago
  39. c384d4e fix error reporting for date overflow; update code size in README by Laurence Lundblade · 4 years, 10 months ago
  40. a4308a8 Add tests for too long input; remove an unnecessary length check; code clean up by Laurence Lundblade · 4 years, 10 months ago
  41. c711472 date decoding fixes and tests by Laurence Lundblade · 5 years ago
  42. 4408063 Merge floating-point disabling into spiffy decode by Laurence Lundblade · 5 years ago
  43. 37f46e5 tag typed tests; fix ordering of args for some tagged type decode functions by Laurence Lundblade · 5 years ago
  44. 02fcf31 Add base float decode tests by Laurence Lundblade · 5 years ago
  45. 585127a General float encode tests when preferred serialization is off by Laurence Lundblade · 5 years ago
  46. 32f3e62 added general float test; some bug fixes by Laurence Lundblade · 5 years ago
  47. b275cdc more progress on disabling float by Laurence Lundblade · 5 years ago
  48. 8fa7d5d re sync with master; fix data parse bug by Laurence Lundblade · 5 years ago
  49. 0750fc4 bstr enter test is working (but still more work and testing to do) by Laurence Lundblade · 5 years ago
  50. 70ecead sync up with master by Laurence Lundblade · 5 years ago
  51. e15326f Fix bug in QCBOR_Int64ToUInt64; Add tests for integer conversion functions by Laurence Lundblade · 5 years ago
  52. 9682a53 more thorough removal of float by Laurence Lundblade · 5 years ago
  53. 97c61bf Merge branch 'master' into AdvancedDecode by Laurence Lundblade · 5 years ago
  54. e355342 Tests and documentation for CBOR Sequences (#46) by Laurence Lundblade · 5 years ago
  55. 9c905e8 enter/exit map sort of working by Laurence Lundblade · 5 years ago
  56. bb87be2 progress... by Laurence Lundblade · 5 years ago
  57. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  58. c9f0fbc Add QCBOREncode_EncodeHead() and other for bstr wrapping by Laurence Lundblade · 5 years ago
  59. 06350ea Refine integer signedness use for static analyizers (#24) by Laurence Lundblade · 6 years ago
  60. c5fef68 Refine use of integer variables to quiet static analyzers and reduce object code size a little by Laurence Lundblade · 6 years ago
  61. 29501b7 rename RunTest() and PrintSize() so they are not duplicate with t_cose by Laurence Lundblade · 6 years ago
  62. ee85174 Documentation, comments and code formatting improvements by Laurence Lundblade · 6 years ago
  63. 59289e5 Add support for decimal fractions and big floats (#19) by Laurence Lundblade · 6 years ago
  64. 6216b1b Fix minor bug in test framework by Laurence Lundblade · 6 years ago
  65. a65b482 Minor clean up of test code headers by Laurence Lundblade · 6 years ago
  66. 9916b1b Fix bug decoding empty arrays and maps (#16) by Laurence Lundblade · 6 years ago
  67. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  68. 5d82788 Fix map/array encoding with length 31 by Jan Jongboom · 6 years ago
  69. 47d86c5 Add encode test for indefinite length array/map by Jan Jongboom · 6 years ago
  70. 3a6042e Reinstate DecodeFailure tests; Minor decode error handling improvement by Laurence Lundblade · 6 years ago
  71. 126dab4 Merge branch 'master' of https://github.com/laurencelundblade/QCBOR by Laurence Lundblade · 6 years ago
  72. 1d7eb63 Redesign MemPool to fix memory access alignment bug and allocate all bug by Laurence Lundblade · 6 years ago
  73. 035bd78 remove trailing spaces by Laurence Lundblade · 7 years ago
  74. a3fd49f Use SPDX-License-Identifier. (No change to code or license terms) by Laurence Lundblade · 7 years ago
  75. df1c1cf Get rid of extra spaces, minor documentation improvements, readme additions by Laurence Lundblade · 7 years ago
  76. d396f62 Make RunTest() handle newlines in a portable way by Laurence Lundblade · 7 years ago
  77. 1f8b5b0 Remove malloc dependency in tests. Give list of tests to run on command line. Describe tests in README.md by Laurence Lundblade · 7 years ago
  78. 1661923 merge in optimized type and argument encode by Laurence Lundblade · 7 years ago
  79. a2e2907 Reduce test time for main set of decoding tests. Allow the BigComprehensiveTest to be run separately by Laurence Lundblade · 7 years ago
  80. b88b54a separate out the decode malloc functions so qcbor has no relation to malloc at all by Laurence Lundblade · 7 years ago
  81. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  82. 1ef8b2d bug fix for error handling for buffers larger than 4GB, test to verify such handling by Laurence Lundblade · 7 years ago
  83. ea567ac completed tests for string only labels decoder mode by Laurence Lundblade · 7 years ago
  84. ccfb8cd Added test for decode maps as strings mode by Laurence Lundblade · 7 years ago
  85. 1544c48 remove left over comment and TODO by Laurence Lundblade · 7 years ago
  86. 88b6ece support command line naming of test to run by Laurence Lundblade · 7 years ago
  87. 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
  88. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  89. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  90. bb474be Some clean up of floating point tests by Laurence Lundblade · 7 years ago
  91. 4fe9f31 Clean up naming of macros to create useful bugs from literals and on stack by Laurence Lundblade · 7 years ago
  92. 369b90a Big general tidy-up of the encoder tests by Laurence Lundblade · 7 years ago
  93. 471a3fd malloc-based string allocator is fixed, tested and working. Other cleanup by Laurence Lundblade · 7 years ago
  94. a44d506 fix bug in using string allocator for all strings; tests for string allocator for all strings; documentation for.. by Laurence Lundblade · 7 years ago
  95. 742df4a fixed bug in indefinite length map decoding; more indefinite length map tests by Laurence Lundblade · 7 years ago
  96. 570fab5 Turn up compiler warnings to max and fix them; one more indefinite length test by Laurence Lundblade · 7 years ago
  97. 17ede40 Add another test for indef length arrays by Laurence Lundblade · 7 years ago
  98. 0fb6c6d all tests seem to be integrated and working by Laurence Lundblade · 7 years ago
  99. 4d1ecba fold basic and indefinite length tests in with the others; fix up Makefile by Laurence Lundblade · 7 years ago
  100. 0155b62 merge mem pool tests into decode tests by Laurence Lundblade · 7 years ago