summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Issue #396: check for toolchain compatibilty with _REENTRANT before adding it...Eric Haszlakiewicz2018-03-041-1/+22
* Update the master branch to version 0.13.99Eric Haszlakiewicz2017-12-091-1/+1
* Add long long 64-bit checkJason King2017-09-081-0/+1
* Add a --enable-threading configure option, and only use the (slower) __sync_a...Eric Haszlakiewicz2017-09-031-1/+15
* Use AC_CONFIG_MACRO_DIRS to specify path to the ax macros instead of passing ...Eric Haszlakiewicz2017-09-031-0/+2
* Explicitly check for GCC's atomic functions instead of depending on the __GNU...Eric Haszlakiewicz2017-09-021-0/+24
* PR #336: since we can't use function overriding (due to problems with it onEric Haszlakiewicz2017-07-151-16/+0
* build: make `strerror()` override-ableAlexandru Ardelean2017-07-131-0/+16
* configure.ac: check for `uselocale` function only on Linux platformsAlexandru Ardelean2017-07-131-1/+11
* Remove a spurious comma in configure.acEric Haszlakiewicz2017-07-091-1/+1
* Replace obsolete AM_PROG_LIBTOOLBjörn Esser2017-07-041-1/+1
* Add a json_c_set_serialization_double_format() function to set the *library-w...Eric Haszlakiewicz2017-06-181-0/+12
* Issue #295: also check if size_t is the size of long long, to help support 64...Eric Haszlakiewicz2017-01-071-0/+1
* Issue#292: bump the required version of configure listed in configure.ac so a...Eric Haszlakiewicz2016-12-111-1/+1
* Issue #246: Include xlocale.h too, to get locale_t defined, since not all OSe...Eric Haszlakiewicz2016-08-021-1/+1
* Issue #195: use uselocale() instead of setlocale() in json_tokener to behave ...Eric Haszlakiewicz2016-07-301-1/+1
* Issue #236: Add -Wcast-qual and fix casts to retain constness.Eric Haszlakiewicz2016-06-111-1/+1
* Use stdint.h to check for size_t sizeEmmanuele Bassi2016-05-231-1/+1
* Fix a few places that needed adjustment for the size_t changes, including upd...Eric Haszlakiewicz2016-05-231-0/+4
* Merge pull request #216 from Jehan/masterEric Haszlakiewicz2016-04-301-1/+1
|\
| * configure: check realloc with AC_CHECK_FUNCS() to fix cross-compilation.Jehan2016-01-011-1/+1
* | Use a macro to indicate C99 to the compilerSevan Janiyan2016-01-051-1/+1
|/
* Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wa...Eric Haszlakiewicz2015-10-231-0/+5
* Remove the AC_FUNC_MALLOC check, since we don't depend on the malloc(0) behav...Eric Haszlakiewicz2015-10-221-1/+0
* Syntax errorJacob Alexander2015-06-021-1/+1
* Merge pull request #182 from tpetazzoni/libm-fixEric Haszlakiewicz2015-05-081-0/+4
|\
| * Link against libm when neededThomas Petazzoni2015-05-011-0/+4
* | Enable silent build by defaultYegor Yefremov2015-04-251-0/+3
|/
* Bump versions up to 0.12.99 since a 0.12 release was just created.Eric Haszlakiewicz2014-04-101-1/+1
* Patch to address the following issues:Michael Clark2014-04-091-1/+15
* Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by a...Eric Haszlakiewicz2014-03-221-2/+2
* Issue #103: allow Infinity and -Infinity to be parsed.Eric Haszlakiewicz2014-03-221-0/+1
* Issue#102 - add support for parsing "NaN".Eric Haszlakiewicz2014-03-091-0/+1
* Issue#114: check for the presence of isnan and isinf, and provide compat macr...Eric Haszlakiewicz2014-03-021-1/+5
* Merge commit '89535bb'Eric Haszlakiewicz2014-02-111-0/+1
* Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-masterEric Haszlakiewicz2014-02-111-0/+26
* Issue#105: Rename configure.in to configure.acEric Haszlakiewicz2014-02-111-0/+60