You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Eric Haszlakiewicz c0b7d762b2 Merge pull request #336 from commodo/fix-tests 8 years ago
autoconf-archive Fix a few places that needed adjustment for the size_t changes, including updating the range checks to use a calculated SIZE_T_MAX. 10 years ago
tests build: make `strerror()` override-able 8 years ago
.editorconfig Adding a file for EditorConfig 9 years ago
.gitignore Issue #308: improve the build instructions in README.md to include the exact commands to run for installing prerequisites, as mentioned earlier on Issue #308. 8 years ago
.travis.yml build,travis: enable strerror override option in build 8 years ago
AUTHORS Add Jehiah and myself to the list of authors. 15 years ago
Android.configure.mk Add an Android-friendly build system 14 years ago
CMakeLists.txt Merge pull request #312 from Tailmon/master 8 years ago
COPYING Add my copyright. 13 years ago
ChangeLog Copy over note about the 0.12.1 release to the master branch. 10 years ago
Doxyfile Mention that we're aiming to follow RFC 7159 now. 10 years ago
INSTALL Issue #308: improve the build instructions in README.md to include the exact commands to run for installing prerequisites, as mentioned earlier on Issue #308. 8 years ago
Makefile.am build: make `strerror()` override-able 8 years ago
NEWS Improving README 9 years ago
README Improving README 9 years ago
README-WIN32.html Removes me as a maintainer, because I'm not. 9 years ago
README.html Improving README 9 years ago
README.md README.md: show build status tag from travis & appveyor. 8 years ago
RELEASE_CHECKLIST.txt Issue #113: add "new" files to appropriate variables in Makefile, and note the need to run "make distcheck" as part of the release process. 9 years ago
STYLE.txt Add a brief style guide. Address Issue #257. 9 years ago
appveyor.yml Appveyor: Visual Studio v140 no longer fails 10 years ago
arraylist.c Issue #332: fix a long-standing bug in array_list_put_idx() where it would attempt to free previously free'd entries due to not checking the current array length. 8 years ago
arraylist.h Fix a few places that needed adjustment for the size_t changes, including updating the range checks to use a calculated SIZE_T_MAX. 10 years ago
autogen.sh Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wall, to ensure the compile supports. 10 years ago
bits.h Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. 12 years ago
config.h.win32 Fix CMake Build process for MinGW and MSYS2 9 years ago
configure.ac build: make `strerror()` override-able 8 years ago
debug.c Remove trailing whitespace 11 years ago
debug.h Eliminate the deprecated mc_abort() function and MC_ABORT macro. 12 years ago
json-c-uninstalled.pc.in Re-add the "json" pkg-config file as a compatibility shim. 13 years ago
json-c.pc.in Very minor changes not related to C source code 9 years ago
json-c.vcproj Revert "compat/strdup.h: move common compat check for strdup() to own file" 9 years ago
json-c.vcxproj vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template 9 years ago
json-c.vcxproj.filters vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template 9 years ago
json.h json_pointer: add first revision 9 years ago
json_c_version.c Add a json_c_version.h header (included from json.h), and several macros and functions for retrieving the json-c version at compile-time and run-time. 13 years ago
json_c_version.h Bump versions up to 0.12.99 since a 0.12 release was just created. 12 years ago
json_config.h.in Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. 14 years ago
json_config.h.win32 Updated config for vs2010/winsdk71 as well as vs2013 11 years ago
json_inttypes.h Define macros from inttypes.h when not available 11 years ago
json_object.c build: make `strerror()` override-able 8 years ago
json_object.h Merge pull request #319 from Dashlane/visual-studio-build 8 years ago
json_object_iterator.c Issue #236: Add -Wcast-qual and fix casts to retain constness. 10 years ago
json_object_iterator.h Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. 13 years ago
json_object_private.h Make _set_last_err() non-static so it can be used outside of json_util.c 8 years ago
json_pointer.c build: make `strerror()` override-able 8 years ago
json_pointer.h json_pointer: add json_pointer_getf/setf() function variants 9 years ago
json_tokener.c Add FALLTHRU comment to handle GCC7 warnings. 9 years ago
json_tokener.h Fix library build with Visual Studio 9 years ago
json_util.c build: make `strerror()` override-able 8 years ago
json_util.h Issue #161: add a json_object_to_fd() function. 8 years ago
json_visit.c Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects. 9 years ago
json_visit.h Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects. 9 years ago
libjson.c Remove trailing whitespace 11 years ago
linkhash.c Comment out the warning about racy random seed initialization in lh_char_hash(), if you're on a platform where it'll be triggered it just makes it a pain to build. 8 years ago
linkhash.h Support for 64 bit pointers on Windows 9 years ago
math_compat.h Define INFINITY and NAN when missing 11 years ago
printbuf.c vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template 9 years ago
printbuf.h Restore sprintbuf(), add macro for string literals 9 years ago
random_seed.c build: make `strerror()` override-able 8 years ago
random_seed.h Patch to address the following issues: 12 years ago
strdup_compat.h strdup_compat.h: re-spin this compat header ; use math_compat.h as template 9 years ago
strerror_override.c build: make `strerror()` override-able 8 years ago
strerror_override.h build: make `strerror()` override-able 8 years ago
vasprintf_compat.h vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template 9 years ago