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