2020-05-09 |
Eric Hawicz | Merge branch 'master' of https://github.com/json-c... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Eric Hawicz | Merge pull request #597 from ploxiln/json_parse_usage |
commit | commitdiff | tree | snapshot |
2020-05-08 |
Pierce Lopez | json_parse demo: fix and use usage() function |
commit | commitdiff | tree | snapshot |
2020-05-08 |
Eric Hawicz | Merge pull request #595 from dota17/static_shared |
commit | commitdiff | tree | snapshot |
2020-05-07 |
hofnarr | cmake-configure: fix enable-static option |
commit | commitdiff | tree | snapshot |
2020-05-07 |
hofnarr | cmake: change variable name |
commit | commitdiff | tree | snapshot |
2020-05-07 |
hofnarr | cmake: add list for build targets |
commit | commitdiff | tree | snapshot |
2020-05-07 |
dota17 | update |
commit | commitdiff | tree | snapshot |
2020-05-07 |
Eric Hawicz | Merge pull request #592 from stoeckmann/oob |
commit | commitdiff | tree | snapshot |
2020-05-06 |
Tobias Stoeckmann | Fix integer overflows. |
commit | commitdiff | tree | snapshot |
2020-05-06 |
dota17 | support to build both static and shared libraries |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Tobias Stoeckmann | Prevent division by zero in linkhash. |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Tobias Stoeckmann | Protect array_list_del_idx against size_t overflow. |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Eric Haszlakiewicz | Make the benchmark work with pre-cmake versions of... |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Eric Haszlakiewicz | In jc-bench.sh, decode the --before and --after args... |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Eric Haszlakiewicz | Issue #589: drop the rdrand test loops to just 3, tweak... |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Eric Hawicz | Merge pull request #589 from Xyene/detect-broken-rdrand |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Tudor Brindus | Detect broken RDRAND during initialization |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Eric Hawicz | Fix printf format issues in apps/json_parse, and actual... |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Eric Hawicz | Merge pull request #590 from Xyene/fix-cpuid-segfault |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Tudor Brindus | Fix segmentation fault in CPUID check |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Eric Haszlakiewicz | Fix cmake-configure to accept "--prefix=<foo>" in addit... |
commit | commitdiff | tree | snapshot |
2020-04-27 |
Eric Haszlakiewicz | Add an initial version of a benchmarking harness for... |
commit | commitdiff | tree | snapshot |
2020-04-26 |
Eric Haszlakiewicz | Extend the CMakeLists.txt in the apps directory to... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Eric Haszlakiewicz | The json_parse command line app doesn't build on Window... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Eric Haszlakiewicz | Add an apps directory, and a json_parse program to... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Eric Haszlakiewicz | Add a JSON_TOKENER_ALLOW_TRAILING_CHARS flag for json_t... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Eric Haszlakiewicz | Add an tok_flags field to explicitly specify tokener... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Eric Haszlakiewicz | Issue #471: always create directories with mode 0755... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Eric Haszlakiewicz | Issue #585: don't install config.h |
commit | commitdiff | tree | snapshot |
2020-04-19 |
Eric Haszlakiewicz | Add a few missing git commands to the release checklist... |
commit | commitdiff | tree | snapshot |
2020-04-19 |
Eric Haszlakiewicz | Update the master branch to version 0.0.14.99 |
commit | commitdiff | tree | snapshot |
2020-04-19 |
Eric Haszlakiewicz | Fill in the ChangeLog for the upcoming 0.14 release. |
commit | commitdiff | tree | snapshot |
2020-04-19 |
Eric Haszlakiewicz | Fill in a few more pre-release steps to match what... |
commit | commitdiff | tree | snapshot |
2020-04-18 |
Eric Haszlakiewicz | Rewrite the issued_closed_for_* files so they display... |
commit | commitdiff | tree | snapshot |
2020-04-18 |
Eric Haszlakiewicz | Explicitly mark several things in json_tokener deprecated. |
commit | commitdiff | tree | snapshot |
2020-04-18 |
Eric Haszlakiewicz | Re-do clang-format. |
commit | commitdiff | tree | snapshot |
2020-04-18 |
Eric Haszlakiewicz | Make json_abort() internal to json_object.c |
commit | commitdiff | tree | snapshot |
2020-04-18 |
Eric Haszlakiewicz | Make json_tokener_validate_utf8() internal to json_toke... |
commit | commitdiff | tree | snapshot |
2020-04-17 |
Eric Haszlakiewicz | Merge pull request #582 from dota17/list_closed_issue_pr |
commit | commitdiff | tree | snapshot |
2020-04-17 |
dota17 | update |
commit | commitdiff | tree | snapshot |
2020-04-16 |
dota17 | manual adjustment |
commit | commitdiff | tree | snapshot |
2020-04-16 |
dota17 | add the list of issues& prs closed |
commit | commitdiff | tree | snapshot |
2020-04-16 |
Eric Haszlakiewicz | Merge pull request #524 from dota17/addTestCase_obj_token |
commit | commitdiff | tree | snapshot |
2020-04-16 |
Eric Haszlakiewicz | Merge pull request #581 from Jehan/wip/Jehan/no-strict... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
dota17 | remove unsuitable case |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Jehan | CMakeLists: do not enforce strict prototypes on Windows. |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Eric Haszlakiewicz | Merge pull request #580 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Björn Esser | Fix CMake tests for enforced strict prototypes. |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Eric Haszlakiewicz | Merge pull request #527 from dota17/arraylist_test |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Eric Haszlakiewicz | Merge pull request #579 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-04-14 |
dota17 | clang-format two test_util_file.c and test_object_itera... |
commit | commitdiff | tree | snapshot |
2020-04-14 |
chenguoping | Increased the test coverage of json_util.c from 76... |
commit | commitdiff | tree | snapshot |
2020-04-14 |
chenguoping | Increased the test coverage of json_object_iterator... |
commit | commitdiff | tree | snapshot |
2020-04-14 |
dota17 | clang-format test1.c |
commit | commitdiff | tree | snapshot |
2020-04-14 |
chenguoping | fix valgrind errors |
commit | commitdiff | tree | snapshot |
2020-04-14 |
chenguoping | testcase for array_list |
commit | commitdiff | tree | snapshot |
2020-04-13 |
Björn Esser | Enforce strict prototypes. |
commit | commitdiff | tree | snapshot |
2020-04-13 |
Eric Haszlakiewicz | Merge pull request #578 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-04-12 |
Björn Esser | CMake: Install pkgconfig file in proper location by... |
commit | commitdiff | tree | snapshot |
2020-04-12 |
Eric Haszlakiewicz | Merge pull request #577 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Björn Esser | Be verbose on failing json_c_version test. |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Eric Haszlakiewicz | Merge pull request #576 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Eric Haszlakiewicz | Merge pull request #575 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Björn Esser | Test coverage for json_c_version. |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Björn Esser | Remove multiple trailing newlines at EOF. |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Björn Esser | gitignore: Add build folder. |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Björn Esser | Clean trailing white-space. |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Björn Esser | Fix line terminators to be UNIX. |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Eric Haszlakiewicz | Update README.md to remove autoconf instructions in... |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Eric Haszlakiewicz | Merge pull request #572 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Chen | Merge pull request #573 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Björn Esser | Fix coveralls submission. |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Björn Esser | CMake: Check whether BSYMBOLIC is supported by the... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Björn Esser | CMake: Build Doxygen documentation out-of-tree. |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Björn Esser | CMake: Fix appending of linker flags. |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Eric Haszlakiewicz | List the set of contributors since the 0.13 branch |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Eric Haszlakiewicz | Fix one more assert("!invalid cint_type") to use json_a... |
commit | commitdiff | tree | snapshot |
2020-04-09 |
Eric Haszlakiewicz | Issue #568: fix the strtoll and strtoull handing so... |
commit | commitdiff | tree | snapshot |
2020-04-09 |
Eric Haszlakiewicz | Remove autoconf files from .gitignore. |
commit | commitdiff | tree | snapshot |
2020-04-09 |
Eric Haszlakiewicz | Update the oss-fuzz build script to try to get it to... |
commit | commitdiff | tree | snapshot |
2020-04-09 |
Eric Haszlakiewicz | Remove autoconf machinery, we're using cmake now. ... |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | osx builds also need -DDISABLE_BSYMBOLIC=ON |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | I have NFC why osx fails when "set -e" is in effect... |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | Not all systems (e.g. osx) have malloc.h, include stdli... |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | Try yet again to fix the osx build, this time do set +e |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | Another attempt at debugging the travis osx build,... |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | Wait a while before exiting travis to allow output... |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | Apparently cmake is already installed on travis osx... |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | Install cmake on osx travis builds. s/make check/make... |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | Perform the travis build in a subdir, so the distcheck... |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Eric Haszlakiewicz | Switch travis to use cmake instead of autoconf. |
commit | commitdiff | tree | snapshot |
2020-04-06 |
Eric Haszlakiewicz | Add includes and split off json_types.h to help ensure... |
commit | commitdiff | tree | snapshot |
2020-04-06 |
Eric Haszlakiewicz | Don't let clang-format rearrange Windows includes,... |
commit | commitdiff | tree | snapshot |
2020-04-06 |
Eric Haszlakiewicz | Format random_seed.c with clang-format, with key asm... |
commit | commitdiff | tree | snapshot |
2020-04-06 |
Eric Haszlakiewicz | Update the style guide to mention that we're using... |
commit | commitdiff | tree | snapshot |
2020-04-03 |
Eric Haszlakiewicz | Merge pull request #555 from dota17/chang_format_3 |
commit | commitdiff | tree | snapshot |
2020-04-03 |
dota17 | clang-format the files |
commit | commitdiff | tree | snapshot |
2020-04-03 |
dota17 | add the disabling formatting coments and adjust the... |
commit | commitdiff | tree | snapshot |
2020-04-03 |
dota17 | add options |
commit | commitdiff | tree | snapshot |
next |