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 e6f1322b5e Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. 11 years ago
tests Merge branch 'master' into LowercaseLiterals 11 years ago
.gitignore Ignore and cleanup a few more files that automake creates. 11 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 Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. 12 years ago
Doxyfile Bump the versions for the non-release branch; add a placeholder section to the change log. 12 years ago
Makefile.am Merge branch 'ebassi-master' 11 years ago
Makefile.am.inc Issue #68: use -std=gnu99 because some versions of gcc seem to think that -std=c99 also implies -ansi, which causes warnings and build breakage. 12 years ago
NEWS Add a dummy "NEWS" file to automake doesn't complain. 14 years ago
README Mention that libtoolize is needed if you're not using a release tarball. 12 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
RELEASE_CHECKLIST.txt Fill in the instructions for update the gh-pages branch. 12 years ago
arraylist.c Merge pull request #27 from OBI-1/master 13 years ago
arraylist.h Add new json_object_array_sort function 14 years ago
autogen.sh Default autogen.sh to not running configure, unless some command line options are specified. 13 years ago
bits.h add json_tokener_parse_verbose, and return NULL on parser errors 15 years ago
config.h.in Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. 11 years ago
config.h.win32 Direct people to send bug reports to the json-c google group. 13 years ago
configure.ac Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. 11 years ago
debug.c * Fixed warning reported by adding -Wstrict-prototypes 16 years ago
debug.h Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated. 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 Modify install names for library and include files 13 years ago
json-c.vcproj * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
json.h 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.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 versions for the non-release branch; add a placeholder section to the change log. 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. 13 years ago
json_inttypes.h Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91 12 years ago
json_object.c Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. 11 years ago
json_object.h Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. 12 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 Add a json_set_serializer() function to allow the string output of a json_object to be customized. 13 years ago
json_tokener.c Merge pull request #112 from TazeTSchnitzel/LowercaseLiterals 11 years ago
json_tokener.h Issue #15: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at the end of arrays and objects. 12 years ago
json_util.c Update json_util 12 years ago
json_util.h Update json_util 12 years ago
libjson.c Add an autoconf test to test whether the .section .gnu<warning> 13 years ago
linkhash.c Enable -Werror and fix a number of minor warnings that existed. 12 years ago
linkhash.h add json_object_object_length 12 years ago
math_compat.h Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. 11 years ago
printbuf.c Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker with #define HAVE_X where #define HAVE_X 1|0 is meant. 13 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