]> granicus.if.org Git - json-c/shortlog
json-c
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
2019-07-27 andy5995test for more compilers
2019-07-27 andy5995show the logs if tests fail
2019-07-27 andy5995.travis.yml:install valgrind
2019-07-27 Eric HaszlakiewiczMerge pull request #495 from andy5995/README_typos
2019-07-26 andy5995"make its use in" [skip ci]
2019-07-26 Eric HaszlakiewiczMerge pull request #500 from andy5995/add_missing_test_deps
2019-07-26 andy5995partial revert (make use) [skip ci]
2019-07-26 Eric HaszlakiewiczIssue #498: Fix a memory leak bug introduced in test_do...
2019-07-26 Eric HaszlakiewiczMerge pull request #496 from andy5995/pointer_doc
2019-07-25 andy5995test/Makefile.am:add missing deps for test1 and test2
2019-07-24 andy5995json_pointer.h:suggest minor grammar improvement for...
2019-07-24 andy5995README.md:fix 2 typos
2019-06-09 Eric HaszlakiewiczMerge pull request #491 from ploxiln/disable_werror
2019-06-09 Pierce Lopeztests: appease -Wwrite-strings
2019-06-09 Pierce Lopezbuild: fix compiler option -Wwrite-strings
2019-06-09 Pierce Lopezbuild: add --disable-werror option to configure
2019-05-31 Eric HaszlakiewiczMerge pull request #485 from myd7349/fix-cmake-module
2019-05-28 Eric HaszlakiewiczIssue #486: append a missing ".0" to negative double...
2019-05-18 myd7349Install CMake module files
2019-01-26 Eric HaszlakiewiczMerge pull request #474 from Jehan/fix-pc-file-cmake
2019-01-26 JehanInstallation directories empty with CMake in pkg-config.
2019-01-24 Eric HaszlakiewiczMerge pull request #473 from besser82/fixup/docs_utf8
2019-01-22 Björn EsserClean trailing white-spaces in ChangeLog.
2019-01-22 Björn EsserConvert ChangeLog to valid UTF-8 encoding.
2018-12-19 Eric HaszlakiewiczMerge pull request #468 from rkalidas/compiler-fixes
2018-12-18 Rubasri KalidasFix compiler warnings
2018-12-12 Eric HaszlakiewiczSwitch to building a dynamic lib by default. Tweak...
2018-12-12 Eric HaszlakiewiczMerge pull request #453 from darjankrijan/master
2018-12-07 Darjan KrijanRemoved newly created test case and incorporated it...
2018-12-07 Darjan KrijanAdded test cases for spaced pretty and pretty_tab used...
2018-11-30 Eric HaszlakiewiczMerge pull request #454 from ramiropolla/json_object_pr...
2018-11-29 Eric HaszlakiewiczMerge pull request #461 from andy5995/issue_422
2018-11-29 Eric HaszlakiewiczMerge pull request #462 from andy5995/issue_460
2018-11-28 andy5995remove [in] from params description
2018-11-27 andy5995json_object.h:document json_object_new_string_len()
2018-11-27 andy5995json_object.c:set errno in json_object_get_double()
2018-11-26 Eric HaszlakiewiczMerge pull request #459 from andy5995/issue_438
2018-11-26 Eric HaszlakiewiczMerge pull request #458 from andy5995/README_files_link
2018-11-26 Eric HaszlakiewiczMerge pull request #457 from andy5995/gitignore_build
2018-11-26 Eric HaszlakiewiczMerge pull request #456 from andy5995/style_perms
2018-11-25 andy5995README.html:fix link to Doxygen docs, remove WIN32...
2018-11-25 andy5995README.md:fix dead "file.html" link
next