553 Commits (a9f265d1664de9837174120a08a24edd3c279568)
 

Author SHA1 Message Date
  David Henot a9f265d166 Fix library build with Visual Studio 8 years ago
  Eric Haszlakiewicz 6bd86d1044 Merge pull request #311 from jj1118/master 8 years ago
  Jason Li 0f81ecf5f4 Fix error C3688 when compiling on Visual Studio 2015: invalid literal suffix 'PRId64'; literal operator or literal operator template 'operator ""PRId64' not found 8 years ago
  Eric Haszlakiewicz 4e673656a1 Merge pull request #310 from marxin/fix-gcc7-warnings 8 years ago
  marxin 014924ba89 Add FALLTHRU comment to handle GCC7 warnings. 8 years ago
  Eric Haszlakiewicz 82f5a4ab29 Merge pull request #305 from alexanderst/master 8 years ago
  Alex 175d934cff Fix compilation without C-99 option 8 years ago
  Eric Haszlakiewicz 8c86207258 Add a few more cases to test_parse to provide some examples of how parsing works; should help address the questions raised in Issue #302. 8 years ago
  Eric Haszlakiewicz d74b7eb144 Merge pull request #303 from yogo1212/tokener_h 8 years ago
  Leon M. George 482e771af1 fix doc in tokener header file 8 years ago
  Eric Haszlakiewicz 3948fcad2d Issue #300: Cast size_t values to int instead of unsigned long long to work around broken behavior of MinGW. 8 years ago
  Eric Haszlakiewicz bad6c9a427 Issue #300: Some platforms, such as MinGW, don't have ETXTBSY and ENOTBLK, so skip those there. 8 years ago
  Eric Haszlakiewicz 9a64fd7d55 Issue #300: Use %p instead of %lx in test_util_file since some platforms' pointers are larger than "unsigned long". 8 years ago
  Eric Haszlakiewicz 91977159ee Add cast to int in calls to isdigit() since some platforms complain about char being used as an array index. 8 years ago
  Eric Haszlakiewicz 3fab117e4e Merge pull request #299 from qlyoung/perf-improvements 8 years ago
  Quentin Young f6f852fd93 Restore sprintbuf(), add macro for string literals 8 years ago
  Eric Haszlakiewicz 75825a9f01 Use strdup instead of strndup in test1.c, there's no need for the latter because json_object_to_json_string_length() will always return a properly sized string. 8 years ago
  Quentin Young 9ff0f4987f Improve json_object -> string performance 8 years ago
  Eric Haszlakiewicz 8157784483 Issue #295: also check if size_t is the size of long long, to help support 64-bit Windows platforms. 8 years ago
  Eric Haszlakiewicz 177c401e02 Ignore tests/test_float 8 years ago
  Eric Haszlakiewicz 0a010a59eb Change a memcpy that should be a memmove within json_pointer_get, and fix memory leaks in of one the json_pointer tests. 8 years ago
  Eric Haszlakiewicz 779b77a164 Note some minimum versions needed for autoconf, etc... 8 years ago
  Eric Haszlakiewicz a443b9f7e7 Issue#292: bump the required version of configure listed in configure.ac so a more useful error message is generated, rather than failing later because the extra macros from ./autoconf-archive/m4/ didn't get loaded. 8 years ago
  Eric Haszlakiewicz 1e4824a841 Merge pull request #289 from jgerhards/i-278 8 years ago
  Jan Gerhards 61db4cfac5 testbench: add test for floating point representation 8 years ago
  Jan Gerhards ca7a1973e2 bugfix: floating point representaion without fractional part 8 years ago
  Eric Haszlakiewicz d050f1e622 Merge pull request #287 from commodo/json_pointer_va_args 8 years ago
  Alexandru Ardelean 47f32a76ef vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template 9 years ago
  Alexandru Ardelean 8cb86a583a strdup_compat.h: re-spin this compat header ; use math_compat.h as template 9 years ago
  Alexandru Ardelean c0da680f13 test_json_pointer: update test with a few printf variants 9 years ago
  Alexandru Ardelean 742e059da1 json_pointer: add json_pointer_getf/setf() function variants 9 years ago
  Alexandru Ardelean 97dd7d5103 json_pointer.c: fix whitespace 9 years ago
  Eric Haszlakiewicz 8e12f4a21c Merge pull request #285 from ebassi/revert-strdup-compat 9 years ago
  Emmanuele Bassi 7601f20d70 Revert "compat/strdup.h: move common compat check for strdup() to own file" 9 years ago
  Eric Haszlakiewicz e8ce1db471 Merge pull request #283 from commodo/json_pointer 9 years ago
  Alexandru Ardelean ee7fc26de1 tests: add test_json_pointer test 9 years ago
  Alexandru Ardelean 2fbdee19da tests/strerror_override.c: fix compilation error 9 years ago
  Alexandru Ardelean 0e91183300 json_pointer: add first revision 9 years ago
  Alexandru Ardelean aaba8c1080 compat/strdup.h: move common compat check for strdup() to own file 9 years ago
  Eric Haszlakiewicz d4899bd4d5 Handle NULL objects in json_object_get_userdata() by returning NULL, but abort in json_object_set_userdata() since we can't actually do anything with the userdata. 9 years ago
  Eric Haszlakiewicz f8132f932d Issue #280: add a few assert() calls to ensure objects are of the appropriate type. 9 years ago
  Eric Haszlakiewicz 33339ae595 Use json_visit() to clear the serializer data set when parsing so the output from test_parse reflects the actual values parsed. 9 years ago
  Eric Haszlakiewicz ecdc14f535 Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects. 9 years ago
  Eric Haszlakiewicz 7e12b9f47c Fix broken key-order test in test_compare. 9 years ago
  Eric Haszlakiewicz 80150a18d3 Merge pull request #272 from sgerbino/master 9 years ago
  Eric Haszlakiewicz 818156f6f7 Merge pull request #277 from ALLTERCO/json_object_set_xxx 9 years ago
  Stoian Ivanov be63ba99ca try restore windows automated builds 9 years ago
  Stoian Ivanov a26305d428 fix compiler warning for int sizes 9 years ago
  Stoian Ivanov e518b22b72 string set and tests 9 years ago
  Stoian Ivanov 9a313f767f gitignore test; add double value set checks in test 9 years ago