Commit graph

42 commits

Author SHA1 Message Date
John Kerl
8b31918b55 post-3.5.0 2016-04-04 23:19:14 -04:00
John Kerl
8e5a38bb46 mlr 3.5.0; cond-block unset 2016-04-04 22:12:45 -04:00
John Kerl
3caf8b89ee post-3.4.0 2016-02-14 11:13:52 -05:00
John Kerl
acc7045aa2 Miller 3.4.0 release 2016-02-14 09:54:19 -05:00
John Kerl
bddd41b7fa JSON-input string-preserve iterate 2016-02-11 19:32:38 -05:00
John Kerl
4f6f03ea80 put_dsl -> mlr_dsl renames 2016-01-12 22:08:35 -05:00
John Kerl
9829b9db02 filter-put merge iterate 2016-01-11 21:26:32 -05:00
John Kerl
f1f243bb57 post-3.3.2 2016-01-10 22:31:43 -05:00
John Kerl
5d889a2fa8 Miller 3.3.2 2016-01-10 21:53:07 -05:00
John Kerl
405e85c8df post 3.2.2 2015-12-29 15:41:04 -05:00
John Kerl
e6569da63b Miller 3.2.2 2015-12-29 15:12:35 -05:00
John Kerl
00724f2ba5 csv-read performance iterate 2015-12-09 09:35:22 -05:00
John Kerl
08091b01cc Miller 3.1.2 2015-12-09 07:59:51 -05:00
John Kerl
264e95bc67 post-3.1.1 2015-12-06 22:18:49 -05:00
John Kerl
94515b78e0 miller 3.1.1 2015-12-06 21:56:56 -05:00
John Kerl
2412cbb2f0 post-3.1.0 2015-12-05 13:54:53 -05:00
John Kerl
e71ee1d236 Miller 3.1.0 release 2015-12-05 13:14:37 -05:00
John Kerl
cbd166208b post-3.0.1 2015-11-26 21:46:52 -05:00
John Kerl
3620ae77ef Miller 3.0.1 release 2015-11-26 21:36:50 -05:00
John Kerl
fe54fed1a8 todo & inter-release versioning 2015-11-24 17:03:36 -05:00
John Kerl
0432ab3e06 Miller 3.0.0 release 2015-11-23 21:01:26 -05:00
John Kerl
228d2da474 Miller 2.3.2 2015-10-26 21:31:48 -04:00
John Kerl
1600bc601f Miller 2.3.1 2015-10-18 23:45:53 -04:00
John Kerl
18820a3517 Miller 2.3.0 2015-10-17 18:29:02 -04:00
John Kerl
7989f0bbd0 test-reorg iterate 2015-09-25 17:03:49 -04:00
John Kerl
4e4372ae67 bump package version in prep for release of autoconfig support 2015-09-23 20:41:59 -04:00
Sharif Olorin
cade0a9cd8 Compatibility with automake < 1.12
AM_PROG_AR was added in automake 1.12; this patch will cause automake
to use it if present, but proceed with the build if not.
2015-09-22 06:42:07 +00:00
John Kerl
bc043bbe8b sync with upstream 2.2.0 release 2015-09-20 22:12:13 -04:00
Thomas Klausner
5838bb63a0 automake: add missing files to distribution.
make distcheck now completes.
2015-09-15 14:56:56 +02:00
Thomas Klausner
dc22b75977 automake: comment out two old programs.
They cause dependency loops.
2015-09-10 16:17:58 +02:00
Thomas Klausner
36a7d8c1bc automake: convert more custom targets to automake.
XXX: some of them do not build (upstream problem)
2015-09-08 13:00:03 +02:00
Thomas Klausner
54479316c7 automake: adapt for changes in 2.1.4. 2015-09-08 11:45:10 +02:00
Thomas Klausner
c8fdbeb37e automake: remove mlrvers.h, use version from configure.ac. 2015-09-06 14:55:58 +02:00
Thomas Klausner
340678a715 automake: bump version to 2.1.3. Add missing source file. 2015-09-06 14:53:28 +02:00
Thomas Klausner
0141ddbba9 automake: remove dummy email address completely.
For now.
2015-09-05 21:42:48 +02:00
Thomas Klausner
72d65dcdb2 automake: handle lemon special files better. 2015-09-04 16:28:50 +02:00
Thomas Klausner
5941f5d145 automake: build, distribute and install man page. 2015-09-04 16:27:55 +02:00
Thomas Klausner
dec1926823 automake: bump version to 2.1.1. 2015-09-04 15:40:20 +02:00
Thomas Klausner
811e6c8a64 Remove AM_PROG_CC_C_O, not necessary any longer.
AC_PROG_CC does it itself. Noted by elfring.
2015-08-29 22:24:03 +02:00
Thomas Klausner
36080d7a9d Fix two automake warnings.
tags and ctags targets are provided by automake.
libtool wants us to look for ar(1) too.
2015-08-29 18:52:36 +02:00
Thomas Klausner
5195dfe14b Put autotools support files in their own directory.
Use AC_CONFIG_AUX_DIR as suggested by elfring in
https://github.com/johnkerl/miller/issues/9
2015-08-29 18:51:51 +02:00
Thomas Klausner
f498a75b09 Start autoconf/automake based build system.
mlr itself builds.

TODO:
tests
custom targets
perf/
doc/
probably other stuff I overlooked
2015-08-29 12:51:03 +02:00