816 Commits (ac26ea9c5bb42bd19aa466acea830a90435d65de)
 

Author SHA1 Message Date
  Eric Haszlakiewicz 81f6edbfd5 PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated. 8 years ago
  Haffon 3141c3976b 1.make it can been compiled with Visual Studio 2010 8 years ago
  Eric Haszlakiewicz 256ebcd827 Merge pull request #346 from schwehr/get_int 8 years ago
  Eric Haszlakiewicz 474376f30a Merge pull request #345 from MrAnno/fix-make-dist 8 years ago
  Eric Haszlakiewicz 2f1fe55f66 Merge pull request #344 from fastogt/master 8 years ago
  Kurt Schwehr ef7b08ce7f Clamp double to int32 when narrowing in json_object_get_int. 8 years ago
  László Várady e0e34f0a13 Fix 'make distcheck' 8 years ago
  László Várady db8dbbf371 Fix 'make dist' 8 years ago
  topilski 0a99e7a5c1 Fix Mingw build 8 years ago
  topilski 65884f4d9e Fix parsing doubles for mingw 8 years ago
  Eric Haszlakiewicz af87944585 PR #336: fix to previous change, be sure to include string.h when we're using the real strerror. 8 years ago
  Eric Haszlakiewicz 36dbe2d74e PR #336: Fix typo in defining STRERROR_OVERRIDE_IMPL 8 years ago
  Eric Haszlakiewicz 8d8a785bd2 Merge pull request #340 from commodo/fix-appveyor-build 8 years ago
  Alexandru Ardelean d8fbfc7aa1 build,travis: drop `-enable-strerror-override` argument (no longer exists) 8 years ago
  Alexandru Ardelean ddce7c28e4 strerror_override: add extern "C" and JSON_EXPORT specifiers for Visual C++ compilers 8 years ago
  Eric Haszlakiewicz fcad0ec015 PR #336: since we can't use function overriding (due to problems with it on 8 years ago
  Eric Haszlakiewicz 730ab7b019 PR #336: since we can't use function overriding (due to problems with it on OSX) always include the _json_c_strerror function but only enable it with a flag during tests. 8 years ago
  Eric Haszlakiewicz 40317f079e Allow USE_VALGRIND to be set to anything starting with 0, N or n to disable valgrind during tests. 8 years ago
  Eric Haszlakiewicz c0b7d762b2 Merge pull request #336 from commodo/fix-tests 8 years ago
  Alexandru Ardelean bc2e30453b build,travis: enable strerror override option in build 8 years ago
  Alexandru Ardelean fb72160caf build: make `strerror()` override-able 8 years ago
  Alexandru Ardelean 85f57859fd configure.ac: check for `uselocale` function only on Linux platforms 8 years ago
  Alexandru Ardelean 7b9432d564 tests: fix leak in `test_util_file` ; found by cppcheck 8 years ago
  Alexandru Ardelean effab3f91a travis,tests: run cppcheck only if it exists 8 years ago
  Alexandru Ardelean 9d47ae824c tests: compress test_utile_file with test_basic 8 years ago
  Alexandru Ardelean ba8625a701 tests: add `set -e` specifier to bail early on build run 8 years ago
  Eric Haszlakiewicz dd8dcb8228 Merge pull request #335 from commodo/build_status_travis 8 years ago
  Alexandru Ardelean 061afc7993 README.md: show build status tag from travis & appveyor. 8 years ago
  Eric Haszlakiewicz b64402ede2 Move a variable declaration to the start of the block to work better with older compilers. 8 years ago
  Eric Haszlakiewicz a14ada5730 Remove a spurious comma in configure.ac 8 years ago
  Eric Haszlakiewicz 33db761551 Updated expected test1 output which should have been included in commit fd9b3b2. 8 years ago
  Eric Haszlakiewicz 1d3e97f2ab Comment out the warning about racy random seed initialization in lh_char_hash(), if you're on a platform where it'll be triggered it just makes it a pain to build. 8 years ago
  Eric Haszlakiewicz f7a44ad101 Add extra casts to void * to squash some warning on certain systems (e.g. CentOS w/ gcc 4.1.2). 8 years ago
  Eric Haszlakiewicz 7b7a76e161 Fix bad usage of strncat introduces in 1a94c70. Pointed out by @rouault in PR #331. 8 years ago
  Eric Haszlakiewicz 55ecae3e58 Eliminate static qualifiers on a couple local variables that were causing thread safety issues. Suggested by @rouault in PR #331. 8 years ago
  Eric Haszlakiewicz 5a99e527ff Reformat json_object_double_to_json_string_format() to have consistent spacing. 8 years ago
  Eric Haszlakiewicz 5e33dabda1 Issue #308: improve the build instructions in README.md to include the exact commands to run for installing prerequisites, as mentioned earlier on Issue #308. 8 years ago
  Eric Haszlakiewicz fd9b3b2260 Issue #332: fix a long-standing bug in array_list_put_idx() where it would attempt to free previously free'd entries due to not checking the current array length. 8 years ago
  Eric Haszlakiewicz 7fd74fc7a3 Merge pull request #312 from Tailmon/master 8 years ago
  Eric Haszlakiewicz 4deed587e7 Merge pull request #319 from Dashlane/visual-studio-build 8 years ago
  Eric Haszlakiewicz a3f97eeeeb Merge pull request #329 from commodo/rename-static-lib 8 years ago
  Eric Haszlakiewicz db3115cee9 Merge pull request #330 from commodo/symlink_some_tests 8 years ago
  Eric Haszlakiewicz cc201fdcaa Merge pull request #333 from besser82/bugfix/obsolete_macros_autotools 8 years ago
  Björn Esser cec97ebc6f Replace obsolete AM_PROG_LIBTOOL 8 years ago
  Alexandru Ardelean 73636c2ed0 tests: symlink basic tests to a single file that has the common code 8 years ago
  Alexandru Ardelean 8f6ecbf37b build,cmake: set C_STANDARD 99 property to libjson-c-static 8 years ago
  Alexandru Ardelean 4fb2eefac2 build,cmake: rename libjson-c-static.a to libjson-c.a 8 years ago
  Eric Haszlakiewicz a36396992d Merge pull request #321 from commodo/fix-cmake-vasprintf 8 years ago
  Eric Haszlakiewicz e8e574fbe4 Issue #161: add a json_object_to_fd() function. 8 years ago
  Eric Haszlakiewicz 23e064ad29 Fix test_double_serializer expected output. 8 years ago