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 2849650f11 Regenerate Makefile.in with private headers excluded from install. 7 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. 9 years ago
doc/html Add generated docs for the 0.13 release. 7 years ago
tests Save autoconf/automake generated files for the new 0.13 release. 7 years ago
.editorconfig Adding a file for EditorConfig 9 years ago
.gitignore Merge branch 'json_deep_copy' of https://github.com/commodo/json-c into commodo-json_deep_copy 7 years ago
.travis.yml build,travis: drop `-enable-strerror-override` argument (no longer exists) 8 years ago
AUTHORS Add Jehiah and myself to the list of authors. 14 years ago
Android.configure.mk Issue #369: note some useful settings when building for Android. 8 years ago
CMakeLists.txt Bump the version up to 0.13 7 years ago
COPYING Add my copyright. 13 years ago
ChangeLog Add a change log entry for the upcoming 0.13 release. 7 years ago
Doxyfile Bump the version up to 0.13 7 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 Merge d447fbc from master to json-c-0.13, to avoid installing private headers. 7 years ago
Makefile.in Regenerate Makefile.in with private headers excluded from install. 7 years ago
NEWS Improving README 9 years ago
README Improving README 9 years ago
README.html Remove out of date win32 build information, and mention the need to use cmake there. 8 years ago
README.md Rearrange README.md a bit and make it work better in the doxygen generated docs. 7 years ago
RELEASE_CHECKLIST.txt Bump the version up to 0.13 7 years ago
STYLE.txt Add a brief style guide. Address Issue #257. 9 years ago
aclocal.m4 Save autoconf/automake generated files for the new 0.13 release. 7 years ago
appveyor.yml The new cmake-generated VS builds now generate a dynamic .dll instead of a .lib 8 years ago
arraylist.c Issue #351: don't redefine SIZE_T_MAX if it's already defined. 8 years ago
arraylist.h Undeprecate the array_list, lh_table and printbuf typedefs, but move each to the corresponding header files. 7 years ago
autogen.sh Use AC_CONFIG_MACRO_DIRS to specify path to the ax macros instead of passing -I to autoreconf in autogen.sh. 8 years ago
bits.h Add a brief overview of each file to the docs. 7 years ago
compile Save autoconf/automake generated files for the new 0.13 release. 7 years ago
config.guess Save autoconf/automake generated files for the new 0.13 release. 7 years ago
config.h.in Save autoconf/automake generated files for the new 0.13 release. 7 years ago
config.h.win32 Bump the version up to 0.13 7 years ago
config.sub Save autoconf/automake generated files for the new 0.13 release. 7 years ago
configure Save autoconf/automake generated files for the new 0.13 release. 7 years ago
configure.ac Bump the version up to 0.13 7 years ago
debug.c Remove trailing whitespace 11 years ago
debug.h Add a brief overview of each file to the docs. 7 years ago
depcomp Save autoconf/automake generated files for the new 0.13 release. 7 years ago
install-sh Save autoconf/automake generated files for the new 0.13 release. 7 years ago
issues_closed_for_0.13.md Add a couple more issues to the list of those closed for 0.13 7 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.h Add a brief overview of each file to the docs. 7 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. 12 years ago
json_c_version.h Bump the version up to 0.13 7 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. 13 years ago
json_config.h.win32 Updated config for vs2010/winsdk71 as well as vs2013 10 years ago
json_inttypes.h Add a brief overview of each file to the docs. 7 years ago
json_object.c Make sure to include the "*" on function pointer arguments to avoid a warnings from VS2015. See also PR#384. 7 years ago
json_object.h Undeprecate the array_list, lh_table and printbuf typedefs, but move each to the corresponding header files. 7 years ago
json_object_iterator.c Adjust the description of json_object_iterator a bit. 7 years ago
json_object_iterator.h Adjust the description of json_object_iterator a bit. 7 years ago
json_object_private.h Add a brief overview of each file to the docs. 7 years ago
json_pointer.c build: make `strerror()` override-able 8 years ago
json_pointer.h Add a brief overview of each file to the docs. 7 years ago
json_tokener.c Deprecated a few typedefs, add docs on json_object_iter, move json_number_chars and json_hex-chars to json_object_private.h. 7 years ago
json_tokener.h Add a brief overview of each file to the docs. 7 years ago
json_util.c Rename _set_last_err() to _json_c_set_last_err(). 7 years ago
json_util.h Squash doxygen warnings, and make a few slight improvements to the docs. 7 years ago
json_visit.c Make sure to include the "*" on function pointer arguments to avoid a warnings from VS2015. See also PR#384. 7 years ago
json_visit.h Add a brief overview of each file to the docs. 7 years ago
libjson.c Remove trailing whitespace 11 years ago
linkhash.c Issue #359: Don't duplicate lh_get_hash, just omit the "inline" for VS2010. 8 years ago
linkhash.h Undeprecate the array_list, lh_table and printbuf typedefs, but move each to the corresponding header files. 7 years ago
ltmain.sh Save autoconf/automake generated files for the new 0.13 release. 7 years ago
math_compat.h Add a brief overview of each file to the docs. 7 years ago
missing Save autoconf/automake generated files for the new 0.13 release. 7 years ago
printbuf.c PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated. 8 years ago
printbuf.h Undeprecate the array_list, lh_table and printbuf typedefs, but move each to the corresponding header files. 7 years ago
random_seed.c 1.make it can been compiled with Visual Studio 2010 8 years ago
random_seed.h Add a brief overview of each file to the docs. 7 years ago
snprintf_compat.h Add a brief overview of each file to the docs. 7 years ago
strdup_compat.h Add a brief overview of each file to the docs. 7 years ago
strerror_override.c PR #336: Fix typo in defining STRERROR_OVERRIDE_IMPL 8 years ago
strerror_override.h Add a brief overview of each file to the docs. 7 years ago
strerror_override_private.h Add a brief overview of each file to the docs. 7 years ago
test-driver Save autoconf/automake generated files for the new 0.13 release. 7 years ago
vasprintf_compat.h Add a brief overview of each file to the docs. 7 years ago