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 9ed00a694b Fill in a few more pre-release steps to match what we've done for the 0.14 release. 5 years ago
cmake Issue #568: fix the strtoll and strtoull handing so config.h ends up creating defines for those only when needed, which should exclude mingw environments. 5 years ago
fuzz Update the oss-fuzz build script to try to get it to work with cmake. 5 years ago
tests Merge pull request #524 from dota17/addTestCase_obj_token 5 years ago
.clang-format add options 5 years ago
.editorconfig Adding a file for EditorConfig 9 years ago
.gitignore Remove multiple trailing newlines at EOF. 5 years ago
.travis.yml Clean trailing white-space. 5 years ago
AUTHORS Fill in a few more pre-release steps to match what we've done for the 0.14 release. 5 years ago
Android.configure.mk Issue #369: note some useful settings when building for Android. 8 years ago
CMakeLists.txt CMakeLists: do not enforce strict prototypes on Windows. 5 years ago
COPYING Add my copyright. 13 years ago
ChangeLog Fill in a few more pre-release steps to match what we've done for the 0.14 release. 5 years ago
Doxyfile Clean trailing white-space. 5 years ago
INSTALL Remove multiple trailing newlines at EOF. 5 years ago
NEWS Improving README 9 years ago
README Improving README 9 years ago
README.html README.html:fix link to Doxygen docs, remove WIN32 link 6 years ago
README.md Remove multiple trailing newlines at EOF. 5 years ago
RELEASE_CHECKLIST.txt Fill in a few more pre-release steps to match what we've done for the 0.14 release. 5 years ago
STYLE.txt Remove multiple trailing newlines at EOF. 5 years ago
appveyor.yml Fix line terminators to be UNIX. 5 years ago
arraylist.c clang-format the files 5 years ago
arraylist.h Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 years ago
cmake-configure Add a shim script to ease shift from autoconf to cmake. 5 years ago
config.h.win32 Fix line terminators to be UNIX. 5 years ago
debug.c clang-format the files 5 years ago
debug.h clang-format the files 5 years ago
issues_closed_for_0.13.md Rewrite the issued_closed_for_* files so they display a bit nicer. 5 years ago
issues_closed_for_0.14.md Rewrite the issued_closed_for_* files so they display a bit nicer. 5 years ago
json-c.pc.in Improve pkgconfig setting 7 years ago
json.h clang-format the files 5 years ago
json_c_version.c clang-format the files 5 years ago
json_c_version.h clang-format the files 5 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 uint64 data to json-c 5 years ago
json_object.c Re-do clang-format. 5 years ago
json_object.h Enforce strict prototypes. 5 years ago
json_object_iterator.c clang-format the files 5 years ago
json_object_iterator.h Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 years ago
json_object_private.h Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 years ago
json_pointer.c clang-format the files 5 years ago
json_pointer.h clang-format the files 5 years ago
json_tokener.c Re-do clang-format. 5 years ago
json_tokener.h Explicitly mark several things in json_tokener deprecated. 5 years ago
json_types.h Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 years ago
json_util.c Re-do clang-format. 5 years ago
json_util.h Make json_abort() internal to json_object.c 5 years ago
json_visit.c clang-format the files 5 years ago
json_visit.h Clean trailing white-space. 5 years ago
libjson.c clang-format the files 5 years ago
linkhash.c clang-format the files 5 years ago
linkhash.h clang-format the files 5 years ago
math_compat.h clang-format the files 5 years ago
printbuf.c clang-format the files 5 years ago
printbuf.h Clean trailing white-space. 5 years ago
random_seed.c Don't let clang-format rearrange Windows includes, since they need to be in a particular order. 5 years ago
random_seed.h Fix compiler warnings 6 years ago
snprintf_compat.h clang-format the files 5 years ago
strdup_compat.h clang-format the files 5 years ago
strerror_override.c clang-format the files 5 years ago
strerror_override.h clang-format the files 5 years ago
strerror_override_private.h Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 years ago
vasprintf_compat.h Not all systems (e.g. osx) have malloc.h, include stdlib.h instead. 5 years ago