summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reformat the json_object-split branch with clang-formatjson_object-splitEric Haszlakiewicz2020-06-162-39/+32
* Include unistd.h to fix the build on OSXEric Haszlakiewicz2020-06-142-0/+5
* Drop the _delete field from struct json_object and call the type-specific del...Eric Haszlakiewicz2020-06-132-19/+30
* Drop the useless "char data[1]" from struct json_object. Fix a typo in a com...Eric Haszlakiewicz2020-06-132-2/+3
* Eliminate unnecessary cast that was added to test_double_serializer.Eric Haszlakiewicz2020-06-071-1/+1
* Summarize the changes from the json_object-split branch in the ChangeLog.Eric Haszlakiewicz2020-06-071-0/+7
* Move the ssize_t typedef from json_inttypes.h to json_object_private.h so as ...Eric Haszlakiewicz2020-06-072-5/+5
* The split of json_object into type-specific sub-structures is now functionall...Eric Haszlakiewicz2020-06-075-433/+89
* More fixes for old MSVC builds.Eric Haszlakiewicz2020-06-071-5/+5
* Fix typo in previous commit to check for SSIZE_T on MSVC.Eric Haszlakiewicz2020-06-071-2/+2
* Change CMakeLists.txt to look for SSIZE_T on MSVC too.Eric Haszlakiewicz2020-06-071-0/+5
* On MSVC, add a ssize_t typedef using SSIZE_T from BaseTsd.hEric Haszlakiewicz2020-06-071-0/+5
* Kick json_type_string out of struct json_object.Eric Haszlakiewicz2020-06-075-109/+162
* Kick json_type_int and json_type_double out of struct json_object.Eric Haszlakiewicz2020-05-263-147/+172
* Declare variables earlier, to appease Visual Studio 2010.Eric Haszlakiewicz2020-05-251-3/+6
* Kick json_type_boolean out of struct json_object.Eric Haszlakiewicz2020-05-252-16/+36
* Add some backwards compat for Visual Studio 2013.Eric Haszlakiewicz2020-05-251-0/+5
* Kick json_type_array out of struct json_object; re-enable the test_deep_copy ...Eric Haszlakiewicz2020-05-253-31/+82
* Start splitting struct json_object into multiple sub-types, as descibed at ht...Eric Haszlakiewicz2020-05-255-52/+406
* In arraylist, use malloc instead of calloc, avoid clearing with memeset until...Eric Haszlakiewicz2020-05-241-4/+25
* Merge pull request #622 from besser82/topic/besser82/doc_subdirEric Hawicz2020-05-184-22/+21
|\
| * CMake: Fix grammar: written -> wrote.Björn Esser2020-05-181-2/+2
| * doc: Move Doxyfile into doc subdirBjörn Esser2020-05-184-20/+19
|/
* With the change in cc80203, Doxyfile no longer needs to be updated for a rele...Eric Haszlakiewicz2020-05-181-2/+0
* Merge pull request #619 from besser82/topic/besser82/doxygen_ootEric Hawicz2020-05-182-6/+7
|\
| * CMake: Fix out-of-tree build for Doxygen documentation.Björn Esser2020-05-182-6/+7
* | Merge pull request #618 from besser82/topic/besser82/test_deep_copyEric Hawicz2020-05-181-1/+1
|\ \ | |/ |/|
| * test_deep_copy: Fix assertion value.Björn Esser2020-05-181-1/+1
|/
* Merge pull request #617 from besser82/topic/besser82/option_disable_tlsEric Hawicz2020-05-183-21/+26
|\
| * README: Update configuration options for CMake.Björn Esser2020-05-181-10/+11
| * CMake: Re-format config-option block and re-order it alphabetically.Björn Esser2020-05-181-5/+5
| * CMake: Add an option to disable the use of thread-local storage.Björn Esser2020-05-181-7/+10
| * tests: Fix test_double_serializer without thread-local storage.Björn Esser2020-05-181-0/+1
|/
* Merge pull request #614 from stoeckmann/formatEric Hawicz2020-05-163-2/+17
|\
| * Prevent truncation on custom double formatters.Tobias Stoeckmann2020-05-163-2/+17
* | Update issue templatesEric Hawicz2020-05-161-0/+23
|/
* Revert part of PR#606 and use isnan/isinf again, but provide macro implementa...Eric Haszlakiewicz2020-05-162-6/+8
* Merge pull request #606 from davidjmccann/masterEric Hawicz2020-05-158-11/+39
|\
| * Improved support for IBM operating systemsDavid McCann2020-05-148-11/+39
* | Issue #604: add check for __MINGW32__ in snprintf_compat.hEric Haszlakiewicz2020-05-131-1/+1
* | Display a bit of info about what exactly we're benchmarking.Eric Haszlakiewicz2020-05-111-0/+11
* | Ignore the bench/work and bench/data directories.Eric Haszlakiewicz2020-05-111-0/+4
|/
* Merge pull request #602 from ploxiln/parse_uint64_errnoEric Hawicz2020-05-103-9/+8
|\
| * fix json_parse_uint64() usage of errnoPierce Lopez2020-05-103-9/+8
|/
* Fix snprintf on windows problem for test4.Eric Haszlakiewicz2020-05-101-0/+1
* Issue #600: don't rename the static library on Windows, it _needs_ to have a ...Eric Haszlakiewicz2020-05-101-0/+2
* Re-format after recent change to fix linkhash.Eric Haszlakiewicz2020-05-102-3/+3
* Issue #598: avoid building static libraries twice.Eric Haszlakiewicz2020-05-101-1/+1
* Issue #599: Fix the backwards check in lh_table_insert_w_hash() that was prev...Eric Haszlakiewicz2020-05-103-1/+31
* Merge branch 'master' of https://github.com/json-c/json-cEric Hawicz2020-05-089-38/+173
|\