1. 223be63 Fix incorrect reference QCBORDecode_GetAndResetError in docs (#310) by Giacomo Amante · 7 weeks ago
  2. 88ba566 Make all doxygen '@' (#266) by Laurence Lundblade · 9 months ago
  3. 20fba4f Fix negative mantissa bug for decimal fractions and big floats (#265) by Laurence Lundblade · 9 months ago
  4. 0f14365 Naming consistency for encode functions; organize deprecated encode functions by Laurence Lundblade · 10 months ago
  5. e222674 Add QCBOREncode_Tell and QCBOREncode_SubString (#251) by Laurence Lundblade · 12 months ago
  6. 5a0ab73 Fix name of CBOR_Int64UToInt16 by Sebastian Burck · 1 year, 1 month ago
  7. cdbbc19 Fix bug in some uses of QCBORDecode_GetNthTagOfLast by Laurence Lundblade · 1 year, 1 month ago
  8. 535bb5e Add EndCheck(); change QCBORDecode_Tell() behavior (#231) by Laurence Lundblade · 1 year, 2 months ago
  9. 3888f00 Add GetSimple, update Simple Value documentation (#236) by Laurence Lundblade · 1 year, 2 months ago
  10. ec290b8 New #ifndef QCBOR_DISABLE_NON_INTEGER_LABELS by Laurence Lundblade · 1 year, 2 months ago
  11. 5db34da Fixes for maps-as-arrays mode and unusual map labels (#228) by Laurence Lundblade · 1 year, 2 months ago
  12. a29f45a Add getting un decoded arrays and maps (#117) by Laurence Lundblade · 1 year, 3 months ago
  13. 1165491 Add QCBORDecoder_Tell(); traversal cursor position bug fix (#223) by Laurence Lundblade · 1 year, 3 months ago
  14. 475c272 Documentation updates by Laurence Lundblade · 1 year, 3 months ago
  15. f00b8be Add user-defined/set errors; Fix minor VGetNext error handling bug by Laurence Lundblade · 1 year, 5 months ago
  16. 3f56948 Complete TODO for simple type documentation (#201) by Laurence Lundblade · 1 year, 6 months ago
  17. ba58768 dateString TODO: (#199) by Laurence Lundblade · 1 year, 6 months ago
  18. 4db7030 Fix TODO for bigNum union member (#200) by Laurence Lundblade · 1 year, 6 months ago
  19. 8e36f81 Rename private functions to guard against name collisons (#194) by Laurence Lundblade · 1 year, 6 months ago
  20. 3eead48 Public interface comment and function formatting improvements by Laurence Lundblade · 1 year, 8 months ago
  21. 37286c0 Option to disable all tag processing; Minor bug fix to QCBORDecode_GetDecimalFraction() by Laurence Lundblade · 3 years ago
  22. af5921e Important spiffy decode fix to correctly handle some bad input cases (#150) by Laurence Lundblade · 3 years, 1 month ago
  23. 44754f7 fix documentation formatting issue by Laurence Lundblade · 3 years, 6 months ago
  24. 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
  25. ef5f07a Add compile option to disable floating point usage (#114) by Máté Tóth-Pál · 3 years, 11 months ago
  26. 3427dee Big decode documentation improvement; add VPeekNext() by Laurence Lundblade · 4 years, 2 months ago
  27. 46d63e9 Add support for day count dates, RFC 8943 (#106) by Laurence Lundblade · 4 years, 3 months ago
  28. ae0b5a2 Add explicit casts to satisfy g++ (#102) by Sean Bartell · 4 years, 3 months ago
  29. dd6e76e rename config macro QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA by Laurence Lundblade · 4 years, 5 months ago
  30. 8749573 Allow partial decode of CBOR sequences (#77) by Laurence Lundblade · 4 years, 5 months ago
  31. 732e52d Consume is working 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. e2c893c Allow disabling of indefinite length array/map decoding to save object code by Laurence Lundblade · 4 years, 7 months ago
  34. c02e13e Update documentation to refer to RFC 8949 instead of 7049 (#67) by Laurence Lundblade · 4 years, 8 months ago
  35. 2a26abb first version of peek next by Laurence Lundblade · 4 years, 9 months ago PeekNext
  36. 88e9db2 Error reporting for GetNthTag functions by Laurence Lundblade · 4 years, 9 months ago TagErrorHandling
  37. 9a3b625 Titles and cross-references for documentation by Laurence Lundblade · 4 years, 10 months ago
  38. a4308a8 Add tests for too long input; remove an unnecessary length check; code clean up by Laurence Lundblade · 4 years, 10 months ago
  39. bd4b644 Merge branch 'SpiffyDecode' of https://github.com/laurencelundblade/QCBOR into SpiffyDecode by Laurence Lundblade · 4 years, 10 months ago
  40. 93d3f53 improve map search error handling by Laurence Lundblade · 4 years, 10 months ago
  41. adaf5c2 Add discussion of line ending convention for type 3 by Laurence Lundblade · 4 years, 11 months ago
  42. bfbf494 Clean up some comments; small rearrangement for max decoder input by Laurence Lundblade · 4 years, 11 months ago
  43. 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
  44. 323f8a9 Cleanup, TODO:'s .... by Laurence Lundblade · 5 years ago
  45. 6f3f78e GetNext error handling and a few other fixes by Laurence Lundblade · 5 years ago
  46. 7908594 remove decode peek by Laurence Lundblade · 5 years ago
  47. 9b33496 Big commit of fixes for tags by Laurence Lundblade · 5 years ago
  48. 4b27064 Finalize testing of dates; some date bug fixes by Laurence Lundblade · 5 years ago
  49. c711472 date decoding fixes and tests by Laurence Lundblade · 5 years ago
  50. 4408063 Merge floating-point disabling into spiffy decode by Laurence Lundblade · 5 years ago
  51. f71e162 test for IsNotWellFormed; remove a few done TODO:'s other clean up by Laurence Lundblade · 5 years ago
  52. 80ec724 re-add qcbor_decode.h after accidentally deleting it by Laurence Lundblade · 5 years ago
  53. 9bb039a tagged type fixes; line length and code formatting by Laurence Lundblade · 5 years ago
  54. 2f5e16d Tagged types tests and bug fixes by Laurence Lundblade · 5 years ago
  55. f049950 empty map/array fix. Other clean spiffy decode clean up by Laurence Lundblade · 5 years ago
  56. 78f7b93 Documentation and error code improvements for spiffy decode by Laurence Lundblade · 5 years ago
  57. 67257dc split out qcbor_spiffy_decode by Laurence Lundblade · 5 years ago
  58. e6f1511 Rearrange error codes to group not-well-formed together; entering empty maps and arrays kind of working by Laurence Lundblade · 5 years ago
  59. 2feb1e1 Code format tidying; trailing spaces by Laurence Lundblade · 5 years ago
  60. 32f3e62 added general float test; some bug fixes by Laurence Lundblade · 5 years ago
  61. d4cd723 new example starting to work by Laurence Lundblade · 5 years ago
  62. 3cd26eb fix a bunch of tag processing by Laurence Lundblade · 5 years ago
  63. abf5c57 error handling bug fixes, other code tidying by Laurence Lundblade · 5 years ago
  64. 40a0432 tidy up for gcc by Laurence Lundblade · 5 years ago
  65. a8edadb comment and code tidying by Laurence Lundblade · 5 years ago
  66. 02625d4 more code and comment tidying by Laurence Lundblade · 5 years ago
  67. 0750fc4 bstr enter test is working (but still more work and testing to do) by Laurence Lundblade · 5 years ago
  68. aa965d7 bstr wrap code progressing by Laurence Lundblade · 5 years ago
  69. c75e68b Clean up some tag decoding by Laurence Lundblade · 5 years ago
  70. 70ecead sync up with master by Laurence Lundblade · 5 years ago
  71. 91853ae more progress by Laurence Lundblade · 5 years ago
  72. e15326f Fix bug in QCBOR_Int64ToUInt64; Add tests for integer conversion functions by Laurence Lundblade · 5 years ago
  73. 4e2da00 add decoding of some tagged types by Laurence Lundblade · 5 years ago
  74. d8c82c5 all tests passing, but still lots of work to do by Laurence Lundblade · 5 years ago
  75. 0a042a9 almost everything working... by Laurence Lundblade · 5 years ago
  76. 5e87da6 progress on map / array decoding by Laurence Lundblade · 5 years ago
  77. 8547d16 Merge branch 'AdvancedDecode' of https://github.com/laurencelundblade/QCBOR into AdvancedDecode by Laurence Lundblade · 5 years ago
  78. 24d509a partial work on new end / enter of decode by Laurence Lundblade · 5 years ago
  79. d02ea8e Merge branch 'AdvancedDecode' of https://github.com/laurencelundblade/QCBOR into AdvancedDecode by Laurence Lundblade · 5 years ago
  80. da09597 more work on decode by Laurence Lundblade · 5 years ago
  81. 830fbf9 new tags design is working by Laurence Lundblade · 5 years ago
  82. b90f536 a few more fixes and improvements by Laurence Lundblade · 5 years ago
  83. 7e5be1d lots of work on integer conversion by Laurence Lundblade · 5 years ago
  84. 843a10c Getting a lot more types works by Laurence Lundblade · 5 years ago
  85. 9ab5abb fixed some number conversion bugs by Laurence Lundblade · 5 years ago
  86. 8a73265 Merge branch 'AdvancedDecode' of https://github.com/laurencelundblade/QCBOR into AdvancedDecode by Laurence Lundblade · 5 years ago
  87. 95d8751 Add documentation for integer conversions by Laurence Lundblade · 5 years ago
  88. 34691b9 enter / exit code working and somewhat orderly by Laurence Lundblade · 5 years ago
  89. b340ba7 close-to-final arrangement of integer conversion code by Laurence Lundblade · 5 years ago
  90. f6c8666 more integer conversions working by Laurence Lundblade · 5 years ago
  91. a826c50 integer conversion tests mostly working by Laurence Lundblade · 5 years ago
  92. 97c61bf Merge branch 'master' into AdvancedDecode by Laurence Lundblade · 5 years ago
  93. e355342 Tests and documentation for CBOR Sequences (#46) by Laurence Lundblade · 5 years ago
  94. 82c2a8f more progress on advanced decoding by Laurence Lundblade · 5 years ago
  95. 9c905e8 enter/exit map sort of working by Laurence Lundblade · 5 years ago
  96. 3f9ef04 progress on map/array mode by Laurence Lundblade · 5 years ago entermap
  97. e6bcef1 Fix enum conversion warnings for LLVM/XCode 11 (#44) by Laurence Lundblade · 5 years ago
  98. 12b2375 Fix bad headers when used from C++ (#43) by Dave Thaler · 5 years ago
  99. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago