980 Commits (f0bbaec2d4e1c64bcc2b4e9880d15ccb46233fc0)
 

Author SHA1 Message Date
  Eric Haszlakiewicz f0bbaec2d4 Issue #600: don't rename the static library on Windows, it _needs_ to have a different name because the dll build also creates a "json-c.lib" file. 5 years ago
  Eric Haszlakiewicz 5d3466d0cb Re-format after recent change to fix linkhash. 5 years ago
  Eric Haszlakiewicz b4c0c8d027 Issue #598: avoid building static libraries twice. 5 years ago
  Eric Haszlakiewicz 7a4807fe0c Issue #599: Fix the backwards check in lh_table_insert_w_hash() that was preventing adding more than 11 objects. 5 years ago
  hofnarr 2db5633de4 cmake-configure: fix enable-static option 5 years ago
  hofnarr 20895f941e cmake: change variable name 5 years ago
  hofnarr 077eceead1 cmake: add list for build targets 5 years ago
  dota17 af7a3e05af update 5 years ago
  dota17 392770c8e5 support to build both static and shared libraries 5 years ago
  Tobias Stoeckmann c4eae053d4 Fix integer overflows. 5 years ago
  Tobias Stoeckmann e66f7f7223 Prevent division by zero in linkhash. 5 years ago
  Tobias Stoeckmann a9695f34c3 Protect array_list_del_idx against size_t overflow. 5 years ago
  Eric Haszlakiewicz 8d28e677e6 Issue #589: drop the rdrand test loops to just 3, tweak comments and add some links to bug reports, and decrease the nesting level of the has_rdrand() function. 5 years ago
  Tudor Brindus 23005a7d9d Detect broken RDRAND during initialization 5 years ago
  Tudor Brindus 0ca0361a24 Fix segmentation fault in CPUID check 5 years ago
  Eric Haszlakiewicz 3a3ab6c7d8 Fix cmake-configure to accept "--prefix=<foo>" in addition to "--prefix <foo>" (see also Issue #591) 5 years ago
  Eric Haszlakiewicz 812d5e3903 Issue #471: always create directories with mode 0755, regardless of umask. 5 years ago
  Eric Haszlakiewicz 228881c8fc Issue #585: don't install config.h 5 years ago
  Eric Haszlakiewicz bae2f10c43 Generate docs for the 0.14 release. 5 years ago
  Eric Haszlakiewicz 4824a38318 Bump version to 0.14 and shared library version to 5.0.0 5 years ago
  Eric Haszlakiewicz 31ab57ca8b Fill in the ChangeLog for the upcoming 0.14 release. 5 years ago
  Eric Haszlakiewicz 9ed00a694b Fill in a few more pre-release steps to match what we've done for the 0.14 release. 5 years ago
  Eric Haszlakiewicz 4badbe9c20 Rewrite the issued_closed_for_* files so they display a bit nicer. 5 years ago
  Eric Haszlakiewicz 0a95f98b8d Explicitly mark several things in json_tokener deprecated. 5 years ago
  Eric Haszlakiewicz ecb9354bb1 Re-do clang-format. 5 years ago
  Eric Haszlakiewicz 23ddcbd4da Make json_abort() internal to json_object.c 5 years ago
  Eric Haszlakiewicz 5cc11289b4 Make json_tokener_validate_utf8() internal to json_tokener.c, and improve the docs a bit. 5 years ago
  Eric Haszlakiewicz 4dc0f1718e
Merge pull request #582 from dota17/list_closed_issue_pr 5 years ago
  dota17 4313465f25 update 5 years ago
  dota17 8bdb420d0f manual adjustment 5 years ago
  dota17 6bf6a9e248 add the list of issues& prs closed 5 years ago
  Eric Haszlakiewicz a9114392b4
Merge pull request #524 from dota17/addTestCase_obj_token 5 years ago
  Eric Haszlakiewicz 04bb0fca73
Merge pull request #581 from Jehan/wip/Jehan/no-strict-prototypes-windows 5 years ago
  dota17 b14363ae32 remove unsuitable case 5 years ago
  Jehan 8c33d1c3c9 CMakeLists: do not enforce strict prototypes on Windows. 5 years ago
  Eric Haszlakiewicz 7fb8d56458
Merge pull request #580 from besser82/topic/besser82/fix_cmake_tests 5 years ago
  Björn Esser 053eaa61d7 Fix CMake tests for enforced strict prototypes. 5 years ago
  Eric Haszlakiewicz ab5425a6a6
Merge pull request #527 from dota17/arraylist_test 5 years ago
  Eric Haszlakiewicz 511edb51a4
Merge pull request #579 from besser82/topic/besser82/strict-prototypes 5 years ago
  dota17 2876fcc137 clang-format two test_util_file.c and test_object_iterator.c 5 years ago
  chenguoping 8096125618 Increased the test coverage of json_util.c from 76% to 90.3%. 5 years ago
  chenguoping f56c5c1a60 Increased the test coverage of json_object_iterator.c from 0% to 100% 5 years ago
  dota17 74bbe349c4 clang-format test1.c 5 years ago
  chenguoping 110c60fcdd fix valgrind errors 5 years ago
  chenguoping 76e1472808 testcase for array_list 5 years ago
  Björn Esser d0dc3489dc
Enforce strict prototypes. 5 years ago
  Eric Haszlakiewicz 4742a2ab1d
Merge pull request #578 from besser82/topic/besser82/pkgconfig_install 5 years ago
  Björn Esser 165e6f58fc
CMake: Install pkgconfig file in proper location by default 5 years ago
  Eric Haszlakiewicz 8269f90956
Merge pull request #577 from besser82/topic/besser82/json_c_version_test_verbose_on_fail 5 years ago
  Björn Esser 5e699f7f73
Be verbose on failing json_c_version test. 5 years ago