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 65be8275da Merge pull request #209 from rgerhards/fix-regression 9 years ago
autoconf-archive Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wall, to ensure the compile supports. 10 years ago
tests Fix issue #201: add a JSON_C_TO_STRING_NOSLASHESCAPE flag to turn off escaping of forward slashes. 9 years ago
.gitignore Add x64 build configurations 10 years ago
.travis.yml Travis: add osx and clang builds 10 years ago
AUTHORS Add Jehiah and myself to the list of authors. 14 years ago
Android.configure.mk Add an Android-friendly build system 13 years ago
COPYING Add my copyright. 13 years ago
ChangeLog Bump versions up to 0.12.99 since a 0.12 release was just created. 11 years ago
Doxyfile Bump versions up to 0.12.99 since a 0.12 release was just created. 11 years ago
Makefile.am Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wall, to ensure the compile supports. 10 years ago
NEWS Add a dummy "NEWS" file to automake doesn't complain. 14 years ago
README Add an empty README file to placate autoconf. 11 years ago
README-WIN32.html strndup is gone, remove it from the README file. 12 years ago
README.html Update README files with pointers to new github repo and googlegroups mailing list 14 years ago
README.md Fix minor typo in README file. 11 years ago
RELEASE_CHECKLIST.txt Update the release checklist to include calculating the tarball checksums and updating the wiki. 11 years ago
appveyor.yml Appveyor: Visual Studio v140 no longer fails 10 years ago
arraylist.c Slight style tweaks to the bsearch changest. 10 years ago
arraylist.h Slight style tweaks to the bsearch changest. 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. 11 years ago
config.h.in Remove the AC_FUNC_MALLOC check, since we don't depend on the malloc(0) behavior it checks for, and we don't provide a rpl_malloc() implementation anyway. 10 years ago
config.h.win32 Updated config for vs2010/winsdk71 as well as vs2013 10 years ago
configure.ac Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wall, to ensure the compile supports. 10 years ago
debug.c Remove trailing whitespace 11 years ago
debug.h Eliminate the deprecated mc_abort() function and MC_ABORT macro. 11 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 Link against libm when needed 10 years ago
json-c.vcproj Adds json_config.h.win32 to project. Adds VS2k13 project. 10 years ago
json-c.vcxproj Build random_seed.c as well 10 years ago
json-c.vcxproj.filters Build random_seed.c as well 10 years ago
json.h Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. 11 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 versions up to 0.12.99 since a 0.12 release was just created. 11 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 Define macros from inttypes.h when not available 10 years ago
json_object.c Fix issue #201: add a JSON_C_TO_STRING_NOSLASHESCAPE flag to turn off escaping of forward slashes. 9 years ago
json_object.h Fix issue #201: add a JSON_C_TO_STRING_NOSLASHESCAPE flag to turn off escaping of forward slashes. 9 years ago
json_object_iterator.c Since we already use a local json_bool type, replace any stdbool.h usage with 13 years ago
json_object_iterator.h Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. 12 years ago
json_object_private.h more efficient handling for smalls strings inside json_object 10 years ago
json_tokener.c Remove superfluous NULL checks 10 years ago
json_tokener.h Remove trailing whitespace 11 years ago
json_util.c Introduce json_object_from_fd 11 years ago
json_util.h Introduce json_object_from_fd 11 years ago
libjson.c Remove trailing whitespace 11 years ago
linkhash.c fix regression from 2d549662be832da838aa063da2efa78ee3b99668 10 years ago
linkhash.h Merge pull request #196 from rgerhards/improve-performance 10 years ago
math_compat.h Define INFINITY and NAN when missing 10 years ago
printbuf.c Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. 11 years ago
printbuf.h Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile. 13 years ago
random_seed.c Add missing include file to random_seed 10 years ago
random_seed.h Patch to address the following issues: 11 years ago