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.
 
 
 
 
 
 
Mateusz Loskot 5c2a69a8b8 Added a bunch of missing HAVE_* defines tested with ./configure script to fix compilation on Linux with GCC 4.7.1. The issue likely caused by my previous commits related to Visual C++ port of the code. 13 years ago
doc/html Add the 0.10 release doxygen-generated docs to source control. 13 years ago
tests Added a bunch of missing HAVE_* defines tested with ./configure script to fix compilation on Linux with GCC 4.7.1. The issue likely caused by my previous commits related to Visual C++ port of the code. 12 years ago
.gitignore Ignore the new test1Formatted and test2Formatted executables. 13 years ago
AUTHORS Add Jehiah and myself to the list of authors. 14 years ago
COPYING * Add escaping of backslash to json output 18 years ago
ChangeLog Update the ChangeLog with the rest of the changes that will be included in the 0.10 release. 13 years ago
Doxyfile * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
INSTALL * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
Makefile.am Remove configure as part of maintainer-clean instead of distclean. Addresses issue #48. 12 years ago
Makefile.am.inc Create a tests subdirectory and move one of the test to there. 13 years ago
Makefile.in Regenerate Makefile.in 12 years ago
NEWS Add a dummy "NEWS" file to automake doesn't complain. 14 years ago
README Update README files with pointers to new github repo and googlegroups mailing list 14 years ago
README-WIN32.html Update README files with pointers to new github repo and googlegroups mailing list 14 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 missing pieces of the release checklist. 13 years ago
aclocal.m4 Add automake/autoconf generated files for the 0.10 release. 13 years ago
arraylist.c Add new json_object_array_sort function 14 years ago
arraylist.h Add new json_object_array_sort function 14 years ago
autogen.sh * Make headers C++ compatible by change *this to *obj 18 years ago
bits.h add json_tokener_parse_verbose, and return NULL on parser errors 15 years ago
config.guess Add automake/autoconf generated files for the 0.10 release. 13 years ago
config.h.in Added a bunch of missing HAVE_* defines tested with ./configure script to fix compilation on Linux with GCC 4.7.1. The issue likely caused by my previous commits related to Visual C++ port of the code. 12 years ago
config.h.win32 Direct people to send bug reports to the json-c google group. 13 years ago
config.sub Add automake/autoconf generated files for the 0.10 release. 13 years ago
configure Add automake/autoconf generated files for the 0.10 release. 13 years ago
configure.in Added a bunch of missing HAVE_* defines tested with ./configure script to fix compilation on Linux with GCC 4.7.1. The issue likely caused by my previous commits related to Visual C++ port of the code. 12 years ago
debug.c * Fixed warning reported by adding -Wstrict-prototypes 16 years ago
debug.h Add JASSERT macro to guarantee aborts 13 years ago
depcomp Add automake/autoconf generated files for the 0.10 release. 13 years ago
install-sh Add automake/autoconf generated files for the 0.10 release. 13 years ago
json-c.vcproj * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
json.h Add alternative iterator implementation 13 years ago
json.pc.in * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 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 missing inttypes.h definitions for Visual Studio 2010 and earliers. Related to issue #22. 13 years ago
json_object.c Change the format used for sprintbuf (but not scanf) to use %f instead of %lf because the "l" is unnecessary and some compilers behave differently with it present (e.g. MinGW). 13 years ago
json_object.h Add a json_object_to_json_string_ext() function to allow the formatting of output to be selected. 13 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 Since we already use a local json_bool type, replace any stdbool.h usage with 13 years ago
json_object_private.h Add a json_object_to_json_string_ext() function to allow the formatting of output to be selected. 13 years ago
json_tokener.c Fixed parsing numbers in E notation. ` 13 years ago
json_tokener.h For the prototype for json_tokener_error_desc(). 13 years ago
json_util.c Add a json_object_to_json_string_ext() function to allow the formatting of output to be selected. 13 years ago
json_util.h Add a json_object_to_json_string_ext() function to allow the formatting of output to be selected. 13 years ago
linkhash.c Add NULL-safe lookup function 13 years ago
linkhash.h Add NULL-safe lookup function 13 years ago
ltmain.sh Add automake/autoconf generated files for the 0.10 release. 13 years ago
missing Add automake/autoconf generated files for the 0.10 release. 13 years ago
printbuf.c Fix some bugs with how buffer sizes were being calcuated in printbuf_memset and an off-by-one error in printbuf_memappend. 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