1. 5c53133 Restructured includes to be in a subfolder and added `make install`. (#33) by Michael Eckel · 5 years ago
  2. c5fef68 Refine use of integer variables to quiet static analyzers and reduce object code size a little by Laurence Lundblade · 6 years ago
  3. eb8772d remove some extra spaces / tabs by Laurence Lundblade · 6 years ago
  4. af9cbc6 Small clarifying comment on endianness options by Laurence Lundblade · 6 years ago
  5. 7244e02 fix merge conflict for endianness by Laurence Lundblade · 6 years ago
  6. f7ce8ba More documentation tweaks for endianness by Laurence Lundblade · 6 years ago
  7. faaebca completed endianness efficiency fixes by Laurence Lundblade · 6 years ago
  8. 427b474 comment improvements for endianness options by Laurence Lundblade · 6 years ago
  9. 1e67a94 big/little endian options near complete by Laurence Lundblade · 6 years ago
  10. 7f08cba Comment improvements for big / little endian by Laurence Lundblade · 6 years ago
  11. 30dd0ba Add encode functions to check for NULL output buf and internal error state by Laurence Lundblade · 6 years ago
  12. 635993b Optional #ifdefs for handling endianness more efficiently by Laurence Lundblade · 6 years ago
  13. 077475f Large public header documentataion improvement by Laurence Lundblade · 6 years ago
  14. 5cc2568 UsefulBuf documentation and coding style improvements by Laurence Lundblade · 6 years ago
  15. d5e101e Add UsefulBuf_IsValue which checks all bytes in a UsefulBufC for a value. by Laurence Lundblade · 6 years ago
  16. c5a61c6 Add extern "C" by Laurence Lundblade · 6 years ago
  17. 6ca805a Rename struct useful_buf to q_useful_buf. by Laurence Lundblade · 6 years ago
  18. d2c1908 Add struct useful_buf... for code perferring "_" to camelCase. by Laurence Lundblade · 7 years ago
  19. d1d20ce Merge branch 'integration' of https://github.com/laurencelundblade/QCBOR into integration by Laurence Lundblade · 7 years ago
  20. f0ea5f3 cosmetic changes; update copyright year and remove trailing spaces by Laurence Lundblade · 7 years ago
  21. 6d926af Update copyright date to 2019 for last check-in by Laurence Lundblade · 7 years ago
  22. 7412f81 Minor bug fix to UsefulBuf_Tail; add tests to check UsefulBuf_Tail and test for BStr wrap with NULL output buf by Laurence Lundblade · 7 years ago
  23. 7d06e0b document recent UsefulBuf change 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. 61e6cb4 minor documentation tweaks by Laurence Lundblade · 7 years ago
  27. eae73ba more usefulbuf documentation fixes by Laurence Lundblade · 7 years ago
  28. ff722a9 UsefulBuf documentation improvements by Laurence Lundblade · 7 years ago
  29. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  30. d92a616 Put under almost-BSD3 license by Laurence Lundblade · 7 years ago
  31. 01e08a9 remote TODO: marker that was fixed previously by Laurence Lundblade · 7 years ago
  32. 981ab67 inline UsefulBuf_Copy to save 50 bytes of object code by Laurence Lundblade · 7 years ago
  33. 4fe9f31 Clean up naming of macros to create useful bugs from literals and on stack by Laurence Lundblade · 7 years ago
  34. 369b90a Big general tidy-up of the encoder tests by Laurence Lundblade · 7 years ago
  35. 05ec57b Useful_Set interface changed to be more in line with UsefulBulf conventions by Laurence Lundblade · 7 years ago
  36. 570fab5 Turn up compiler warnings to max and fix them; one more indefinite length test by Laurence Lundblade · 7 years ago
  37. 8fab62c Documentation and code formatting changes only; no semantic changes by Laurence Lundblade · 7 years ago
  38. dc6e28e No type punning in UsefulBuf; bug fix in UsefulBuf; UsefulBuf tests running; get encode tests running by Laurence Lundblade · 7 years ago
  39. 041ffa5 Lots of progress on indefinite lengths; refactor decoder to get of weird semi-recursion by Laurence Lundblade · 7 years ago
  40. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  41. 4c34c00 work in progress, just want it checked in and saved for travel by Laurence Lundblade · 7 years ago
  42. 12d32c5 first pass as floating point fixes by Laurence Lundblade · 7 years ago
  43. 624405d add MIT license; update README by Laurence Lundblade · 7 years ago
  44. 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
  45. 2296db5 first version of better useful buf by Laurence Lundblade · 7 years ago
  46. 74f6841 remove QCOM-isms -- memscpy, memsmove; clean up documentation; at least one basic test; put into XCode project by Laurence Lundblade · 7 years ago
  47. b69cad7 Initial drop from Qualcomm / CAF by Laurence Lundblade · 7 years ago