- 7596eef Split encode source/header files into three (#288) by Laurence Lundblade · 8 months ago
- cf49acc Update makefile dependencies (#282) by Laurence Lundblade · 8 months ago
- 926ccfc Tidy up decode-related headers (#280) by Laurence Lundblade · 8 months ago
- 41e40d5 Move tag-related and spiffy-related code to their own source files by Laurence Lundblade · 8 months ago
- 33ed26f Split number decoding into a separate file (#276) by Laurence Lundblade · 8 months ago
- 721b56e Revise tag handling; breaks compatibility with QCBOR v1 by Laurence Lundblade · 10 months ago
- 5d83b9b Fix CI checks for #ifdef fan out by Laurence Lundblade · 1 year, 1 month ago
- b0e7033 Make option to compile with warnings on (#162) by Laurence Lundblade · 2 years, 11 months ago
- 41e96ca Add UsefulBuf example code (#136) by Laurence Lundblade · 3 years, 4 months ago
- c5a342f Fix typographic error in makefile comments by Laurence Lundblade · 4 years, 3 months ago
- b970245 Quiet warnings for stricter compilers configurations (#84) by Laurence Lundblade · 4 years, 5 months ago
- 6bbc4ed Makefile: Fix undefined reference problem (#63) by Norbert Kamiński · 4 years, 8 months ago
- 53a6981 add link with -lm (#60) by akil · 4 years, 9 months ago
- 46360ec tidying before spiffy decode is merged by Laurence Lundblade · 4 years, 10 months ago
- b8e19aa fixes for tests with combos of disable options by Laurence Lundblade · 4 years, 10 months ago
- 67257dc split out qcbor_spiffy_decode by Laurence Lundblade · 5 years ago
- cb31ed3 remove min_use_main by Laurence Lundblade · 5 years ago
- 1818e63 clean up example a little by Laurence Lundblade · 5 years ago
- 1d85d52 nesting tracking is much better sorted; makefile fix by Laurence Lundblade · 5 years ago
- e6bcef1 Fix enum conversion warnings for LLVM/XCode 11 (#44) by Laurence Lundblade · 5 years ago
- 02990fa Separate making of shared lib; other makefile clean up by Laurence Lundblade · 5 years ago
- 6e03077 Fixes #41. Added qcbor_err_to_str.c/o to Makefile. (#42) by Michael Eckel · 5 years ago
- 7e8effa #38 build and install shared objects (#39) by Michael Eckel · 5 years ago
- 9c42c20 Fixes #36: Added 'all' target to Makefile; fixed typos. (#37) by Michael Eckel · 5 years ago
- f19f4da Remove strict compiler options 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
- 299a4b0 Remove the conversion warnings (#29) by Patrick Uiterwijk · 5 years ago
- 06350ea Refine integer signedness use for static analyizers (#24) by Laurence Lundblade · 6 years ago
- 126dab4 Merge branch 'master' of https://github.com/laurencelundblade/QCBOR 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
- 01168ef Update license in Makefile by Laurence Lundblade · 7 years ago
- df1c1cf Get rid of extra spaces, minor documentation improvements, readme additions by Laurence Lundblade · 7 years ago
- b26de6f fix clean in Makefile by Laurence Lundblade · 7 years ago
- c9d3dcf fix makefile breakage from previous change 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
- cd532e4 more stringent rules in the Makefile by Laurence Lundblade · 7 years ago
- 12b495d fixes for a couple of decode tests; add -Wparentheses to the makefile to catch these errors by Laurence Lundblade · 7 years ago
- 2c97883 Makefile now creates a lib archive by Laurence Lundblade · 7 years ago
- 972e59c Increase allowed nesting level to 15 by Laurence Lundblade · 7 years ago
- 0dbc917 Fixe formatting of license by Laurence Lundblade · 7 years ago
- c2b1457 Minimal use case as example and for code size check by Laurence Lundblade · 7 years ago
- 471a3fd malloc-based string allocator is fixed, tested and working. Other cleanup by Laurence Lundblade · 7 years ago
- 570fab5 Turn up compiler warnings to max and fix them; one more indefinite length test by Laurence Lundblade · 7 years ago
- 4d1ecba fold basic and indefinite length tests in with the others; fix up Makefile by Laurence Lundblade · 7 years ago
- 781fd82 Merge floating point support in; new test runner by Laurence Lundblade · 7 years ago
- 2300b56 put bstrwrap tests in a separate file by Laurence Lundblade · 7 years ago
- 74d265c A small makefile for command line test by Laurence Lundblade · 7 years ago