summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)Author
2024-01-26builtin.c: fix build with -Woverlength-stringsEmanuele Torre
2024-01-26Makefile.am: fix lines indented with tabs instead of spacesEmanuele Torre
2023-12-13Makefile.am: don't use -lshlwapi to build jq on WIN32Emanuele Torre
2023-08-23Include more updates to NEWS.md and AUTHORS for 1.7itchyny
2023-08-19Add --config option printing ./configure options usedNicolas Williams
2023-08-13Rename jv_type_private.h to jv_private.h, move jvp_number_is_nan thereitchyny
2023-08-12Build windows 64bit binary using UCRT64 (#2832)Mattias Wadman
2023-08-01Require a main program (fix #2785)Nicolas Williams
2023-07-31Don't unnecessarily ignore missing-field-initializers warningsEmanuele Torre
2023-07-31Declare cfunction.fptr as jv (*)() to avoid having to cast everywhereEmanuele Torre
2023-07-31Redesign website (#2628)itchyny
2023-07-30Use -Wno-cast-function-type to quiet many warningsNicolas Williams
2023-07-24Make maintainer-mode default to disabledMattias Wadman
2023-07-22Validate manual schemaitchyny
2023-07-18Split man.test to make tests pass without oniguruma (#2722)itchyny
2023-07-13Make sure distcheck passes and run dist job on Pull Requestitchyny
2023-07-10Do not remove manpage prebuild file on build failureitchyny
2023-06-28fix: tarball fails distcheck: add files missing from manifest (#2538)Allan Clark
2023-06-28Fix bison warnings on incompatibilities with POSIX Yacc (#2634)itchyny
2023-06-27Ignore error of outdated manual test when docs disabled (fix #2310) (#2630)itchyny
2023-06-16Fix double-installed doc (#2482)Dan Church
2023-06-16Use autotools standard ${docdir} (#2468)Dan Church
2023-06-13Fix misspellings (#2609)Josh Soref
2020-03-03Makefile: prepend srcdir to jq.1.prebuilt to fix out of source compilationChristopher Degawa
2020-03-02Rework pipenv requirement to be more relaxedWilliam Langford
2019-10-22Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2019-06-11Makefile.am: fix builtin.inc with out-of-root buildsRicardo Constantino
2019-03-29Add pkg-config file for libjqMattias Hansson
2019-03-24Disable docs by default; don't mantest if no docsNicolas Williams
2019-02-26Bind libraries backward for consistent shadowingMuh Muhten
2019-02-26Fix regression on ~/.jq being a directoryMuh Muhten
2019-02-26Remove ruby dependency from manpage buildWilliam Langford
2019-02-26Remove ruby dependency from website buildWilliam Langford
2019-02-17Allow globbing on WindowsJason Hood
2019-01-30Fix build on BSD makeMuh Muhten
2018-12-26Out-of-srcdir builds: AM_CPPFLAGS=-I${srcdir}/srcNicolas Williams
2018-12-26Makefile.am: add no-undefined for win32Ricardo Constantino
2018-12-18Ensure that `${builddir}/src` existsmail6543210
2017-03-01Fix make distNicolas Williams
2017-02-25Windows: Also use -lshlwapi for jq(1)Nicolas Williams
2017-02-18Add local oniguruma submoduleErik Brinkman
2017-02-12Add @base64d for decoding base64 #47Shaun Guth
2017-01-27Handle cut-off UTF-8 sequences when reading filesWilliam Langford
2016-01-17Add --enable-ubsan (undefined behavior sanitizer)Nicolas Williams
2016-01-17Enable more tests on Windows; move sort_by testsNicolas Williams
2016-01-16Fix Windows build (fix #911)Nicolas Williams
2016-01-15fixup non-maintainer buildNicolas Williams
2016-01-15Always build src/builtin.inc (fix #1069)Nicolas Williams
2015-10-27Add address sanitizer (ASAN) support (fix #1002)Nicolas Williams
2015-10-22Fix builtin.o dependency (#992)Nicolas Williams