summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Bump the version numbers for the 0.12 release.Eric Haszlakiewicz2014-04-101-1/+1
* Patch to address the following issues:Michael Clark2014-04-091-2/+4
* Merge branch 'ebassi-master'Eric Haszlakiewicz2014-02-111-1/+1
|\
| * Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-masterEric Haszlakiewicz2014-02-111-1/+1
| |\
| | * Add a check for the -Bsymbolic-functions linker flagEmmanuele Bassi2013-09-171-2/+2
* | | Ignore and cleanup a few more files that automake creates.Eric Haszlakiewicz2014-02-111-0/+1
|/ /
* | Remove the old libjson.so name compatibility support. The library is only cr...Eric Haszlakiewicz2014-02-111-28/+1
|/
* Issue#84: explicitly remove old headers and include/json directory so creatin...Eric Haszlakiewicz2013-06-291-0/+6
* Bump the version up to 0.10.99 to make it clear that the master branch is bey...Eric Haszlakiewicz2012-12-231-1/+1
* Add a json_c_version.h header (included from json.h), and several macros and ...Eric Haszlakiewicz2012-12-231-0/+2
* Prepend DESTDIR to paths for staged installsAlexander Klauer2012-12-191-4/+4
* Need to explicitly remove include/json-c directoryAlexander Klauer2012-12-181-0/+1
* -d test is useless as symlinks are dereferencedAlexander Klauer2012-12-181-1/+0
* Remove configure as part of maintainer-clean instead of distclean. Addresses...Eric Haszlakiewicz2012-12-091-1/+4
* Include json_object_iterator.c in the list of sources.Eric Haszlakiewicz2012-11-291-0/+1
* Take a guess as to the rename changes changes needed to the Android part of t...Eric Haszlakiewicz2012-07-291-6/+6
* Re-add the "json" pkg-config file as a compatibility shim.Eric Haszlakiewicz2012-07-291-0/+3
* Bump the version of the new library since programs will need to be re-linked ...Eric Haszlakiewicz2012-07-291-1/+1
* Add a compatibility symlink json->json-c in the include directory.Eric Haszlakiewicz2012-07-291-0/+11
* Add a --disable-oldname-compat option to configure to turn off the creation o...Eric Haszlakiewicz2012-07-291-3/+10
* Create an additional libjson.so library that simply links against libjson-c, ...Eric Haszlakiewicz2012-07-291-1/+5
* Merge branch 'rename_library' of https://github.com/kdopen/json-c into kdopen...Eric Haszlakiewicz2012-07-291-5/+5
|\
| * Modify install names for library and include filesKeith Derrick2012-04-051-5/+5
| * Remove a few more things in the distclean target to get rid of *all* generate...Eric Haszlakiewicz2012-04-021-0/+1
| * Split the json_tokener_parse tests off from test1 into their own test and add...Eric Haszlakiewicz2012-04-021-2/+5
* | Merge pull request #26 from ford-prefect/masterEric Haszlakiewicz2012-07-081-0/+14
|\ \
| * | Add an Android-friendly build systemArun Raghavan2012-04-261-0/+14
* | | Add json_object_iterator.h to installed headers.Eric Haszlakiewicz2012-07-081-0/+1
|/ /
* | Move the rest of the tests into the tests subdirectory.Eric Haszlakiewicz2012-04-221-24/+0
* | Create a tests subdirectory and move one of the test to there.Eric Haszlakiewicz2012-04-221-6/+4
* | Remove a few more things in the distclean target to get rid of *all* generate...Eric Haszlakiewicz2012-03-311-0/+1
* | Split the json_tokener_parse tests off from test1 into their own test and add...Eric Haszlakiewicz2012-03-311-2/+5
|/
* Include json_inttypes.h in json_object.h since we use types like int32_t in t...Eric Haszlakiewicz2012-02-151-0/+6
* Add -no-undefined to the libtool flagsMartin Storsjo2011-11-251-1/+1
* Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the ...Eric Haszlakiewicz2011-05-031-1/+1
* Add a test_cast test case. This checks that the casting that is implied when...Eric Haszlakiewicz2011-05-031-2/+5
* update json_object_new_string_len, json_escape_str (internal). Writer handles...Jehiah Czebotar2011-01-141-2/+5
* * Add int64 support. Two new functions json_object_net_int64 andMichael Clark2010-10-061-11/+21
* * Add handling of surrogate pairsBrent Miller2009-08-201-1/+4
* Add json-c.vcproj to EXTRA_DISTMichael Clark2009-08-191-1/+1
* Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefi...Christopher Watford2009-07-311-1/+1
* Update version to 0.9Christopher Watford2009-07-311-1/+1
* update auto generated filesMichael Clark2009-01-061-0/+2
* changes to make 'make dist' work properlyMichael Clark2009-01-051-1/+6
* * Add escaping of backslash to json outputMichael Clark2007-03-131-1/+1
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-4/+0
* * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark2007-03-131-0/+40