]> granicus.if.org Git - json-c/shortlog
json-c
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
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)
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
2020-03-31 ChenMerge pull request #561 from dota17/add_badge
2020-03-30 dota17add the badge in README.md and test the coveralls
2020-03-28 ChenMerge pull request #541 from dota17/coveralls_final
2020-03-23 dota17modify the coveralls configuration file
2020-03-20 ChenMerge pull request #558 from dota17/doc_message_modify
2020-03-19 dota17modify the doc target message
2020-03-17 Eric HaszlakiewiczMerge pull request #556 from Jehan/wip/Jehan/fix-broken...
2020-03-16 JehanFixes various Wreturn-type and Wimplicit-fallthrough...
2020-03-11 Eric HaszlakiewiczMerge pull request #546 from dota17/make_unistall
2020-03-11 dota17delete -r in uninstall
2020-03-03 Eric HaszlakiewiczMerge pull request #547 from dota17/assert_test
2020-03-03 dota17modify RELEASE
2020-03-02 dota17update testcase and delete debug -O0 build
2020-03-02 Eric HaszlakiewiczFollow up the PR#542: improve assert() calls, simplify...
2020-03-01 Eric HaszlakiewiczMerge pull request #542 from dota17/adduint64_final
2020-02-29 dota17modify json-c default build type, and fix up the assert...
2020-02-28 dota17update json_object.c and testcase, delete json_object_u...
2020-02-28 dota17modify partial functions and testcase, in order to...
2020-02-27 dota17Add uninstall target in cmake
2020-02-27 dota17modify the json_object, replace c_int64/c_uint64 with...
2020-02-27 Eric HaszlakiewiczMerge pull request #545 from dota17/make_doc
2020-02-26 dota17add doc target on cmake
2020-02-26 Eric HaszlakiewiczMerge pull request #544 from dota17/distcheck
2020-02-26 Eric HaszlakiewiczMerge pull request #543 from dota17/readme
2020-02-25 dota17Increase distcheck target in cmake
2020-02-25 ChenUpdate README.md
2020-02-25 dota17Added documentation for camke-configure
2020-02-25 dota17add uint64 data to json-c
2020-02-18 dota17add coveralls auto tool to json-c
2020-02-14 Eric HaszlakiewiczIssue #539: use a internal-only serializer function...
2020-02-14 Eric HaszlakiewiczIssue #539: be sure to clean up at the end of test_set_...
2020-02-13 Eric HaszlakiewiczIssue #539: reset the serializer when json_object_set_d...
2020-02-06 Eric HaszlakiewiczMerge pull request #531 from dota17/utf8test
2020-01-22 Eric HaszlakiewiczMerge pull request #536 from dota17/new_null
2020-01-22 dota17update comment
2020-01-20 dota17add json_object_new_null
2020-01-20 dota17update code
2020-01-13 Eric HaszlakiewiczMerge pull request #533 from sunpoet/master
2020-01-11 Po-Chuan HsiehFix make check
2020-01-10 dota17test utf8
2020-01-03 Eric HaszlakiewiczMerge pull request #526 from dota17/addTestCase_printbuf
2020-01-03 Eric HaszlakiewiczMerge pull request #525 from dota17/addPointerTestcase
2020-01-03 chenguopingIncreased the test coverage of printbuf.c 82% to 92%.
2020-01-03 Eric HaszlakiewiczMerge pull request #523 from dota17/updatetestcase
2020-01-03 Eric HaszlakiewiczMerge pull request #522 from dota17/addVisitTestcase
2020-01-02 dota17update tsetcase for tokener_c
2020-01-02 dota17update json_visit testcase
2020-01-02 dota17update pointer test case
2019-12-29 Eric HaszlakiewiczMerge pull request #519 from dota17/addTestCase_obj_token
2019-12-27 chenguopingpointer types discards qualifiers
2019-12-27 chenguopingadd testcases of object and token
2019-12-13 Eric HaszlakiewiczMerge pull request #512 from JaapKeuter/cmake_test
2019-12-12 Jaap KeuterProperly append to CMAKE_C_FLAGS string
2019-12-06 Eric HaszlakiewiczSet cmake policy CMP0075, to have check_include_file...
2019-12-06 Eric HaszlakiewiczUndefine NDEBUG for tests - cmake version. See issue...
2019-12-06 Eric HaszlakiewiczMerge pull request #501 from andy5995/iss_406-2
2019-12-02 Eric HaszlakiewiczAdd a shim script to ease shift from autoconf to cmake.
2019-11-27 Eric HaszlakiewiczAdd a few missing features to the cmake setup that...
2019-11-26 Eric HaszlakiewiczSet the soversion in the cmake built library, and arran...
2019-11-24 Eric HaszlakiewiczFix test_util_file for VS2013 too, but skip all the...
2019-11-24 Eric HaszlakiewiczFix up the test_util_file test for builds on Windows...
2019-11-24 Eric HaszlakiewiczFix some Windows compile issues, add JSON_EXPORT's...
2019-11-23 Eric HaszlakiewiczGet the cmake build a bit closer to the autoconf one...
2019-11-23 Eric HaszlakiewiczBuild and run the tests as part of the cmake build.
2019-11-23 Eric HaszlakiewiczFix memory leaks in test_double_serializer, and make...
2019-11-23 Eric HaszlakiewiczAdd a quick way (JSONC_TEST_TRACE=1) to turn on shell...
2019-11-23 Eric HaszlakiewiczExtend test_double_serializer to check NaN and Infinity...
2019-11-11 Eric HaszlakiewiczDefine vars earlier to fix old Windows builds.
2019-11-10 Eric HaszlakiewiczAdd a json_object_from_fd_ex() function, to allow the...
2019-11-10 Eric HaszlakiewiczAdd a test for serializing the double value -1.0.
2019-09-27 Eric HaszlakiewiczMerge pull request #505 from grdowns/vcpkg-instructions
2019-09-27 grdownsUpdate dependencies
2019-09-27 grdownsAdd vcpkg installation instructions
2019-09-09 Eric HaszlakiewiczIssue #488: use JSON_EXPORT on functions so they are...
2019-09-09 Eric HaszlakiewiczIssue #463: fix newlocale() call to use LC_NUMERIC_MASK...
2019-09-09 Eric HaszlakiewiczAdd a json_tokener_get_parse_end() function to replace...
2019-09-09 Eric HaszlakiewiczMinor cleanup of includes in a couple of tests.
2019-08-12 Eric HaszlakiewiczAdd an explicit cast to double to squash a -Wimplicit...
2019-07-30 andy5995undefine NDEBUG for tests
2019-07-27 Eric HaszlakiewiczMerge pull request #499 from andy5995/travis_valgrind
2019-07-27 andy5995add xenial default clang with CHECK enabled
2019-07-27 andy5995add missing dist
2019-07-27 andy5995manually use apt-get to install packages on bionic
2019-07-27 andy5995add tests on bionic beaver
2019-07-27 andy5995revert toolchain back to "test"
2019-07-27 andy5995change key
2019-07-27 andy5995use "non-test" ppa
2019-07-27 andy5995remove useless condition that shows logs
2019-07-27 andy5995install doxygen so 'make distcheck' can succeed
next