Make macro json_object_object_foreach multiple-use safe
[platform/upstream/json-c.git] / Makefile.am
2012-12-18 Alexander KlauerNeed to explicitly remove include/json-c directory
2012-12-18 Alexander Klauer-d test is useless as symlinks are dereferenced
2012-12-09 Eric HaszlakiewiczRemove configure as part of maintainer-clean instead...
2012-11-29 Eric HaszlakiewiczInclude json_object_iterator.c in the list of sources.
2012-07-29 Eric HaszlakiewiczTake a guess as to the rename changes changes needed...
2012-07-29 Eric HaszlakiewiczRe-add the "json" pkg-config file as a compatibility...
2012-07-29 Eric HaszlakiewiczBump the version of the new library since programs...
2012-07-29 Eric HaszlakiewiczAdd a compatibility symlink json->json-c in the include...
2012-07-29 Eric HaszlakiewiczAdd a --disable-oldname-compat option to configure...
2012-07-29 Eric HaszlakiewiczCreate an additional libjson.so library that simply...
2012-07-29 Eric HaszlakiewiczMerge branch 'rename_library' of https://github.com...
2012-07-09 Eric HaszlakiewiczMerge pull request #26 from ford-prefect/master
2012-07-09 Eric HaszlakiewiczAdd json_object_iterator.h to installed headers.
2012-04-26 Arun RaghavanAdd an Android-friendly build system
2012-04-23 Eric HaszlakiewiczMerge pull request #21 from kdopen/add_iterator
2012-04-22 Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-04-22 Eric HaszlakiewiczMove the rest of the tests into the tests subdirectory.
2012-04-22 Eric HaszlakiewiczCreate a tests subdirectory and move one of the test...
2012-04-06 Keith DerrickModify install names for library and include files
2012-04-02 Eric HaszlakiewiczRemove a few more things in the distclean target to...
2012-04-02 Eric HaszlakiewiczSplit the json_tokener_parse tests off from test1 into...
2012-04-01 Eric HaszlakiewiczRemove a few more things in the distclean target to...
2012-04-01 Eric HaszlakiewiczSplit the json_tokener_parse tests off from test1 into...
2012-02-16 Eric HaszlakiewiczInclude json_inttypes.h in json_object.h since we use...
2011-12-09 Eric HaszlakiewiczMerge pull request #7 from federicoculloca/master
2011-12-09 Eric HaszlakiewiczMerge pull request #8 from mstorsjo/mingw
2011-11-25 Martin StorsjoAdd -no-undefined to the libtool flags
2011-05-03 Eric HaszlakiewiczBump up the libtool library version to "1:0:1" (aka...
2011-05-03 Eric HaszlakiewiczAdd a test_cast test case. This checks that the castin...
2011-01-14 Jehiah Czebotarupdate json_object_new_string_len, json_escape_str...
2010-10-06 Michael Clark * Add int64 support. Two new functions json_object_ne...
2009-08-20 Brent Miller * Add handling of surrogate pairs
2009-08-19 Michael ClarkAdd json-c.vcproj to EXTRA_DIST
2009-07-31 Christopher WatfordAdd README.html, README-WIN32.html and config.h.win32...
2009-07-31 Christopher WatfordUpdate version to 0.9
2009-01-06 Michael Clarkupdate auto generated files
2009-01-05 Michael Clarkchanges to make 'make dist' work properly
2007-03-13 Michael Clark * Add escaping of backslash to json output
2007-03-13 Michael Clark * Make headers C++ compatible by change *this to...
2007-03-13 Michael Clark * printbuf.c - C. Watford (christopher dot watford...