summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-11Delete some Autotools junk and update README.autotoolsStephen Dolan
2013-05-11Rake task to build website including source dist and binaries.Stephen Dolan
2013-05-11Rake task to build source distribution for websiteStephen 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-09Add a redundant intialisation to squash a gcc warning.Stephen Dolan
2013-05-09Make manpage building more robust.Stephen Dolan
2013-05-09Add a "binaries" target to the website Rakefile.Stephen Dolan
2013-05-09Minor docs fix to get rid of Bonsai warnings.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-08Configure whether colour is displayed by default directly in sourceStephen 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-05-08Check in jv_utf8_tables.gen.h, it is unlikely to change.Stephen Dolan
2013-05-08Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan
2013-05-06Fix #111: exit(1) when inputs are not valid JSONNicolas Williams
2013-05-06Add trailing slashes to various internal doc links.Stephen Dolan
2013-05-06Add a --arg option to allow variables to be passed from the cmdline.Stephen Dolan
2013-05-06Add the "has" function. Closes #74.Stephen Dolan
2013-05-05Merge pull request #77 from jkleint/patch-1Stephen Dolan
2013-05-06Document behaviour of .[] on objects.Stephen Dolan
2013-05-06Add documentation for "type".Stephen Dolan
2013-05-06Update gems and use HTTPS to get them.Stephen Dolan
2013-05-06Fix some bad escapingStephen Dolan
2013-05-05Merge commit 'e45f93f85f22c73025830a6bd0b2807263068996'Stephen Dolan
2013-05-05Remove JQ_DEBUG #define and jq_test binary, simplifying build.Stephen Dolan
2013-05-05WIPStephen Dolan
2013-05-05Combine the functionality of jq and jq_testStephen Dolan
2013-05-05Make a few constant globals actually const.Stephen Dolan
2013-05-05Merge pull request #109 from nicowilliams/no_mutable_globals-rebasedStephen Dolan
2013-05-05Merge pull request #93 from shayel/masterStephen Dolan
2013-04-28Build and install libjqNicolas Williams
2013-04-28Remove unnecessary #includesNicolas Williams
2013-04-28Remove globals/make jq_init/next/teardown() an APINicolas Williams
2013-03-24Add missing require to RakefileShay Elkin
2013-02-20fix typo in manualSimon Elsbrock
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-03fix email addressesLee Thompson
2013-02-03use AM_SILENT_RULESLee Thompson
2013-02-02fix RPM build processLee Thompson
2013-02-02fix jq_test so that it runs in the distcheck phase of autoconfLee Thompson