1032 Commits (0a16b23adf7de1222c91ba10277fdbd2e889b144)
 

Author SHA1 Message Date
  Eric Haszlakiewicz 0a16b23adf Fix typo in previous commit to check for SSIZE_T on MSVC. 5 years ago
  Eric Haszlakiewicz eab1375123 Change CMakeLists.txt to look for SSIZE_T on MSVC too. 5 years ago
  Eric Haszlakiewicz b0466b626b On MSVC, add a ssize_t typedef using SSIZE_T from BaseTsd.h 5 years ago
  Eric Haszlakiewicz 0fc9d91277 Kick json_type_string out of struct json_object. 5 years ago
  Eric Haszlakiewicz 9ecb1222bd Kick json_type_int and json_type_double out of struct json_object. 5 years ago
  Eric Haszlakiewicz 0351bb55c8 Declare variables earlier, to appease Visual Studio 2010. 5 years ago
  Eric Haszlakiewicz d1f83bf5ea Kick json_type_boolean out of struct json_object. 5 years ago
  Eric Haszlakiewicz 5d89fc8a9d Add some backwards compat for Visual Studio 2013. 5 years ago
  Eric Haszlakiewicz 02b687b9a6 Kick json_type_array out of struct json_object; re-enable the test_deep_copy test. 5 years ago
  Eric Haszlakiewicz 853b4b5dee Start splitting struct json_object into multiple sub-types, as descibed at https://github.com/json-c/json-c/wiki/Proposal:-struct-json_object-split 5 years ago
  Eric Haszlakiewicz 4a546e7b2f In arraylist, use malloc instead of calloc, avoid clearing with memeset until we really need to, and micro-optimize array_list_add(). 5 years ago
  Eric Hawicz fbe1543644
Merge pull request #622 from besser82/topic/besser82/doc_subdir 5 years ago
  Björn Esser 1e94da779a CMake: Fix grammar: written -> wrote. 5 years ago
  Björn Esser 61e2bae511 doc: Move Doxyfile into doc subdir 5 years ago
  Eric Haszlakiewicz fa6a7dccb9 With the change in cc80203, Doxyfile no longer needs to be updated for a release. 5 years ago
  Eric Hawicz cc802039a8
Merge pull request #619 from besser82/topic/besser82/doxygen_oot 5 years ago
  Eric Hawicz 12b2e1159d
Merge pull request #618 from besser82/topic/besser82/test_deep_copy 5 years ago
  Björn Esser 8f3592b3d5 CMake: Fix out-of-tree build for Doxygen documentation. 5 years ago
  Björn Esser 3008401b2a test_deep_copy: Fix assertion value. 5 years ago
  Eric Hawicz a8a0590921
Merge pull request #617 from besser82/topic/besser82/option_disable_tls 5 years ago
  Björn Esser a85d2395ff README: Update configuration options for CMake. 5 years ago
  Björn Esser 76dd99abb2 CMake: Re-format config-option block and re-order it alphabetically. 5 years ago
  Björn Esser 78642dcb9b CMake: Add an option to disable the use of thread-local storage. 5 years ago
  Björn Esser dd040ba446 tests: Fix test_double_serializer without thread-local storage. 5 years ago
  Eric Hawicz 5b15c7567d
Merge pull request #614 from stoeckmann/format 5 years ago
  Eric Hawicz 311c5e5b2b Update issue templates 5 years ago
  Tobias Stoeckmann 5385a566db Prevent truncation on custom double formatters. 5 years ago
  Eric Haszlakiewicz 0a3d22b9bb Revert part of PR#606 and use isnan/isinf again, but provide macro implementations of those in math_compat.h is needed, as it seems to be on AIX and IBM i systems. 5 years ago
  Eric Hawicz 1526c84a13
Merge pull request #606 from davidjmccann/master 5 years ago
  David McCann add7b13a9a Improved support for IBM operating systems 5 years ago
  Eric Haszlakiewicz d414d3eabc Issue #604: add check for __MINGW32__ in snprintf_compat.h 5 years ago
  Eric Haszlakiewicz 2e71fe0963 Display a bit of info about what exactly we're benchmarking. 5 years ago
  Eric Haszlakiewicz 199c52e2db Ignore the bench/work and bench/data directories. 5 years ago
  Eric Hawicz 3648c3ed2c
Merge pull request #602 from ploxiln/parse_uint64_errno 5 years ago
  Pierce Lopez 003b58782b fix json_parse_uint64() usage of errno 5 years ago
  Eric Haszlakiewicz 26f080997d Fix snprintf on windows problem for test4. 5 years ago
  Eric Haszlakiewicz 06742d6277 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 a59d5acfab Re-format after recent change to fix linkhash. 5 years ago
  Eric Haszlakiewicz 4f43a077a4 Issue #598: avoid building static libraries twice. 5 years ago
  Eric Haszlakiewicz 519dfe1591 Issue #599: Fix the backwards check in lh_table_insert_w_hash() that was preventing adding more than 11 objects. 5 years ago
  Eric Hawicz 45b6416652 Merge branch 'master' of https://github.com/json-c/json-c 5 years ago
  Eric Hawicz abc9a0731b
Merge pull request #597 from ploxiln/json_parse_usage 5 years ago
  Pierce Lopez 090ae4e4d4 json_parse demo: fix and use usage() function 5 years ago
  Eric Hawicz 22870ac2bd
Merge pull request #595 from dota17/static_shared 5 years ago
  hofnarr a100573eec cmake-configure: fix enable-static option 5 years ago
  hofnarr 558ef8609c cmake: change variable name 5 years ago
  hofnarr 929d74512a cmake: add list for build targets 5 years ago
  dota17 e97fc20bfd update 5 years ago
  Eric Hawicz 31243e4d12
Merge pull request #592 from stoeckmann/oob 5 years ago
  Tobias Stoeckmann d07b910149 Fix integer overflows. 5 years ago