1. 751d365 restore inc/qcbor.h for backwards compatibility (#181) by Laurence Lundblade · 2 years, 6 months ago
  2. bf3c42d merge in the integer conversion decoding by Laurence Lundblade · 5 years ago
  3. c453744 progress... by Laurence Lundblade · 5 years ago more_decode
  4. e643064 first expanded decoder by Laurence Lundblade · 5 years ago
  5. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  6. 5c53133 Restructured includes to be in a subfolder and added `make install`. (#33) by Michael Eckel · 5 years ago
  7. ee146ab Fix an indentation (#32) by Patrick Uiterwijk · 5 years ago
  8. c9f0fbc Add QCBOREncode_EncodeHead() and other for bstr wrapping by Laurence Lundblade · 5 years ago
  9. c5fef68 Refine use of integer variables to quiet static analyzers and reduce object code size a little by Laurence Lundblade · 6 years ago
  10. ee85174 Documentation, comments and code formatting improvements by Laurence Lundblade · 6 years ago
  11. 59289e5 Add support for decimal fractions and big floats (#19) by Laurence Lundblade · 6 years ago
  12. e9482dd Officially support udataType == QCBOR_TYPE_NONE on decoding errors by Laurence Lundblade · 6 years ago
  13. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  14. 5d82788 Fix map/array encoding with length 31 by Jan Jongboom · 6 years ago
  15. 4a93a66 Add indefinite length encoding for maps and arrays by Jan Jongboom · 6 years ago
  16. f607a2a Minor bug fix for QCBOREncode_GetErrorState() by Laurence Lundblade · 6 years ago
  17. 3a6042e Reinstate DecodeFailure tests; Minor decode error handling improvement by Laurence Lundblade · 6 years ago
  18. 30dd0ba Add encode functions to check for NULL output buf and internal error state by Laurence Lundblade · 6 years ago
  19. 077475f Large public header documentataion improvement by Laurence Lundblade · 6 years ago
  20. da53227 Add QCBOREncode_AddBytesLenOnly(), special for COSE sig verification by Laurence Lundblade · 6 years ago
  21. 83f5b7f bstr wrapping now works as needed for COSE hashing / signing by Laurence Lundblade · 6 years ago
  22. c5a61c6 Add extern "C" by Laurence Lundblade · 6 years ago
  23. 1d7eb63 Redesign MemPool to fix memory access alignment bug and allocate all bug by Laurence Lundblade · 6 years ago
  24. d39cd39 Fix to checking for encoded CBOR larger than UINT32_MAX. Make tests work on 32-bit machine by Laurence Lundblade · 7 years ago
  25. 5e39082 Test with gcc 8 and fix a few minor warnings and issues by Laurence Lundblade · 7 years ago
  26. 241705e minor doc and style fix ups for encoder by Laurence Lundblade · 7 years ago
  27. df2836b make SetMemPool always have the same overhead; fixes to AllocAllStringsTest by Laurence Lundblade · 7 years ago
  28. b88b54a separate out the decode malloc functions so qcbor has no relation to malloc at all by Laurence Lundblade · 7 years ago
  29. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  30. 61e6cb4 minor documentation tweaks by Laurence Lundblade · 7 years ago
  31. d61cbf3 bug fixes for decode maps-as-arrays mode by Laurence Lundblade · 7 years ago
  32. ccfb8cd Added test for decode maps as strings mode by Laurence Lundblade · 7 years ago
  33. 8b06e2e comments only -- fill in some of the change history by Laurence Lundblade · 7 years ago
  34. f653166 MemPool -- better tests, more robust pointer handling, update documentation by Laurence Lundblade · 7 years ago
  35. f50b08a minor tweak to AddBool by Laurence Lundblade · 7 years ago
  36. 40e81ae spelling and grammar correction for documentation by Laurence Lundblade · 7 years ago
  37. 2ce5002 documentation corrections by Laurence Lundblade · 7 years ago
  38. 487930f save some object code by making AddType7 semi-public by Laurence Lundblade · 7 years ago
  39. bff6006 Encoder documentation corrections by Laurence Lundblade · 7 years ago
  40. 067035b big change for simpler encoding design for tags and labels by Laurence Lundblade · 7 years ago
  41. 972e59c Increase allowed nesting level to 15 by Laurence Lundblade · 7 years ago
  42. 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
  43. 0595e93 rename QCBOREncode_Finish and QCBOREncode_Finish2 by Laurence Lundblade · 7 years ago
  44. 67bd551 simpler float decoding to parallel simpler float encoding. Interface uses only a double by Laurence Lundblade · 7 years ago
  45. 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
  46. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  47. 577d821 reduce float code size; remote AddFloatAsSmallset by Laurence Lundblade · 7 years ago
  48. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  49. 5164a9e merge new tag encoding design by Laurence Lundblade · 7 years ago
  50. 56230d1 new tagging encoding design complete and tested by Laurence Lundblade · 7 years ago
  51. cafcfe1 New tag encoder basically working by Laurence Lundblade · 7 years ago
  52. 55a2483 SOme change to support encoding multiple tags; not yet complete by Laurence Lundblade · 7 years ago
  53. dbe6f21 big change with the new tag decoding -- unlimited number of tags, better handling of custom tags by Laurence Lundblade · 7 years ago
  54. fab1b52 fix bugs indicating whether label/data was allocated; improve some decoding tests by Laurence Lundblade · 7 years ago
  55. 471a3fd malloc-based string allocator is fixed, tested and working. Other cleanup by Laurence Lundblade · 7 years ago
  56. 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
  57. 57dd144 bug fix for indefinite string labels; lots of tests running and passing for indefinite strings; seems to be complete by Laurence Lundblade · 7 years ago
  58. 6de3706 indefinite len arrays/maps are working! Added uNextNestLeve to QCBORItem by Laurence Lundblade · 7 years ago
  59. 5b8c585 more work on indefinite lengths and mem pool. All tests passing but more are needed and there is still an issue with indefinite length arrays and strings by Laurence Lundblade · 7 years ago
  60. 3a760b0 Clean up / rearrange of code for tracking nesting; fixed a bug too by Laurence Lundblade · 7 years ago
  61. 041ffa5 Lots of progress on indefinite lengths; refactor decoder to get of weird semi-recursion by Laurence Lundblade · 7 years ago
  62. 7023b95 partial indefinite lenght stuff by Laurence Lundblade · 7 years ago
  63. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  64. 6adb78e documentation fixes for bstr wrapping by Laurence Lundblade · 7 years ago
  65. a954db9 bstr wrapping is working; removed old way of doing it by Laurence Lundblade · 7 years ago
  66. 0f99d69 Getting started on indefinite lengths by Laurence Lundblade · 7 years ago
  67. 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
  68. 12d32c5 first pass as floating point fixes by Laurence Lundblade · 7 years ago
  69. 624405d add MIT license; update README by Laurence Lundblade · 7 years ago
  70. 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
  71. 2296db5 first version of better useful buf by Laurence Lundblade · 7 years ago
  72. 74f6841 remove QCOM-isms -- memscpy, memsmove; clean up documentation; at least one basic test; put into XCode project by Laurence Lundblade · 7 years ago
  73. b69cad7 Initial drop from Qualcomm / CAF by Laurence Lundblade · 7 years ago