summaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)Author
2014-07-22Added library system with -l, -L, and JQ_LIBRARY_PATHWilliam Langford
2014-06-13Automatically update jq.1.prebuiltNicolas Williams
2014-06-12Make a better jq.1 when Ruby deps missingNicolas Williams
2014-06-09Add lib.h to dist file listjq-1.4Nicolas Williams
2013-12-27fix rpm Makefile target and prerequisitesFilippo Giunchedi
2013-09-14Merge branch 'libjq'Stephen Dolan
2013-08-19Fix Makefile after refactoring of stacks in 05d90517b02Joe Littlejohn
2013-06-23Use libtool's built-in symbol exporting rather than a mapfile.Stephen Dolan
2013-06-23Move libtool m4 junk to config/ and delete some autogenerated files.Stephen Dolan
2013-06-23Remove Autoconf-generated config.h.Stephen Dolan
2013-06-22Merge branch 'header-cleanup' into libjqStephen Dolan
2013-06-22Build libjq only once, and link it statically to ./jqStephen Dolan
2013-06-22Fix distcheck.Stephen Dolan
2013-06-21Add floor operatorNicolas Williams
2013-06-21Add libjq autoconf gooNicolas Williams
2013-06-18Fold opcode.{c,h} into bytecode.{c,h}Stephen Dolan
2013-06-16Remove last remnant of main.hNicolas Williams
2013-06-15Move slurp_file() into library as jv_load_file()Nicolas Williams
2013-06-05Clean up flex lines in buildStephen Dolan
2013-06-03Clean up Makefile.am (distcheck, rebuild version.h less often)Stephen Dolan
2013-05-29locfile.h -> locfile.h + locfile.cBrendan Macmillan
2013-05-24Make jq --version report an actual git revision.Stephen Dolan
2013-05-23'make clean' won't delete jq.1 if it can't be rebuilt.Stephen Dolan
2013-05-19jq 1.3 releasejq-1.3Stephen Dolan
2013-05-09Add the docs to the distributed tarballsStephen Dolan
2013-05-09Fix manpage build.Stephen Dolan
2013-05-09Add some build instructions for how to install doc dependencies.Stephen Dolan
2013-05-09Don't build the manpage unless there's a working Ruby setup.Stephen Dolan
2013-05-09support for out-of-tree testsStephen Dolan
2013-05-09Fail properly when attempting to build manpage without rakeStephen Dolan
2013-05-09Autotools hackery so that "make dist" builds lexer and parser.Stephen Dolan
2013-05-09Make manpage building more robust.Stephen Dolan
2013-05-09Script for cross-compiling jq binaries for other platforms.Stephen Dolan
2013-05-08Use the version number from configure.ac in the website.Stephen Dolan
2013-05-08Add the parser to BUILT_SOURCESStephen Dolan
2013-05-08Check in a pile of Autotools junk, including the configure script.Stephen Dolan
2013-05-08Clean up autotools config.Stephen Dolan
2013-02-04get man pages workingLee Thompson
2013-02-04add man page to releaseLee Thompson
2013-02-03rework build to not distribute tests unless --enable-devel is specificied to ...Lee Thompson
2013-02-02fix RPM build processLee Thompson
2013-02-02merging upstream stedolan changesLee Thompson
2012-12-04get testing working in autoconfLee Thompson
2012-12-04fixes jq_test core dumpLee Thompson
2012-12-04remove obsolete lineLee Thompson
2012-12-04fix rpm mv command when rpm stashes the package in a subdirectoryLee Thompson
2012-12-04change rpmbuild target to rpmLee Thompson
2012-12-03get rpm building from tarball with autoconfLee Thompson
2012-11-28revert back to make invoking flex, fix a few bugsLee Thompson
2012-11-27initial attempt at autoconf implementation, removed all generated code from gitLee Thompson