summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Fix memory leaks in test_double_serializer, and make sure all tests return 0 ...Eric Haszlakiewicz2019-11-235-0/+12
* | Add a quick way (JSONC_TEST_TRACE=1) to turn on shell tracing in tests.Eric Haszlakiewicz2019-11-231-0/+5
* | Extend test_double_serializer to check NaN and Infinity handling.Eric Haszlakiewicz2019-11-222-0/+17
* | Add a json_object_from_fd_ex() function, to allow the max nesting depth to be...Eric Haszlakiewicz2019-11-104-4/+57
* | Add a test for serializing the double value -1.0.Eric Haszlakiewicz2019-11-102-0/+5
* | Add a json_tokener_get_parse_end() function to replace direct access of tok->...Eric Haszlakiewicz2019-09-081-8/+10
* | Minor cleanup of includes in a couple of tests.Eric Haszlakiewicz2019-09-082-3/+2
|/
* Merge pull request #500 from andy5995/add_missing_test_depsEric Haszlakiewicz2019-07-261-0/+4
|\
| * test/Makefile.am:add missing deps for test1 and test2andy59952019-07-251-0/+4
* | Issue #498: Fix a memory leak bug introduced in test_double_serializer in 485...Eric Haszlakiewicz2019-07-261-0/+1
|/
* tests: appease -Wwrite-stringsPierce Lopez2019-06-092-3/+5
* Issue #486: append a missing ".0" to negative double values too.Eric Haszlakiewicz2019-05-282-0/+5
* Added test cases for spaced pretty and pretty_tab used togetherDarjan Krijan2018-12-077-0/+251
* Fixed typosjanczer2018-04-242-9/+9
* Add an parse test for content starting with a UTF8 BOM, which is _not_ a vali...Eric Haszlakiewicz2018-03-252-2/+19
* PR#394: don't always append the ".0" if the double value rounds to zero becau...Eric Haszlakiewicz2017-12-242-0/+24
* Remove the TRUE and FALSE defines.Eric Haszlakiewicz2017-12-231-6/+6
* Deprecated a few typedefs, add docs on json_object_iter, move json_number_cha...Eric Haszlakiewicz2017-12-051-1/+1
* Cast to int64_t instead of long in test_int_add to fix the test on 32-bit pla...Eric Haszlakiewicz2017-12-051-2/+2