summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add missing files (fix #875)Nicolas Williams2015-07-281-1/+3
* Fix make dist (fix #870)jq-1.5rc2Nicolas Williams2015-07-261-1/+1
* flag to enable gcov and coverallsDavid Tolnay2015-06-271-2/+12
* add configure option to run tests without valgrindDavid Tolnay2015-06-271-0/+9
* separate jq, oniguruma, sh, and man testsDavid Tolnay2015-06-181-2/+1
* Add Missing Makefile DependencyAaron Peschel2015-06-091-0/+1
* Add ./configure --enable-all-static insteadNicolas Williams2015-05-251-1/+1
* Always add -all-static when --enable-staticNicolas Williams2015-05-251-1/+1
* Add -all-static when --enable-staticNicolas Williams2015-05-181-0/+5
* Add error injection libraryNicolas Williams2015-05-111-1/+8
* Automake: jq depends on version.h (fix #721)Nicolas Williams2015-03-081-1/+1
* Add --disable-maintainer-mode; make bison optionalNicolas Williams2015-02-151-0/+8
* Include missing EXTRA_DIST items; fix #661Nicolas Williams2015-01-011-3/+13
* Added library system with -l, -L, and JQ_LIBRARY_PATHWilliam Langford2014-07-221-2/+2
* Automatically update jq.1.prebuiltNicolas Williams2014-06-131-2/+4
* Make a better jq.1 when Ruby deps missingNicolas Williams2014-06-121-1/+2
* Add lib.h to dist file listjq-1.4Nicolas Williams2014-06-091-1/+1
* fix rpm Makefile target and prerequisitesFilippo Giunchedi2013-12-271-3/+3
* Merge branch 'libjq'Stephen Dolan2013-09-141-13/+22
|\
| * Use libtool's built-in symbol exporting rather than a mapfile.Stephen Dolan2013-06-231-3/+1
| * Move libtool m4 junk to config/ and delete some autogenerated files.Stephen Dolan2013-06-231-1/+1
| * Remove Autoconf-generated config.h.Stephen Dolan2013-06-231-3/+2
| * Merge branch 'header-cleanup' into libjqStephen Dolan2013-06-221-3/+3
| |\
| | * Fold opcode.{c,h} into bytecode.{c,h}Stephen Dolan2013-06-181-4/+4
| * | Build libjq only once, and link it statically to ./jqStephen Dolan2013-06-221-5/+1
| * | Fix distcheck.Stephen Dolan2013-06-221-5/+4
| * | Add libjq autoconf gooNicolas Williams2013-06-211-6/+24
| |/
* | Fix Makefile after refactoring of stacks in 05d90517b02Joe Littlejohn2013-08-191-1/+1
* | Add floor operatorNicolas Williams2013-06-211-0/+1
|/
* Remove last remnant of main.hNicolas Williams2013-06-161-1/+1
* Move slurp_file() into library as jv_load_file()Nicolas Williams2013-06-151-6/+6
* Clean up flex lines in buildStephen Dolan2013-06-051-1/+1
* Clean up Makefile.am (distcheck, rebuild version.h less often)Stephen Dolan2013-06-031-14/+22
* locfile.h -> locfile.h + locfile.cBrendan Macmillan2013-05-291-2/+2
* Make jq --version report an actual git revision.Stephen Dolan2013-05-241-5/+5
* 'make clean' won't delete jq.1 if it can't be rebuilt.Stephen Dolan2013-05-231-0/+3
* jq 1.3 releasejq-1.3Stephen Dolan2013-05-191-1/+1
* Add the docs to the distributed tarballsStephen Dolan2013-05-091-1/+6
* Fix manpage build.Stephen Dolan2013-05-091-1/+3
* Add some build instructions for how to install doc dependencies.Stephen Dolan2013-05-091-8/+15
* Don't build the manpage unless there's a working Ruby setup.Stephen Dolan2013-05-091-0/+13
* support for out-of-tree testsStephen Dolan2013-05-091-2/+2
* Fail properly when attempting to build manpage without rakeStephen Dolan2013-05-091-1/+1
* Autotools hackery so that "make dist" builds lexer and parser.Stephen Dolan2013-05-091-11/+12
* Make manpage building more robust.Stephen Dolan2013-05-091-5/+2
* Script for cross-compiling jq binaries for other platforms.Stephen Dolan2013-05-091-1/+5
* Use the version number from configure.ac in the website.Stephen Dolan2013-05-081-0/+4
* Add the parser to BUILT_SOURCESStephen Dolan2013-05-081-1/+1
* Check in a pile of Autotools junk, including the configure script.Stephen Dolan2013-05-081-2/+2
* Clean up autotools config.Stephen Dolan2013-05-081-128/+47