Stephen Dolan
|
d03149f4df
|
Rake task to build source distribution for website
|
2013-05-11 14:48:39 +01:00 |
|
Stephen Dolan
|
18cf4ad475
|
Add the docs to the distributed tarballs
|
2013-05-09 20:53:51 +01:00 |
|
Stephen Dolan
|
ba4bb136bb
|
Fix manpage build.
|
2013-05-09 20:43:26 +01:00 |
|
Stephen Dolan
|
e6494857fc
|
Add some build instructions for how to install doc dependencies.
jq can now build without Ruby, but you won't get a nice manpage.
|
2013-05-09 20:35:19 +01:00 |
|
Stephen Dolan
|
12d2d4d1f5
|
Don't build the manpage unless there's a working Ruby setup.
|
2013-05-09 15:22:38 +01:00 |
|
Stephen Dolan
|
d75414bc94
|
support for out-of-tree tests
|
2013-05-09 13:40:00 +01:00 |
|
Stephen Dolan
|
a592c98461
|
Fail properly when attempting to build manpage without rake
|
2013-05-09 13:10:09 +01:00 |
|
Stephen Dolan
|
f6089a627a
|
Autotools hackery so that "make dist" builds lexer and parser.
|
2013-05-09 11:31:17 +01:00 |
|
Stephen Dolan
|
898dc8978b
|
Add a redundant intialisation to squash a gcc warning.
|
2013-05-09 11:30:49 +01:00 |
|
Stephen Dolan
|
d43084086b
|
Make manpage building more robust.
|
2013-05-09 02:38:57 +01:00 |
|
Stephen Dolan
|
124bda6993
|
Add a "binaries" target to the website Rakefile.
|
2013-05-09 02:18:28 +01:00 |
|
Stephen Dolan
|
7fbc50239c
|
Minor docs fix to get rid of Bonsai warnings.
|
2013-05-09 02:01:01 +01:00 |
|
Stephen Dolan
|
282667bbd4
|
Script for cross-compiling jq binaries for other platforms.
|
2013-05-09 01:50:20 +01:00 |
|
Stephen Dolan
|
63b689bf54
|
Use the version number from configure.ac in the website.
|
2013-05-08 19:57:29 +01:00 |
|
Stephen Dolan
|
c710f91257
|
Add the parser to BUILT_SOURCES
|
2013-05-08 19:57:05 +01:00 |
|
Stephen Dolan
|
a511d03d85
|
Configure whether colour is displayed by default directly in source
|
2013-05-08 19:37:12 +01:00 |
|
Stephen Dolan
|
9d245c88c4
|
Check in a pile of Autotools junk, including the configure script.
|
2013-05-08 18:55:10 +01:00 |
|
Stephen Dolan
|
d121420757
|
Clean up autotools config.
Remove some of @stagrlee's hard work since jq's testsuite is
less silly than when he wrote the autotools config.
|
2013-05-08 02:42:23 +01:00 |
|
Stephen Dolan
|
1ebb382540
|
Check in jv_utf8_tables.gen.h, it is unlikely to change.
|
2013-05-08 01:33:04 +01:00 |
|
Stephen Dolan
|
2363246eea
|
Merge remote-tracking branch 'stagrlee/master' into autotools
Conflicts:
Makefile
jq_test.c
|
2013-05-08 00:52:24 +01:00 |
|
Nicolas Williams
|
65deaaacf5
|
Fix #111: exit(1) when inputs are not valid JSON
|
2013-05-06 12:36:53 -05:00 |
|
Stephen Dolan
|
74eb914aba
|
Add trailing slashes to various internal doc links.
Fixes #110
|
2013-05-06 15:03:14 +01:00 |
|
Stephen Dolan
|
5be97463ec
|
Add a --arg option to allow variables to be passed from the cmdline.
Closes #107
|
2013-05-06 14:21:00 +01:00 |
|
Stephen Dolan
|
48be23233a
|
Add the "has" function. Closes #74.
|
2013-05-06 13:46:54 +01:00 |
|
Stephen Dolan
|
88a6dc5343
|
Merge pull request #77 from jkleint/patch-1
Clarify description of `as`
|
2013-05-05 18:39:59 -07:00 |
|
Stephen Dolan
|
fee38afd8b
|
Document behaviour of .[] on objects.
Closes #57.
|
2013-05-06 02:37:34 +01:00 |
|
Stephen Dolan
|
cacda19e75
|
Add documentation for "type".
Closes #75.
|
2013-05-06 02:34:02 +01:00 |
|
Stephen Dolan
|
7f979cf1c7
|
Update gems and use HTTPS to get them.
|
2013-05-06 01:15:33 +01:00 |
|
Stephen Dolan
|
8bf4a73f3d
|
Fix some bad escaping
|
2013-05-06 01:14:53 +01:00 |
|
Stephen Dolan
|
d04bd897e3
|
Merge commit 'e45f93f85f22c73025830a6bd0b2807263068996'
See #87
|
2013-05-05 23:58:24 +01:00 |
|
Stephen Dolan
|
1741d8c161
|
Remove JQ_DEBUG #define and jq_test binary, simplifying build.
The debugging features previously available via JQ_DEBUG are now
command-line options.
|
2013-05-05 23:12:10 +01:00 |
|
Stephen Dolan
|
c1748fa633
|
WIP
|
2013-05-05 22:59:53 +01:00 |
|
Stephen Dolan
|
a49402c53a
|
Combine the functionality of jq and jq_test
One binary is much simpler. ./jq --run-tests now runs the tests.
|
2013-05-05 22:59:53 +01:00 |
|
Stephen Dolan
|
47e015e946
|
Make a few constant globals actually const.
This means the .data and .bss sections are empty, a good thing
in a shared library (see #98).
|
2013-05-05 22:59:53 +01:00 |
|
Stephen Dolan
|
ab1a97472c
|
Merge pull request #109 from nicowilliams/no_mutable_globals-rebased
Remove globals/make jq_init/next/teardown() an API
|
2013-05-05 12:29:07 -07:00 |
|
Stephen Dolan
|
74df082283
|
Merge pull request #93 from shayel/master
Allow manpage to build
|
2013-05-05 12:13:36 -07:00 |
|
Nicolas Williams
|
a136c3b7c9
|
Build and install libjq
|
2013-04-28 20:12:49 -05:00 |
|
Nicolas Williams
|
312ab754a2
|
Remove unnecessary #includes
|
2013-04-28 20:12:15 -05:00 |
|
Nicolas Williams
|
87e9c64003
|
Remove globals/make jq_init/next/teardown() an API
|
2013-04-28 18:46:21 -05:00 |
|
Shay Elkin
|
054e3f3795
|
Add missing require to Rakefile
Use bundle exec to make manpage
Don't set executable bit on manpage
|
2013-03-24 14:45:10 +02:00 |
|
Simon Elsbrock
|
e45f93f85f
|
fix typo in manual
|
2013-02-20 22:38:50 +01:00 |
|
Lee Thompson
|
dc4d3d8cbe
|
get man pages working
|
2013-02-04 13:35:42 -06:00 |
|
Lee Thompson
|
1d3d2efc89
|
add man page to release
|
2013-02-04 07:01:18 -06:00 |
|
Lee Thompson
|
43fd939f16
|
rework build to not distribute tests unless --enable-devel is specificied to autoconf
|
2013-02-03 14:49:03 -06:00 |
|
Lee Thompson
|
d8a072ca01
|
fix email addresses
|
2013-02-03 00:35:56 -06:00 |
|
Lee Thompson
|
f62184855b
|
use AM_SILENT_RULES
|
2013-02-03 00:09:47 -06:00 |
|
Lee Thompson
|
0370d5b526
|
fix RPM build process
|
2013-02-02 23:50:43 -06:00 |
|
Lee Thompson
|
52f906ab43
|
fix jq_test so that it runs in the distcheck phase of autoconf
|
2013-02-02 23:05:00 -06:00 |
|
Lee Thompson
|
c7725a8d4d
|
merging upstream stedolan changes
|
2013-02-02 20:39:23 -06:00 |
|
Lee Thompson
|
dd70eeb29d
|
use built in macro to RPM
|
2013-01-29 19:13:22 -06:00 |
|