]> git.ipfire.org Git - thirdparty/json-c.git/shortlog
thirdparty/json-c.git
2020-05-07  hofnarrcmake-configure: fix enable-static option 595/head
2020-05-07  hofnarrcmake: change variable name
2020-05-07  hofnarrcmake: add list for build targets
2020-05-07  dota17update
2020-05-06  dota17support to build both static and shared libraries
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 589/head
2020-05-03  Eric HawiczMerge pull request #590 from Xyene/fix-cpuid-segfault
2020-05-03  Tudor BrindusFix segmentation fault in CPUID check 590/head
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 582/head
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 524/head
2020-04-15  JehanCMakeLists: do not enforce strict prototypes on Windows. 581/head
2020-04-14  Eric HaszlakiewiczMerge pull request #580 from besser82/topic/besser82...
2020-04-14  Björn EsserFix CMake tests for enforced strict prototypes. 580/head
2020-04-14  Eric HaszlakiewiczMerge pull request #527 from dota17/arraylist_test
2020-04-14  Eric HaszlakiewiczMerge pull request #579 from besser82/topic/besser82...
2020-04-14  dota17clang-format two test_util_file.c and test_object_itera...
2020-04-14  chenguopingIncreased the test coverage of json_util.c from 76...
2020-04-14  chenguopingIncreased the test coverage of json_object_iterator...
2020-04-14  dota17clang-format test1.c 527/head
2020-04-14  chenguopingfix valgrind errors
2020-04-14  chenguopingtestcase for array_list
2020-04-13  Björn EsserEnforce strict prototypes. 579/head
2020-04-13  Eric HaszlakiewiczMerge pull request #578 from besser82/topic/besser82...
2020-04-12  Björn EsserCMake: Install pkgconfig file in proper location by... 578/head
2020-04-12  Eric HaszlakiewiczMerge pull request #577 from besser82/topic/besser82...
2020-04-11  Björn EsserBe verbose on failing json_c_version test. 577/head
2020-04-11  Eric HaszlakiewiczMerge pull request #576 from besser82/topic/besser82...
2020-04-11  Eric HaszlakiewiczMerge pull request #575 from besser82/topic/besser82...
2020-04-11  Björn EsserTest coverage for json_c_version. 576/head
2020-04-11  Björn EsserRemove multiple trailing newlines at EOF. 575/head
2020-04-11  Björn Essergitignore: Add build folder.
2020-04-11  Björn EsserClean trailing white-space.
2020-04-11  Björn EsserFix line terminators to be UNIX.
2020-04-11  Eric HaszlakiewiczUpdate README.md to remove autoconf instructions in...
2020-04-11  Eric HaszlakiewiczMerge pull request #572 from besser82/topic/besser82...
2020-04-11  ChenMerge pull request #573 from besser82/topic/besser82...
2020-04-10  Björn EsserFix coveralls submission. 573/head
2020-04-10  Björn EsserCMake: Check whether BSYMBOLIC is supported by the... 572/head
2020-04-10  Björn EsserCMake: Build Doxygen documentation out-of-tree.
2020-04-10  Björn EsserCMake: Fix appending of linker flags.
2020-04-10  Eric HaszlakiewiczList the set of contributors since the 0.13 branch
2020-04-10  Eric HaszlakiewiczFix one more assert("!invalid cint_type") to use json_a...
2020-04-09  Eric HaszlakiewiczIssue #568: fix the strtoll and strtoull handing so...
2020-04-09  Eric HaszlakiewiczRemove autoconf files from .gitignore.
2020-04-09  Eric HaszlakiewiczUpdate the oss-fuzz build script to try to get it to...
2020-04-09  Eric HaszlakiewiczRemove autoconf machinery, we're using cmake now. ...
2020-04-08  Eric Haszlakiewiczosx builds also need -DDISABLE_BSYMBOLIC=ON
2020-04-08  Eric HaszlakiewiczI have NFC why osx fails when "set -e" is in effect...
2020-04-08  Eric HaszlakiewiczNot all systems (e.g. osx) have malloc.h, include stdli...
2020-04-08  Eric HaszlakiewiczTry yet again to fix the osx build, this time do set +e
2020-04-08  Eric HaszlakiewiczAnother attempt at debugging the travis osx build,...
2020-04-08  Eric HaszlakiewiczWait a while before exiting travis to allow output...
2020-04-08  Eric HaszlakiewiczApparently cmake is already installed on travis osx...
2020-04-08  Eric HaszlakiewiczInstall cmake on osx travis builds. s/make check/make...
2020-04-08  Eric HaszlakiewiczPerform the travis build in a subdir, so the distcheck...
2020-04-08  Eric HaszlakiewiczSwitch travis to use cmake instead of autoconf.
2020-04-06  Eric HaszlakiewiczAdd includes and split off json_types.h to help ensure...
2020-04-06  Eric HaszlakiewiczDon't let clang-format rearrange Windows includes,...
2020-04-06  Eric HaszlakiewiczFormat random_seed.c with clang-format, with key asm...
2020-04-06  Eric HaszlakiewiczUpdate the style guide to mention that we're using...
2020-04-03  Eric HaszlakiewiczMerge pull request #555 from dota17/chang_format_3
2020-04-03  dota17clang-format the files 555/head
2020-04-03  dota17add the disabling formatting coments and adjust the...
2020-04-03  dota17add options
2020-04-03  dota17clang-format
2020-04-03  Eric HaszlakiewiczMerge pull request #563 from robybeen/master
2020-04-02  RobertChanged order of calloc args to match stdlib (2) 563/head
2020-04-02  RobertChanged order of calloc args to match stdlib
2020-04-02  Eric HaszlakiewiczMerge pull request #562 from dota17/testcase_add
2020-03-31  dota17add test cases 562/head
2020-03-31  ChenMerge pull request #561 from dota17/add_badge
2020-03-30  dota17add the badge in README.md and test the coveralls 561/head
2020-03-28  ChenMerge pull request #541 from dota17/coveralls_final
next