1. 32f3e62 added general float test; some bug fixes by Laurence Lundblade · 5 years ago
  2. b275cdc more progress on disabling float by Laurence Lundblade · 5 years ago
  3. 8fa7d5d re sync with master; fix data parse bug by Laurence Lundblade · 5 years ago
  4. 29497c0 fix for stricter compilers; latest XCode/LLVM by Laurence Lundblade · 5 years ago
  5. 9682a53 more thorough removal of float by Laurence Lundblade · 5 years ago
  6. e6bcef1 Fix enum conversion warnings for LLVM/XCode 11 (#44) by Laurence Lundblade · 5 years ago
  7. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 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. bb1062e Improve error handling for not well-formed CBOR by Laurence Lundblade · 6 years ago
  13. 5d82788 Fix map/array encoding with length 31 by Jan Jongboom · 6 years ago
  14. 4a93a66 Add indefinite length encoding for maps and arrays by Jan Jongboom · 6 years ago
  15. f607a2a Minor bug fix for QCBOREncode_GetErrorState() by Laurence Lundblade · 6 years ago
  16. da53227 Add QCBOREncode_AddBytesLenOnly(), special for COSE sig verification by Laurence Lundblade · 6 years ago
  17. 83f5b7f bstr wrapping now works as needed for COSE hashing / signing by Laurence Lundblade · 6 years ago
  18. d39cd39 Fix to checking for encoded CBOR larger than UINT32_MAX. Make tests work on 32-bit machine by Laurence Lundblade · 7 years ago
  19. 241705e minor doc and style fix ups for encoder by Laurence Lundblade · 7 years ago
  20. 2c40ab8 Code comments fixes. Fold some really long lines by Laurence Lundblade · 7 years ago
  21. 1661923 merge in optimized type and argument encode by Laurence Lundblade · 7 years ago
  22. 9c09739 Documentation & code comment minor updates by Laurence Lundblade · 7 years ago
  23. e9b0032 Final touches on optimized code for inserting type and argument by Laurence Lundblade · 7 years ago
  24. 3aee3a3 remove all trailing tabs and spaces by Laurence Lundblade · 7 years ago
  25. 25c6c0a clean up use of const with UsefulBuf. May solve compiler errors/warnings for some compilers / compiler options by Laurence Lundblade · 7 years ago
  26. 4e7bc68 fix some comments by Laurence Lundblade · 7 years ago
  27. 1ef8b2d bug fix for error handling for buffers larger than 4GB, test to verify such handling by Laurence Lundblade · 7 years ago
  28. f970f1d minor cleanup for smaller insert function by Laurence Lundblade · 7 years ago
  29. 04a859b cool optimized version of encode insert function by Laurence Lundblade · 7 years ago
  30. 351bfea first version of smaller InsertEncodedType by Laurence Lundblade · 7 years ago
  31. 487930f save some object code by making AddType7 semi-public by Laurence Lundblade · 7 years ago
  32. 067035b big change for simpler encoding design for tags and labels by Laurence Lundblade · 7 years ago
  33. 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
  34. 0595e93 rename QCBOREncode_Finish and QCBOREncode_Finish2 by Laurence Lundblade · 7 years ago
  35. 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
  36. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  37. 577d821 reduce float code size; remote AddFloatAsSmallset by Laurence Lundblade · 7 years ago
  38. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  39. 56230d1 new tagging encoding design complete and tested by Laurence Lundblade · 7 years ago
  40. cafcfe1 New tag encoder basically working by Laurence Lundblade · 7 years ago
  41. 55a2483 SOme change to support encoding multiple tags; not yet complete by Laurence Lundblade · 7 years ago
  42. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  43. a954db9 bstr wrapping is working; removed old way of doing it by Laurence Lundblade · 7 years ago
  44. d711fb2 Lots more floating point tests; floating point getting near complete; still need some work on NaN payloads by Laurence Lundblade · 7 years ago
  45. 12d32c5 first pass as floating point fixes by Laurence Lundblade · 7 years ago
  46. 624405d add MIT license; update README by Laurence Lundblade · 7 years ago
  47. 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
  48. 2296db5 first version of better useful buf by Laurence Lundblade · 7 years ago
  49. 74f6841 remove QCOM-isms -- memscpy, memsmove; clean up documentation; at least one basic test; put into XCode project by Laurence Lundblade · 7 years ago
  50. b69cad7 Initial drop from Qualcomm / CAF by Laurence Lundblade · 7 years ago