You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matthias Kuhn b9cbd4452f
Fix compiling for Android
3 years ago
..
CMakeLists.txt fix cmake version for tests 4 years ago
parse_flags.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
parse_flags.h Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 years ago
test-defs.sh Clean trailing white-space. 5 years ago
test1.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test1.expected testcase for array_list 5 years ago
test1.test Added test cases for spaced pretty and pretty_tab used together 6 years ago
test1Formatted_plain.expected testcase for array_list 5 years ago
test1Formatted_pretty.expected testcase for array_list 5 years ago
test1Formatted_spaced.expected testcase for array_list 5 years ago
test1Formatted_spaced_pretty.expected testcase for array_list 5 years ago
test1Formatted_spaced_pretty_pretty_tab.expected testcase for array_list 5 years ago
test2.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test2.expected Move the rest of the tests into the tests subdirectory. 13 years ago
test2.test Added test cases for spaced pretty and pretty_tab used together 6 years ago
test2Formatted_plain.expected Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 years ago
test2Formatted_pretty.expected Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 years ago
test2Formatted_spaced.expected Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 years ago
test2Formatted_spaced_pretty.expected Added test cases for spaced pretty and pretty_tab used together 6 years ago
test2Formatted_spaced_pretty_pretty_tab.expected Added test cases for spaced pretty and pretty_tab used together 6 years ago
test4.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test4.expected Issue #599: Fix the backwards check in lh_table_insert_w_hash() that was preventing adding more than 11 objects. 5 years ago
test4.test tests: symlink basic tests to a single file that has the common code 8 years ago
testReplaceExisting.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
testReplaceExisting.expected Issue #240: add arbitrary use of val's in foreach loops to squash warnings about unused variables. 9 years ago
testReplaceExisting.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_basic.test Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE instead of using a variable, so we don't need to export it. 5 years ago
test_cast.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_cast.expected Fix json_object_get_boolean() doc for the object and array cases (always returns 0), and add those cases to the test_cast test. 5 years ago
test_cast.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_charcase.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_charcase.expected Rename the "test_case" test to "test_charcase" to make it slightly less confusing. 11 years ago
test_charcase.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_compare.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_compare.expected add test cases 5 years ago
test_compare.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_deep_copy.c test_deep_copy: Fix assertion value. 5 years ago
test_deep_copy.expected add test cases 5 years ago
test_deep_copy.test tests: add test_deep_copy test 7 years ago
test_double_serializer.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_double_serializer.expected add testcases of object and token 5 years ago
test_double_serializer.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_float.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_float.expected Add a test for serializing the double value -1.0. 5 years ago
test_float.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_int_add.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_int_add.expected add test cases 5 years ago
test_int_add.test Add json_object_add_int functions 8 years ago
test_json_pointer.c Fix typos 3 years ago
test_json_pointer.expected update pointer test case 5 years ago
test_json_pointer.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_locale.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_locale.expected Issue #195: Actually call uselocale() in the new locale handling code in json_tokener. 9 years ago
test_locale.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_null.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_null.expected Revert the test_null test back to emitted to stdout, and update the expected output to match. 12 years ago
test_null.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_object_iterator.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_object_iterator.expected Increased the test coverage of json_object_iterator.c from 0% to 100% 5 years ago
test_object_iterator.test Increased the test coverage of json_object_iterator.c from 0% to 100% 5 years ago
test_parse.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_parse.expected In the json_tokener_state_number case, explicitly adjust what "number" characters are allowed based on the exact micro-state that we're in, and check for invalid following characters in a different way, to allow a valid json_type_number object to be returned at the top level. 5 years ago
test_parse.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_parse_int64.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_parse_int64.expected fix json_parse_uint64() usage of errno 5 years ago
test_parse_int64.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_printbuf.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_printbuf.expected Increased the test coverage of printbuf.c 82% to 92%. 5 years ago
test_printbuf.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_set_serializer.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_set_serializer.expected Prevent truncation on custom double formatters. 5 years ago
test_set_serializer.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_set_value.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_set_value.expected add test cases 5 years ago
test_set_value.test tests: symlink basic tests to a single file that has the common code 8 years ago
test_strerror.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_strerror.expected Properly format errnos in _json_c_strerror 5 years ago
test_strerror.test Properly format errnos in _json_c_strerror 5 years ago
test_util_file.c Fix compiling for Android 3 years ago
test_util_file.expected Fix issue #764: adjust test_util_file to match new output (changed in 6e53347) 3 years ago
test_util_file.test tests: compress test_utile_file with test_basic 8 years ago
test_visit.c Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
test_visit.expected update json_visit testcase 5 years ago
test_visit.test tests: symlink basic tests to a single file that has the common code 8 years ago
valid.json Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_get_last_err() function to retrieve the error for those callers that care about it. 9 years ago
valid_nested.json Add a json_object_from_fd_ex() function, to allow the max nesting depth to be specified. 5 years ago