summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2024-03-20Remove non-standard pow10 filter in favor of exp10 (#3059)itchyny
2023-12-11shtest+configure: remove uses of non-portable/non-standard commandsEmanuele Torre
2023-10-21Remove unused mkstemp()Klemens Nanni
2023-09-06Add setlocale() call (fix #1740)jq-1.7Nicolas Williams
2023-07-24Make maintainer-mode default to disabledMattias Wadman
2023-07-18Split man.test to make tests pass without oniguruma (#2722)itchyny
2023-07-16Fix autoreconf warningsitchyny
2023-06-14C99 compatibility enhancements for the configure script (#2519)Florian Weimer
2023-06-14Fix version scripts for some shallow clone situations (fix #1549) (#2608)itchyny
2023-06-13Fix misspellings (#2609)Josh Soref
2023-05-28Update URLs from stedolan to jqlangStephen Dolan
2021-05-01Add large file support for 32-bit systems to fix issue 2167Ciaran McNamara
2020-12-19Clean up compile warnings on macOSWilliam Langford
2020-12-19Use AX_PTHREAD to properly detect pthread and flagsWilliam Langford
2020-03-02Rework pipenv requirement to be more relaxedWilliam Langford
2020-01-14fix typosAlanscut
2019-12-29Differentiate WIN32 / Cygwin in configure scriptRichard H Lee
2019-10-22Add configure guards around literal jv_numbersWilliam Langford
2019-10-22Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2019-03-29Add pkg-config file for libjqMattias Hansson
2019-03-24Disable docs by default; don't mantest if no docsNicolas Williams
2019-02-26Remove ruby dependency from website buildWilliam Langford
2018-12-19Mingw-w64 on windows doesn't have `setenv`, fix that.HE, Tao
2018-10-12Bugfix: Math function checkingAlex Ozdemir
2017-05-21Use AC_CHECK_MATH_FUNC() for all math functionsNicolas Williams
2017-03-30Also fix `jn/2` and `yn/2`Nicolas Williams
2017-03-29Fix frexp, modf, lgamma_r (fix #1374)Nicolas Williams
2017-03-04Make configure.ac work for shallow clonesNicolas Williams
2017-02-26Fix --without-oniguruma buildNicolas Williams
2017-02-25Preserve precious vars in configure.ac (fix #795)Nicolas Williams
2017-02-25Improve Appveyor buildNicolas Williams
2017-02-25When using builtin Oniguruma, set flags correctlyNicolas Williams
2017-02-23Add `localtime` and `strflocaltime` (fix #1349)Nicolas Williams
2017-02-23Allow ./configure --with-oniguruma=builtinNicolas Williams
2017-02-18Add local oniguruma submoduleErik Brinkman
2017-02-04Add more missing math functionsNicolas Williams
2016-01-17Add --enable-ubsan (undefined behavior sanitizer)Nicolas Williams
2016-01-16Fix Windows build (fix #911)Nicolas Williams
2015-11-21Support --without-onigurumaDavid Tolnay
2015-10-27Add address sanitizer (ASAN) support (fix #1002)Nicolas Williams
2015-08-23Move source files to src/David Tolnay
2015-08-22Sort libm functionsDavid Tolnay
2015-08-15Use https where possibleDavid Tolnay
2015-08-13Remove all trailing whitespaceDavid Tolnay
2015-07-24Change homepage .com -> .ioDavid Tolnay
2015-07-24Change AC bug-report parameter to point to GitHubDavid Tolnay
2015-07-18Use =, not ==, for shell testsNicolas Williams
2015-07-03Remove `pow10` for now; CHECK_MATH_FUNC needs workNicolas Williams
2015-06-27Add `pow`, better libm detection (fix #443)Nicolas Williams
2015-06-27flag to enable gcov and coverallsDavid Tolnay