summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix CVE-2020-12762.Björn Esser2020-05-152-0/+30
* Merge pull request #524 from dota17/addTestCase_obj_tokenEric Haszlakiewicz2020-04-156-3/+90
|\
| * remove unsuitable casedota172020-04-151-17/+0
| * clang-format two test_util_file.c and test_object_iterator.cdota172020-04-142-16/+17
| * Increased the test coverage of json_util.c from 76% to 90.3%.chenguoping2020-04-142-0/+47
| * Increased the test coverage of json_object_iterator.c from 0% to 100%chenguoping2020-04-144-1/+57
* | clang-format test1.cdota172020-04-141-11/+12
* | fix valgrind errorschenguoping2020-04-141-2/+9
* | testcase for array_listchenguoping2020-04-147-0/+130
|/
* Be verbose on failing json_c_version test.Björn Esser2020-04-111-0/+8
* Merge pull request #576 from besser82/topic/besser82/increase_coverageEric Haszlakiewicz2020-04-111-0/+6
|\
| * Test coverage for json_c_version.Björn Esser2020-04-111-0/+6
* | Remove multiple trailing newlines at EOF.Björn Esser2020-04-111-1/+0
* | Clean trailing white-space.Björn Esser2020-04-112-2/+2
|/
* Remove autoconf machinery, we're using cmake now. Update the release checkli...Eric Haszlakiewicz2020-04-091-69/+0
* clang-format the filesdota172020-04-0322-629/+610
* add the disabling formatting coments and adjust the partial code manulydota172020-04-032-28/+34
* add test casesdota172020-03-318-0/+87
* Merge pull request #547 from dota17/assert_testEric Haszlakiewicz2020-03-033-5/+6
|\
| * update testcase and delete debug -O0 builddota172020-03-022-6/+2
| * modify json-c default build type, and fix up the assert() errors in testcasedota172020-02-293-5/+10
* | update json_object.c and testcase, delete json_object_uint_inc()dota172020-02-282-26/+0
* | modify partial functions and testcase, in order to support automatic conversi...dota172020-02-284-3/+84
* | modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uin...dota172020-02-272-14/+12
* | add uint64 data to json-cdota172020-02-2512-26/+225
|/
* Issue #539: be sure to clean up at the end of test_set_value.Eric Haszlakiewicz2020-02-141-0/+1
* Issue #539: reset the serializer when json_object_set_double() is called and ...Eric Haszlakiewicz2020-02-132-2/+9
* Merge pull request #531 from dota17/utf8testEric Haszlakiewicz2020-02-052-3/+68
|\
| * update codedota172020-01-202-24/+30
| * test utf8dota172020-01-102-1/+60
* | add json_object_new_nulldota172020-01-207-1/+11
* | Fix make checkPo-Chuan Hsieh2020-01-111-3/+3
|/
* Merge pull request #526 from dota17/addTestCase_printbufEric Haszlakiewicz2020-01-032-0/+7
|\
| * Increased the test coverage of printbuf.c 82% to 92%.chenguoping2020-01-032-0/+7
* | Merge pull request #525 from dota17/addPointerTestcaseEric Haszlakiewicz2020-01-032-0/+30
|\ \ | |/ |/|
| * update pointer test casedota172020-01-022-0/+30
* | Merge pull request #523 from dota17/updatetestcaseEric Haszlakiewicz2020-01-022-1/+28
|\ \
| * | update tsetcase for tokener_cdota172020-01-022-1/+28
* | | Merge pull request #522 from dota17/addVisitTestcaseEric Haszlakiewicz2020-01-022-0/+89
|\ \ \ | |/ / |/| |
| * | update json_visit testcasedota172020-01-022-0/+89
| |/
* | pointer types discards qualifierschenguoping2019-12-271-1/+2
* | add testcases of object and tokenchenguoping2019-12-276-1/+78
|/
* Properly append to CMAKE_C_FLAGS stringJaap Keuter2019-12-121-1/+1
* Undefine NDEBUG for tests - cmake version. See issue #501.Eric Haszlakiewicz2019-12-051-0/+5
* Merge pull request #501 from andy5995/iss_406-2Eric Haszlakiewicz2019-12-051-1/+1
|\
| * undefine NDEBUG for testsandy59952019-07-301-1/+1
* | Fix test_util_file for VS2013 too, but skip all the tests for anything older ...Eric Haszlakiewicz2019-11-231-0/+1
* | Fix up the test_util_file test for builds on Windows VS2015.Eric Haszlakiewicz2019-11-231-0/+9
* | Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escap...Eric Haszlakiewicz2019-11-233-4/+11
* | Build and run the tests as part of the cmake build.Eric Haszlakiewicz2019-11-231-0/+54