1. abb4d87 libjson: Initial version with support for android by Ameya Thakur · 9 years ago
  2. 64e3690 Patch to address the following issues: by Michael Clark · 10 years ago
  3. 05da316 Issue #103: allow Infinity and -Infinity to be parsed. by Eric Haszlakiewicz · 10 years ago
  4. 0eedf38 Issue#102 - add support for parsing "NaN". by Eric Haszlakiewicz · 10 years ago
  5. e6f1322 Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. by Eric Haszlakiewicz · 10 years ago
  6. 295bea2 Ignore and cleanup a few more files that automake creates. by Eric Haszlakiewicz · 10 years ago
  7. 1a957c2 Remove redefinition of strndup() which is no longer used in the codebase by Even Rouault · 11 years ago
  8. f1b6849 Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. by Eric Haszlakiewicz · 11 years ago
  9. 7653d49 Add PACKAGE_URL to config.h.in by Eric Haszlakiewicz · 11 years ago
  10. e7e0600 Add an autoconf test to test whether the .section .gnu<warning> by Lin Xu · 12 years ago
  11. eb37094 Check for the sys/cdefs.h header which on some systems defines the __warn_references macro. by Eric Haszlakiewicz · 12 years ago
  12. 984303d 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. by Mateusz Loskot · 12 years ago
  13. b21b137 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. by Eric Haszlakiewicz · 12 years ago
  14. c4dceae * Add int64 support. Two new functions json_object_net_int64 and by Michael Clark · 14 years ago
  15. 436aa98 update auto generated files by Michael Clark · 15 years ago
  16. dfaf670 * Add macros to enable compiling out debug code by Michael Clark · 17 years ago
  17. 4504df7 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) by Michael Clark · 17 years ago