739 Commits (d189d7b5ff63685d169c314e929f7f9a5d80cf1a)
 

Author SHA1 Message Date
  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
  Eric Haszlakiewicz 1a94c70336 Add a json_c_set_serialization_double_format() function to set the *library-wide* format for how doubles are written to a serialized JSON output. 8 years ago
  Eric Haszlakiewicz 8581806558 Make _set_last_err() non-static so it can be used outside of json_util.c 8 years ago
  Eric Haszlakiewicz e76ea37772 Merge pull request #325 from rouault/fix_stack_overflow_in_json_object_double_to_json_string_format 8 years ago
  Even Rouault 2c2deb87f8 Fix stack buffer overflow in json_object_double_to_json_string_format() 8 years ago
  Alexandru Ardelean f10a5ae4d7 .gitignore: add cmake generated files 8 years ago
  Alexandru Ardelean 4b5e39c89c build,cmake: generate both static and shared libjson 8 years ago
  Alexandru Ardelean cfbbb23141 build,cmake: add _GNU_SOURCE to CFLAGS 8 years ago
  David Henot a9f265d166 Fix library build with Visual Studio 8 years ago
  Pablo Sanabria d3f813a14e Fixed linkhash.c for MinGW 8 years ago
  Pablo Sanabria 2cda677d06 Fix CMake Build process for MinGW and MSYS2 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