| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | update testcase and delete debug -O0 build | dota17 | 2020-03-02 | 2 | -6/+2 |
| * | modify json-c default build type, and fix up the assert() errors in testcase | dota17 | 2020-02-29 | 3 | -5/+10 |
* | | update json_object.c and testcase, delete json_object_uint_inc() | dota17 | 2020-02-28 | 2 | -26/+0 |
* | | modify partial functions and testcase, in order to support automatic conversi... | dota17 | 2020-02-28 | 4 | -3/+84 |
* | | modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uin... | dota17 | 2020-02-27 | 2 | -14/+12 |
* | | add uint64 data to json-c | dota17 | 2020-02-25 | 12 | -26/+225 |
|/ |
|
* | Issue #539: be sure to clean up at the end of test_set_value. | Eric Haszlakiewicz | 2020-02-14 | 1 | -0/+1 |
* | Issue #539: reset the serializer when json_object_set_double() is called and ... | Eric Haszlakiewicz | 2020-02-13 | 2 | -2/+9 |
* | Merge pull request #531 from dota17/utf8test | Eric Haszlakiewicz | 2020-02-05 | 2 | -3/+68 |
|\ |
|
| * | update code | dota17 | 2020-01-20 | 2 | -24/+30 |
| * | test utf8 | dota17 | 2020-01-10 | 2 | -1/+60 |
* | | add json_object_new_null | dota17 | 2020-01-20 | 7 | -1/+11 |
* | | Fix make check | Po-Chuan Hsieh | 2020-01-11 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #526 from dota17/addTestCase_printbuf | Eric Haszlakiewicz | 2020-01-03 | 2 | -0/+7 |
|\ |
|
| * | Increased the test coverage of printbuf.c 82% to 92%. | chenguoping | 2020-01-03 | 2 | -0/+7 |
* | | Merge pull request #525 from dota17/addPointerTestcase | Eric Haszlakiewicz | 2020-01-03 | 2 | -0/+30 |
|\ \
| |/
|/| |
|
| * | update pointer test case | dota17 | 2020-01-02 | 2 | -0/+30 |
* | | Merge pull request #523 from dota17/updatetestcase | Eric Haszlakiewicz | 2020-01-02 | 2 | -1/+28 |
|\ \ |
|
| * | | update tsetcase for tokener_c | dota17 | 2020-01-02 | 2 | -1/+28 |
* | | | Merge pull request #522 from dota17/addVisitTestcase | Eric Haszlakiewicz | 2020-01-02 | 2 | -0/+89 |
|\ \ \
| |/ /
|/| | |
|
| * | | update json_visit testcase | dota17 | 2020-01-02 | 2 | -0/+89 |
| |/ |
|
* | | pointer types discards qualifiers | chenguoping | 2019-12-27 | 1 | -1/+2 |
* | | add testcases of object and token | chenguoping | 2019-12-27 | 6 | -1/+78 |
|/ |
|
* | Properly append to CMAKE_C_FLAGS string | Jaap Keuter | 2019-12-12 | 1 | -1/+1 |
* | Undefine NDEBUG for tests - cmake version. See issue #501. | Eric Haszlakiewicz | 2019-12-05 | 1 | -0/+5 |
* | Merge pull request #501 from andy5995/iss_406-2 | Eric Haszlakiewicz | 2019-12-05 | 1 | -1/+1 |
|\ |
|
| * | undefine NDEBUG for tests | andy5995 | 2019-07-30 | 1 | -1/+1 |
* | | Fix test_util_file for VS2013 too, but skip all the tests for anything older ... | Eric Haszlakiewicz | 2019-11-23 | 1 | -0/+1 |
* | | Fix up the test_util_file test for builds on Windows VS2015. | Eric Haszlakiewicz | 2019-11-23 | 1 | -0/+9 |
* | | Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escap... | Eric Haszlakiewicz | 2019-11-23 | 3 | -4/+11 |
* | | Build and run the tests as part of the cmake build. | Eric Haszlakiewicz | 2019-11-23 | 1 | -0/+54 |
* | | Fix memory leaks in test_double_serializer, and make sure all tests return 0 ... | Eric Haszlakiewicz | 2019-11-23 | 5 | -0/+12 |
* | | Add a quick way (JSONC_TEST_TRACE=1) to turn on shell tracing in tests. | Eric Haszlakiewicz | 2019-11-23 | 1 | -0/+5 |
* | | Extend test_double_serializer to check NaN and Infinity handling. | Eric Haszlakiewicz | 2019-11-22 | 2 | -0/+17 |
* | | Add a json_object_from_fd_ex() function, to allow the max nesting depth to be... | Eric Haszlakiewicz | 2019-11-10 | 4 | -4/+57 |
* | | Add a test for serializing the double value -1.0. | Eric Haszlakiewicz | 2019-11-10 | 2 | -0/+5 |
* | | Add a json_tokener_get_parse_end() function to replace direct access of tok->... | Eric Haszlakiewicz | 2019-09-08 | 1 | -8/+10 |
* | | Minor cleanup of includes in a couple of tests. | Eric Haszlakiewicz | 2019-09-08 | 2 | -3/+2 |
|/ |
|
* | Merge pull request #500 from andy5995/add_missing_test_deps | Eric Haszlakiewicz | 2019-07-26 | 1 | -0/+4 |
|\ |
|
| * | test/Makefile.am:add missing deps for test1 and test2 | andy5995 | 2019-07-25 | 1 | -0/+4 |
* | | Issue #498: Fix a memory leak bug introduced in test_double_serializer in 485... | Eric Haszlakiewicz | 2019-07-26 | 1 | -0/+1 |
|/ |
|
* | tests: appease -Wwrite-strings | Pierce Lopez | 2019-06-09 | 2 | -3/+5 |
* | Issue #486: append a missing ".0" to negative double values too. | Eric Haszlakiewicz | 2019-05-28 | 2 | -0/+5 |
* | Added test cases for spaced pretty and pretty_tab used together | Darjan Krijan | 2018-12-07 | 7 | -0/+251 |
* | Fixed typos | janczer | 2018-04-24 | 2 | -9/+9 |
* | Add an parse test for content starting with a UTF8 BOM, which is _not_ a vali... | Eric Haszlakiewicz | 2018-03-25 | 2 | -2/+19 |
* | PR#394: don't always append the ".0" if the double value rounds to zero becau... | Eric Haszlakiewicz | 2017-12-24 | 2 | -0/+24 |
* | Remove the TRUE and FALSE defines. | Eric Haszlakiewicz | 2017-12-23 | 1 | -6/+6 |
* | Deprecated a few typedefs, add docs on json_object_iter, move json_number_cha... | Eric Haszlakiewicz | 2017-12-05 | 1 | -1/+1 |
* | Cast to int64_t instead of long in test_int_add to fix the test on 32-bit pla... | Eric Haszlakiewicz | 2017-12-05 | 1 | -2/+2 |