]> granicus.if.org Git - json-c/shortlog
json-c
2020-06-16 Eric HaszlakiewiczReformat the json_object-split branch with clang-format json_object-split
2020-06-14 Eric HaszlakiewiczInclude unistd.h to fix the build on OSX
2020-06-13 Eric HaszlakiewiczDrop the _delete field from struct json_object and...
2020-06-13 Eric HaszlakiewiczDrop the useless "char data[1]" from struct json_object...
2020-06-07 Eric HaszlakiewiczEliminate unnecessary cast that was added to test_doubl...
2020-06-07 Eric HaszlakiewiczSummarize the changes from the json_object-split branch...
2020-06-07 Eric HaszlakiewiczMove the ssize_t typedef from json_inttypes.h to json_o...
2020-06-07 Eric HaszlakiewiczThe split of json_object into type-specific sub-structu...
2020-06-07 Eric HaszlakiewiczMore fixes for old MSVC builds.
2020-06-07 Eric HaszlakiewiczFix typo in previous commit to check for SSIZE_T on...
2020-06-07 Eric HaszlakiewiczChange CMakeLists.txt to look for SSIZE_T on MSVC too.
2020-06-07 Eric HaszlakiewiczOn MSVC, add a ssize_t typedef using SSIZE_T from BaseTsd.h
2020-06-07 Eric HaszlakiewiczKick json_type_string out of struct json_object.
2020-05-26 Eric HaszlakiewiczKick json_type_int and json_type_double out of struct...
2020-05-25 Eric HaszlakiewiczDeclare variables earlier, to appease Visual Studio...
2020-05-25 Eric HaszlakiewiczKick json_type_boolean out of struct json_object.
2020-05-25 Eric HaszlakiewiczAdd some backwards compat for Visual Studio 2013.
2020-05-25 Eric HaszlakiewiczKick json_type_array out of struct json_object; re...
2020-05-25 Eric HaszlakiewiczStart splitting struct json_object into multiple sub...
2020-05-24 Eric HaszlakiewiczIn arraylist, use malloc instead of calloc, avoid clear...
2020-05-18 Eric HawiczMerge pull request #622 from besser82/topic/besser82...
2020-05-18 Björn EsserCMake: Fix grammar: written -> wrote.
2020-05-18 Björn Esserdoc: Move Doxyfile into doc subdir
2020-05-18 Eric HaszlakiewiczWith the change in cc80203, Doxyfile no longer needs...
2020-05-18 Eric HawiczMerge pull request #619 from besser82/topic/besser82...
2020-05-18 Eric HawiczMerge pull request #618 from besser82/topic/besser82...
2020-05-18 Björn EsserCMake: Fix out-of-tree build for Doxygen documentation.
2020-05-18 Björn Essertest_deep_copy: Fix assertion value.
2020-05-18 Eric HawiczMerge pull request #617 from besser82/topic/besser82...
2020-05-18 Björn EsserREADME: Update configuration options for CMake.
2020-05-18 Björn EsserCMake: Re-format config-option block and re-order it...
2020-05-18 Björn EsserCMake: Add an option to disable the use of thread-local...
2020-05-18 Björn Essertests: Fix test_double_serializer without thread-local...
2020-05-17 Eric HawiczMerge pull request #614 from stoeckmann/format
2020-05-17 Eric HawiczUpdate issue templates
2020-05-16 Tobias StoeckmannPrevent truncation on custom double formatters.
2020-05-16 Eric HaszlakiewiczRevert part of PR#606 and use isnan/isinf again, but...
2020-05-16 Eric HawiczMerge pull request #606 from davidjmccann/master
2020-05-14 David McCannImproved support for IBM operating systems
2020-05-13 Eric HaszlakiewiczIssue #604: add check for __MINGW32__ in snprintf_compat.h
2020-05-11 Eric HaszlakiewiczDisplay a bit of info about what exactly we're benchmar...
2020-05-11 Eric HaszlakiewiczIgnore the bench/work and bench/data directories.
2020-05-11 Eric HawiczMerge pull request #602 from ploxiln/parse_uint64_errno
2020-05-10 Pierce Lopezfix json_parse_uint64() usage of errno
2020-05-10 Eric HaszlakiewiczFix snprintf on windows problem for test4.
2020-05-10 Eric HaszlakiewiczIssue #600: don't rename the static library on Windows...
2020-05-10 Eric HaszlakiewiczRe-format after recent change to fix linkhash.
2020-05-10 Eric HaszlakiewiczIssue #598: avoid building static libraries twice.
2020-05-10 Eric HaszlakiewiczIssue #599: Fix the backwards check in lh_table_insert_...
2020-05-09 Eric HawiczMerge branch 'master' of https://github.com/json-c...
2020-05-09 Eric HawiczMerge pull request #597 from ploxiln/json_parse_usage
2020-05-08 Pierce Lopezjson_parse demo: fix and use usage() function
2020-05-08 Eric HawiczMerge pull request #595 from dota17/static_shared
2020-05-07 hofnarrcmake-configure: fix enable-static option
2020-05-07 hofnarrcmake: change variable name
2020-05-07 hofnarrcmake: add list for build targets
2020-05-07 dota17update
2020-05-07 Eric HawiczMerge pull request #592 from stoeckmann/oob
2020-05-06 Tobias StoeckmannFix integer overflows.
2020-05-06 dota17support to build both static and shared libraries
2020-05-04 Tobias StoeckmannPrevent division by zero in linkhash.
2020-05-04 Tobias StoeckmannProtect array_list_del_idx against size_t overflow.
2020-05-04 Eric HaszlakiewiczMake the benchmark work with pre-cmake versions of...
2020-05-04 Eric HaszlakiewiczIn jc-bench.sh, decode the --before and --after args...
2020-05-04 Eric HaszlakiewiczIssue #589: drop the rdrand test loops to just 3, tweak...
2020-05-04 Eric HawiczMerge pull request #589 from Xyene/detect-broken-rdrand
2020-05-03 Tudor BrindusDetect broken RDRAND during initialization
2020-05-03 Eric HawiczFix printf format issues in apps/json_parse, and actual...
2020-05-03 Eric HawiczMerge pull request #590 from Xyene/fix-cpuid-segfault
2020-05-03 Tudor BrindusFix segmentation fault in CPUID check
2020-05-03 Eric HaszlakiewiczFix cmake-configure to accept "--prefix=<foo>" in addit...
2020-04-27 Eric HaszlakiewiczAdd an initial version of a benchmarking harness for...
2020-04-26 Eric HaszlakiewiczExtend the CMakeLists.txt in the apps directory to...
2020-04-21 Eric HaszlakiewiczThe json_parse command line app doesn't build on Window...
2020-04-21 Eric HaszlakiewiczAdd an apps directory, and a json_parse program to...
2020-04-21 Eric HaszlakiewiczAdd a JSON_TOKENER_ALLOW_TRAILING_CHARS flag for json_t...
2020-04-21 Eric HaszlakiewiczAdd an tok_flags field to explicitly specify tokener...
2020-04-21 Eric HaszlakiewiczIssue #471: always create directories with mode 0755...
2020-04-21 Eric HaszlakiewiczIssue #585: don't install config.h
2020-04-19 Eric HaszlakiewiczAdd a few missing git commands to the release checklist...
2020-04-19 Eric HaszlakiewiczUpdate the master branch to version 0.0.14.99
2020-04-19 Eric HaszlakiewiczFill in the ChangeLog for the upcoming 0.14 release.
2020-04-19 Eric HaszlakiewiczFill in a few more pre-release steps to match what...
2020-04-18 Eric HaszlakiewiczRewrite the issued_closed_for_* files so they display...
2020-04-18 Eric HaszlakiewiczExplicitly mark several things in json_tokener deprecated.
2020-04-18 Eric HaszlakiewiczRe-do clang-format.
2020-04-18 Eric HaszlakiewiczMake json_abort() internal to json_object.c
2020-04-18 Eric HaszlakiewiczMake json_tokener_validate_utf8() internal to json_toke...
2020-04-17 Eric HaszlakiewiczMerge pull request #582 from dota17/list_closed_issue_pr
2020-04-17 dota17update
2020-04-16 dota17manual adjustment
2020-04-16 dota17add the list of issues& prs closed
2020-04-16 Eric HaszlakiewiczMerge pull request #524 from dota17/addTestCase_obj_token
2020-04-16 Eric HaszlakiewiczMerge pull request #581 from Jehan/wip/Jehan/no-strict...
2020-04-15 dota17remove unsuitable case
2020-04-15 JehanCMakeLists: do not enforce strict prototypes on Windows.
2020-04-14 Eric HaszlakiewiczMerge pull request #580 from besser82/topic/besser82...
2020-04-14 Björn EsserFix CMake tests for enforced strict prototypes.
2020-04-14 Eric HaszlakiewiczMerge pull request #527 from dota17/arraylist_test
2020-04-14 Eric HaszlakiewiczMerge pull request #579 from besser82/topic/besser82...
next