You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Max Bruckner 8c900b9e07 Merge commit '7276f4df051bc58af8a2da7d3199517d43d37582' as 'tests/json-patch-tests' 8 years ago
..
inputs print_number: Remove trailing zeroes (for doubles) 8 years ago
json-patch-tests Merge commit '7276f4df051bc58af8a2da7d3199517d43d37582' as 'tests/json-patch-tests' 8 years ago
unity Update unity with fixes for compiler warnings 8 years ago
CMakeLists.txt cJSON_Compare: New function to compare json 8 years ago
common.c Replace sizeof('\0') with sizeof("") 8 years ago
common.h tests/common: use CJSON_PUBLIC 8 years ago
compare_tests.c cJSON_Compare: New function to compare json 8 years ago
misc_tests.c Tests for typecheck functions 8 years ago
parse_array.c parser: Construct error pointer from buffer offset 8 years ago
parse_examples.c tests: extract common functionality to common.c 8 years ago
parse_hex4.c tests: extract common functionality to common.c 8 years ago
parse_number.c parse_functions: Return booleans instead of pointers 8 years ago
parse_object.c parser: Construct error pointer from buffer offset 8 years ago
parse_string.c parser: Construct error pointer from buffer offset 8 years ago
parse_value.c parser: Construct error pointer from buffer offset 8 years ago
parse_with_opts.c parse_with_opts: test return_parse_end 8 years ago
print_array.c parser: Construct error pointer from buffer offset 8 years ago
print_number.c print_number: Make locale independent 8 years ago
print_object.c parser: Construct error pointer from buffer offset 8 years ago
print_string.c print_string: return boolean instead of pointer 8 years ago
print_value.c parser: Construct error pointer from buffer offset 8 years ago