48 Commits (537f8bcbdbdc10ffa7673199a0be82ca4eb56ec8)

Author SHA1 Message Date
  Eric Haszlakiewicz 80c1f69b9e Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wall, to ensure the compile supports. 10 years ago
  Christopher Meng db833f2411 SONAME bump 11 years ago
  Michael Clark 64e36901a0 Patch to address the following issues: 11 years ago
  Eric Haszlakiewicz b821f0e10f Merge branch 'ebassi-master' 11 years ago
  Eric Haszlakiewicz c8e0497d47 Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-master 11 years ago
  Eric Haszlakiewicz 295bea21d0 Ignore and cleanup a few more files that automake creates. 11 years ago
  Eric Haszlakiewicz c8ee919642 Remove the old libjson.so name compatibility support. The library is only created as libjson-c.so now and headers are only installed into the ${prefix}/json-c directory. 11 years ago
  Emmanuele Bassi 311686f63e Add a check for the -Bsymbolic-functions linker flag 12 years ago
  Eric Haszlakiewicz be002fbb96 Issue#84: explicitly remove old headers and include/json directory so creating the compat symlink can work. 12 years ago
  Eric Haszlakiewicz fcc768e667 Bump the version up to 0.10.99 to make it clear that the master branch is beyond anything on the 0.10 branch. 12 years ago
  Eric Haszlakiewicz 1461b49385 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
  Alexander Klauer 024d86c07f Prepend DESTDIR to paths for staged installs 12 years ago
  Alexander Klauer a3a0f5b28d Need to explicitly remove include/json-c directory 12 years ago
  Alexander Klauer b670f6f992 -d test is useless as symlinks are dereferenced 12 years ago
  Eric Haszlakiewicz 7a4506d6df Remove configure as part of maintainer-clean instead of distclean. Addresses issue #48. 12 years ago
  Eric Haszlakiewicz 23461c75dd Include json_object_iterator.c in the list of sources. 13 years ago
  Eric Haszlakiewicz 2f2180b70d Take a guess as to the rename changes changes needed to the Android part of the build. 13 years ago
  Eric Haszlakiewicz 1f9d199522 Re-add the "json" pkg-config file as a compatibility shim. 13 years ago
  Eric Haszlakiewicz 9f16e25a3e Bump the version of the new library since programs will need to be re-linked to use it. 13 years ago
  Eric Haszlakiewicz 943b7a4de7 Add a compatibility symlink json->json-c in the include directory. 13 years ago
  Eric Haszlakiewicz 075b783631 Add a --disable-oldname-compat option to configure to turn off the creation of the libjson.so library, and only include libjson-c.so 13 years ago
  Eric Haszlakiewicz b98aa6eaa3 Create an additional libjson.so library that simply links against libjson-c, but emits a warning encouraging the use of the new library. 13 years ago
  Eric Haszlakiewicz c2d3ccf3af Merge branch 'rename_library' of https://github.com/kdopen/json-c into kdopen-rename_library 13 years ago
  Eric Haszlakiewicz 381f77c5bc Merge pull request #26 from ford-prefect/master 13 years ago
  Eric Haszlakiewicz 4154c55eda Add json_object_iterator.h to installed headers. 13 years ago
  Arun Raghavan a1221eba70 Add an Android-friendly build system 13 years ago
  Eric Haszlakiewicz c1b8891a13 Move the rest of the tests into the tests subdirectory. 13 years ago
  Eric Haszlakiewicz 1e89ba68af Create a tests subdirectory and move one of the test to there. 13 years ago
  Keith Derrick 30dd367c0a Modify install names for library and include files 13 years ago
  Eric Haszlakiewicz a7bd85caba Remove a few more things in the distclean target to get rid of *all* generated files. 13 years ago
  Eric Haszlakiewicz 30c6c4a1be Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations. 13 years ago
  Eric Haszlakiewicz fbd207bd6b Remove a few more things in the distclean target to get rid of *all* generated files. 13 years ago
  Eric Haszlakiewicz c5c623a546 Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations. 13 years ago
  Eric Haszlakiewicz b21b137805 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
  Martin Storsjo a577ba376f Add -no-undefined to the libtool flags 14 years ago
  Eric Haszlakiewicz 7a593a0fa7 Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the API has been extended, but is still backwards compatible.. 14 years ago
  Eric Haszlakiewicz 41e67d0f6f Add a test_cast test case. This checks that the casting that is implied when calling the various json_object_get_FOO() functions on a differently typed object works correctly. 14 years ago
  Jehiah Czebotar ac601b5b5f update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly 14 years ago
  Michael Clark c4dceae1c5 * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
  Brent Miller 126ad95fc4 * Add handling of surrogate pairs 16 years ago
  Michael Clark 51658855fb Add json-c.vcproj to EXTRA_DIST 16 years ago
  Christopher Watford db92cc02b9 Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefile.am 16 years ago
  Christopher Watford 1363df08d2 Update version to 0.9 16 years ago
  Michael Clark 436aa98d67 update auto generated files 16 years ago
  Michael Clark 80a6007009 changes to make 'make dist' work properly 16 years ago
  Michael Clark a850f8e29e * Add escaping of backslash to json output 18 years ago
  Michael Clark f6a6e486ff * Make headers C++ compatible by change *this to *obj 18 years ago
  Michael Clark 4504df7117 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago