187 Commits (4badbe9c2034976f7b0bfb4171f64cd51d1955e0)

Author SHA1 Message Date
  Eric Haszlakiewicz a9114392b4
Merge pull request #524 from dota17/addTestCase_obj_token 5 years ago
  dota17 b14363ae32 remove unsuitable case 5 years ago
  dota17 2876fcc137 clang-format two test_util_file.c and test_object_iterator.c 5 years ago
  chenguoping 8096125618 Increased the test coverage of json_util.c from 76% to 90.3%. 5 years ago
  chenguoping f56c5c1a60 Increased the test coverage of json_object_iterator.c from 0% to 100% 5 years ago
  dota17 74bbe349c4 clang-format test1.c 5 years ago
  chenguoping 110c60fcdd fix valgrind errors 5 years ago
  chenguoping 76e1472808 testcase for array_list 5 years ago
  Björn Esser 5e699f7f73
Be verbose on failing json_c_version test. 5 years ago
  Eric Haszlakiewicz c58d56ab7c
Merge pull request #576 from besser82/topic/besser82/increase_coverage 5 years ago
  Björn Esser d47fb12e85
Test coverage for json_c_version. 5 years ago
  Björn Esser 73a2ed115a
Remove multiple trailing newlines at EOF. 5 years ago
  Björn Esser 78cd37fb18
Clean trailing white-space. 5 years ago
  Eric Haszlakiewicz 95737df9d4 Remove autoconf machinery, we're using cmake now. Update the release checklist to account for that, plus fill in other tasks and clean it up a bit. 5 years ago
  dota17 8b162c4b89 clang-format the files 5 years ago
  dota17 c117d8a8a8 add the disabling formatting coments and adjust the partial code manuly 5 years ago
  dota17 3822177473 add test cases 5 years ago
  Eric Haszlakiewicz a8c9284f06
Merge pull request #547 from dota17/assert_test 5 years ago
  dota17 e56ab0146f update testcase and delete debug -O0 build 5 years ago
  dota17 2d44f865c3 modify json-c default build type, and fix up the assert() errors in testcase 5 years ago
  dota17 6359b79847 update json_object.c and testcase, delete json_object_uint_inc() 5 years ago
  dota17 9532f94fa4 modify partial functions and testcase, in order to support automatic conversion for int64/uint64 5 years ago
  dota17 c816de212b modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uint64},...} 5 years ago
  dota17 3c3b5920f7 add uint64 data to json-c 5 years ago
  Eric Haszlakiewicz 4bf7ffa984 Issue #539: be sure to clean up at the end of test_set_value. 5 years ago
  Eric Haszlakiewicz ae13ca524a Issue #539: reset the serializer when json_object_set_double() is called and the current serializer is the one that json_object_new_double_s() used. 5 years ago
  Eric Haszlakiewicz 0ffdbb2395
Merge pull request #531 from dota17/utf8test 5 years ago
  dota17 010f33d460 add json_object_new_null 5 years ago
  dota17 787a8b3f1c update code 5 years ago
  Po-Chuan Hsieh bb5971ba2a
Fix make check 5 years ago
  dota17 eca74dcccf test utf8 5 years ago
  Eric Haszlakiewicz e651e96a5b
Merge pull request #526 from dota17/addTestCase_printbuf 5 years ago
  Eric Haszlakiewicz a255510cca
Merge pull request #525 from dota17/addPointerTestcase 5 years ago
  chenguoping 8c0cb0bd28 Increased the test coverage of printbuf.c 82% to 92%. 5 years ago
  Eric Haszlakiewicz 0421772bbc
Merge pull request #523 from dota17/updatetestcase 5 years ago
  Eric Haszlakiewicz 4bfed6eb2f
Merge pull request #522 from dota17/addVisitTestcase 5 years ago
  dota17 5fe4448541 update tsetcase for tokener_c 5 years ago
  dota17 a5089f5a79 update json_visit testcase 5 years ago
  dota17 48ae9e8874 update pointer test case 5 years ago
  chenguoping 424b315ce0 pointer types discards qualifiers 5 years ago
  chenguoping 1446572997 add testcases of object and token 5 years ago
  Jaap Keuter 78d8e5c3d5 Properly append to CMAKE_C_FLAGS string 5 years ago
  Eric Haszlakiewicz 0819a55ffb Undefine NDEBUG for tests - cmake version. See issue #501. 5 years ago
  Eric Haszlakiewicz 37b4da6b92
Merge pull request #501 from andy5995/iss_406-2 5 years ago
  Eric Haszlakiewicz 41f434e89f Fix test_util_file for VS2013 too, but skip all the tests for anything older than that because the limitations are too inconvenient. 5 years ago
  Eric Haszlakiewicz b99be9cf4e Fix up the test_util_file test for builds on Windows VS2015. 5 years ago
  Eric Haszlakiewicz 7f30afc6e5 Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escapes, define __func__ and omit unistd.h if needed. 5 years ago
  Eric Haszlakiewicz bdaff94e9a Build and run the tests as part of the cmake build. 5 years ago
  Eric Haszlakiewicz 25aedddcdf Fix memory leaks in test_double_serializer, and make sure all tests return 0 at the end of main(). 5 years ago
  Eric Haszlakiewicz 3d3b014971 Add a quick way (JSONC_TEST_TRACE=1) to turn on shell tracing in tests. 5 years ago