summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Apply some of the fixes from PR #740, although by using size_t instead of cas...Eric Haszlakiewicz2022-07-311-9/+10
* Fix #771/#768 by marking usage() as "noreturn" instead of using "FALLTHRU" in...Eric Haszlakiewicz2022-06-131-2/+15
* missing 'FALLTHRU' added to sort out error messages when using "-Werror=impli...An7ar352022-06-011-1/+1
* Include the tests and apps directories at the _end_, since order in theEric Haszlakiewicz2022-05-301-2/+1
* Fix read past end of bufferMarc2020-08-071-1/+2
* Merge branch 'master' of https://github.com/json-c/json-cEric Hawicz2020-05-081-4/+3
|\
| * json_parse demo: fix and use usage() functionPierce Lopez2020-05-081-7/+6
* | Fix printf format issues in apps/json_parse, and actually call the usage() fu...Eric Hawicz2020-05-031-6/+7
|/
* Extend the CMakeLists.txt in the apps directory to be usable as a standalone ...Eric Haszlakiewicz2020-04-263-8/+139
* Add an apps directory, and a json_parse program to parse an input file and re...Eric Haszlakiewicz2020-04-212-0/+186