1. 5d83b9b Fix CI checks for #ifdef fan out by Laurence Lundblade · 1 year, 1 month ago
  2. b0e7033 Make option to compile with warnings on (#162) by Laurence Lundblade · 2 years, 11 months ago
  3. 41e96ca Add UsefulBuf example code (#136) by Laurence Lundblade · 3 years, 4 months ago
  4. c5a342f Fix typographic error in makefile comments by Laurence Lundblade · 4 years, 3 months ago
  5. b970245 Quiet warnings for stricter compilers configurations (#84) by Laurence Lundblade · 4 years, 5 months ago
  6. 6bbc4ed Makefile: Fix undefined reference problem (#63) by Norbert Kamiński · 4 years, 8 months ago
  7. 53a6981 add link with -lm (#60) by akil · 4 years, 9 months ago
  8. 46360ec tidying before spiffy decode is merged by Laurence Lundblade · 4 years, 10 months ago
  9. b8e19aa fixes for tests with combos of disable options by Laurence Lundblade · 4 years, 10 months ago
  10. 67257dc split out qcbor_spiffy_decode by Laurence Lundblade · 5 years ago
  11. cb31ed3 remove min_use_main by Laurence Lundblade · 5 years ago
  12. 1818e63 clean up example a little by Laurence Lundblade · 5 years ago
  13. 1d85d52 nesting tracking is much better sorted; makefile fix by Laurence Lundblade · 5 years ago
  14. e6bcef1 Fix enum conversion warnings for LLVM/XCode 11 (#44) by Laurence Lundblade · 5 years ago
  15. 02990fa Separate making of shared lib; other makefile clean up by Laurence Lundblade · 5 years ago
  16. 6e03077 Fixes #41. Added qcbor_err_to_str.c/o to Makefile. (#42) by Michael Eckel · 5 years ago
  17. 7e8effa #38 build and install shared objects (#39) by Michael Eckel · 5 years ago
  18. 9c42c20 Fixes #36: Added 'all' target to Makefile; fixed typos. (#37) by Michael Eckel · 5 years ago
  19. f19f4da Remove strict compiler options by Laurence Lundblade · 5 years ago
  20. 844bb5c split qcbor.h into four separate headers (#34) by Laurence Lundblade · 5 years ago
  21. 5c53133 Restructured includes to be in a subfolder and added `make install`. (#33) by Michael Eckel · 5 years ago
  22. 299a4b0 Remove the conversion warnings (#29) by Patrick Uiterwijk · 5 years ago
  23. 06350ea Refine integer signedness use for static analyizers (#24) by Laurence Lundblade · 6 years ago
  24. 126dab4 Merge branch 'master' of https://github.com/laurencelundblade/QCBOR by Laurence Lundblade · 6 years ago
  25. 1d7eb63 Redesign MemPool to fix memory access alignment bug and allocate all bug by Laurence Lundblade · 6 years ago
  26. 01168ef Update license in Makefile by Laurence Lundblade · 7 years ago
  27. df1c1cf Get rid of extra spaces, minor documentation improvements, readme additions by Laurence Lundblade · 7 years ago
  28. b26de6f fix clean in Makefile by Laurence Lundblade · 7 years ago
  29. c9d3dcf fix makefile breakage from previous change by Laurence Lundblade · 7 years ago
  30. b88b54a separate out the decode malloc functions so qcbor has no relation to malloc at all by Laurence Lundblade · 7 years ago
  31. cd532e4 more stringent rules in the Makefile by Laurence Lundblade · 7 years ago
  32. 12b495d fixes for a couple of decode tests; add -Wparentheses to the makefile to catch these errors by Laurence Lundblade · 7 years ago
  33. 2c97883 Makefile now creates a lib archive by Laurence Lundblade · 7 years ago
  34. 972e59c Increase allowed nesting level to 15 by Laurence Lundblade · 7 years ago
  35. 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
  36. c2b1457 Minimal use case as example and for code size check by Laurence Lundblade · 7 years ago
  37. 471a3fd malloc-based string allocator is fixed, tested and working. Other cleanup by Laurence Lundblade · 7 years ago
  38. 570fab5 Turn up compiler warnings to max and fix them; one more indefinite length test by Laurence Lundblade · 7 years ago
  39. 4d1ecba fold basic and indefinite length tests in with the others; fix up Makefile by Laurence Lundblade · 7 years ago
  40. 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
  41. 2300b56 put bstrwrap tests in a separate file by Laurence Lundblade · 7 years ago
  42. 74d265c A small makefile for command line test by Laurence Lundblade · 7 years ago