summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2014-04-09Patch to address the following issues:Michael Clark1-2/+4
2014-02-11Merge branch 'ebassi-master'Eric Haszlakiewicz1-1/+1
2014-02-11Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-masterEric Haszlakiewicz1-1/+1
2014-02-11Ignore and cleanup a few more files that automake creates.Eric Haszlakiewicz1-0/+1
2014-02-11Remove the old libjson.so name compatibility support. The library is only cr...Eric Haszlakiewicz1-28/+1
2013-09-17Add a check for the -Bsymbolic-functions linker flagEmmanuele Bassi1-2/+2
2013-06-29Issue#84: explicitly remove old headers and include/json directory so creatin...Eric Haszlakiewicz1-0/+6
2012-12-23Bump the version up to 0.10.99 to make it clear that the master branch is bey...Eric Haszlakiewicz1-1/+1
2012-12-23Add a json_c_version.h header (included from json.h), and several macros and ...Eric Haszlakiewicz1-0/+2
2012-12-19Prepend DESTDIR to paths for staged installsAlexander Klauer1-4/+4
2012-12-18Need to explicitly remove include/json-c directoryAlexander Klauer1-0/+1
2012-12-18-d test is useless as symlinks are dereferencedAlexander Klauer1-1/+0
2012-12-09Remove configure as part of maintainer-clean instead of distclean. Addresses...Eric Haszlakiewicz1-1/+4
2012-11-29Include json_object_iterator.c in the list of sources.Eric Haszlakiewicz1-0/+1
2012-07-29Take a guess as to the rename changes changes needed to the Android part of t...Eric Haszlakiewicz1-6/+6
2012-07-29Re-add the "json" pkg-config file as a compatibility shim.Eric Haszlakiewicz1-0/+3
2012-07-29Bump the version of the new library since programs will need to be re-linked ...Eric Haszlakiewicz1-1/+1
2012-07-29Add a compatibility symlink json->json-c in the include directory.Eric Haszlakiewicz1-0/+11
2012-07-29Add a --disable-oldname-compat option to configure to turn off the creation o...Eric Haszlakiewicz1-3/+10
2012-07-29Create an additional libjson.so library that simply links against libjson-c, ...Eric Haszlakiewicz1-1/+5
2012-07-29Merge branch 'rename_library' of https://github.com/kdopen/json-c into kdopen...Eric Haszlakiewicz1-5/+5
2012-07-08Merge pull request #26 from ford-prefect/masterEric Haszlakiewicz1-0/+14
2012-07-08Add json_object_iterator.h to installed headers.Eric Haszlakiewicz1-0/+1
2012-04-26Add an Android-friendly build systemArun Raghavan1-0/+14
2012-04-22Move the rest of the tests into the tests subdirectory.Eric Haszlakiewicz1-24/+0
2012-04-22Create a tests subdirectory and move one of the test to there.Eric Haszlakiewicz1-6/+4
2012-04-05Modify install names for library and include filesKeith Derrick1-5/+5
2012-04-02Remove a few more things in the distclean target to get rid of *all* generate...Eric Haszlakiewicz1-0/+1
2012-04-02Split the json_tokener_parse tests off from test1 into their own test and add...Eric Haszlakiewicz1-2/+5
2012-03-31Remove a few more things in the distclean target to get rid of *all* generate...Eric Haszlakiewicz1-0/+1
2012-03-31Split the json_tokener_parse tests off from test1 into their own test and add...Eric Haszlakiewicz1-2/+5
2012-02-15Include json_inttypes.h in json_object.h since we use types like int32_t in t...Eric Haszlakiewicz1-0/+6
2011-11-25Add -no-undefined to the libtool flagsMartin Storsjo1-1/+1
2011-05-03Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the ...Eric Haszlakiewicz1-1/+1
2011-05-03Add a test_cast test case. This checks that the casting that is implied when...Eric Haszlakiewicz1-2/+5
2011-01-14update json_object_new_string_len, json_escape_str (internal). Writer handles...Jehiah Czebotar1-2/+5
2010-10-06 * Add int64 support. Two new functions json_object_net_int64 andMichael Clark1-11/+21
2009-08-20 * Add handling of surrogate pairsBrent Miller1-1/+4
2009-08-19Add json-c.vcproj to EXTRA_DISTMichael Clark1-1/+1
2009-07-31Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefi...Christopher Watford1-1/+1
2009-07-31Update version to 0.9Christopher Watford1-1/+1
2009-01-06update auto generated filesMichael Clark1-0/+2
2009-01-05changes to make 'make dist' work properlyMichael Clark1-1/+6
2007-03-13 * Add escaping of backslash to json outputMichael Clark1-1/+1
2007-03-13 * Make headers C++ compatible by change *this to *objMichael Clark1-4/+0
2007-03-13 * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark1-0/+40