summaryrefslogtreecommitdiff
path: root/tests/test_json_pointer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typosTobias Stoeckmann2022-03-061-1/+1
* Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE ins...Eric Haszlakiewicz2020-07-041-4/+1
* Improved support for IBM operating systemsDavid McCann2020-05-141-5/+5
* clang-format the filesdota172020-04-031-16/+21
* add the disabling formatting coments and adjust the partial code manulydota172020-04-031-24/+28
* update testcase and delete debug -O0 builddota172020-03-021-3/+1
* modify json-c default build type, and fix up the assert() errors in testcasedota172020-02-291-0/+5
* update pointer test casedota172020-01-021-0/+27
* Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escap...Eric Haszlakiewicz2019-11-231-2/+2
* PR #336: since we can't use function overriding (due to problems with it onEric Haszlakiewicz2017-07-151-0/+3
* build: make `strerror()` override-ableAlexandru Ardelean2017-07-131-1/+1
* Change a memcpy that should be a memmove within json_pointer_get, and fix mem...Eric Haszlakiewicz2016-12-181-4/+10
* test_json_pointer: update test with a few printf variantsAlexandru Ardelean2016-11-221-1/+12
* tests: add test_json_pointer testAlexandru Ardelean2016-11-041-0/+272