69 Commits (8b162c4b896e5b40feb587aedb7c4f687d14dc67)

Author SHA1 Message Date
  Eric Haszlakiewicz 250de31f17 Bump the major version of the .so library generated up to 4.0 to avoid conflicts because some downstream packagers of json-c had already done their own bump to ".so.3" for a much older 0.12 release. 7 years ago
  Björn Esser 87556afe2a
Makefile: Add ACLOCAL_AMFLAGS 7 years ago
  Eric Haszlakiewicz f83cf244cd Remove the previously deprecated bits.h and the lh_abort() function. 7 years ago
  Eric Haszlakiewicz 0631c37c7f Update the master branch to version 0.13.99 7 years ago
  Eric Haszlakiewicz d447fbca77 Don't include private headers when installing. 7 years ago
  Eric Haszlakiewicz b34d26ff25 Add a change log entry for the upcoming 0.13 release. 7 years ago
  Brent Cook 185f43afef add/remove missing distribution files 7 years ago
  Eric Haszlakiewicz 447d67d5f3 Issue #349: none of automake's clean targets are suite for really cleaning up everything, so add a local "really-clean" target that does so. 8 years ago
  László Várady e0e34f0a13 Fix 'make distcheck' 8 years ago
  László Várady db8dbbf371 Fix 'make dist' 8 years ago
  Eric Haszlakiewicz fcad0ec015 PR #336: since we can't use function overriding (due to problems with it on 8 years ago
  Alexandru Ardelean fb72160caf build: make `strerror()` override-able 8 years ago
  Alexandru Ardelean 47f32a76ef vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template 9 years ago
  Alexandru Ardelean 8cb86a583a strdup_compat.h: re-spin this compat header ; use math_compat.h as template 9 years ago
  Emmanuele Bassi 7601f20d70 Revert "compat/strdup.h: move common compat check for strdup() to own file" 9 years ago
  Alexandru Ardelean 0e91183300 json_pointer: add first revision 9 years ago
  Alexandru Ardelean aaba8c1080 compat/strdup.h: move common compat check for strdup() to own file 9 years ago
  Eric Haszlakiewicz ecdc14f535 Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects. 9 years ago
  Nicola Spanti (RyDroid) 250a3987cf Very minor changes not related to C source code 9 years ago
  Eric Haszlakiewicz b1d65b62db Issue #113: Add more files to EXTRA_DIST and a dist-hook to get distcheck to at least not fail. 9 years ago
  Eric Haszlakiewicz 1071385896 Issue #113: add "new" files to appropriate variables in Makefile, and note the need to run "make distcheck" as part of the release process. 9 years ago
  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