Dima Kogan
10987c5187
version bump
2014-02-06 23:19:19 -08:00
Dima Kogan
9ae728805d
Merge branch 'master' into debian
2014-02-06 23:18:30 -08:00
Dima Kogan
9b3cbc13be
version bump
2014-02-06 23:17:29 -08:00
Dima Kogan
a65abc6095
fixed incorrect plotting of --timefmt --rangesize plots
2014-02-06 23:16:48 -08:00
Dima Kogan
5db86810b5
the rangesizes are now precomputed and easily assessed
2014-02-06 23:16:44 -08:00
Dima Kogan
f790ac4683
version bump
2014-02-05 14:01:22 -08:00
Dima Kogan
af94ddf457
Merge branch 'master' into debian
2014-02-05 14:00:16 -08:00
Dima Kogan
d75b572875
version bump
2014-02-05 13:58:01 -08:00
Dima Kogan
6cb1574e2b
tests use some of the nicer new syntax
2014-02-05 13:53:34 -08:00
Dima Kogan
4fd1c390ff
added --rangesize and --rangesizeall
...
--rangesizeall is a different way to express --extraValuesPerPoint. --rangesize
is per-curve however
2014-02-05 13:53:16 -08:00
Dima Kogan
4163e24956
Simplified data parsing.
...
Instead of complicated regexes, I now simply do splits and joins. This paves the
way for per-curve extraValuesPerPoint
2014-02-05 02:54:00 -08:00
Dima Kogan
13268a1fa8
fixed typo
2014-01-26 12:13:38 -08:00
Dima Kogan
08fa97fdb5
version bump
2014-01-25 20:51:45 -08:00
Dima Kogan
e19bdf51c4
changelog bump
2014-01-25 20:51:45 -08:00
Dima Kogan
a9af1925e2
test suite now requires gawk
...
Previously I assumed that some 'awk' existed, but machines with just mawk were
producing test error complaining about strftime()
2014-01-25 20:51:45 -08:00
Dima Kogan
abc37bfa1e
changelog bump
2014-01-24 15:51:10 -08:00
Dima Kogan
19c56ae041
Merge branch 'master' into debian
2014-01-24 15:48:57 -08:00
Dima Kogan
9387a85fe6
changelog bump
2014-01-24 15:48:06 -08:00
Dima Kogan
f38a00bfd1
docs now escape cmdline options with C<>
2014-01-24 15:47:34 -08:00
Dima Kogan
c21c4d7e70
added --style, --styleall
2014-01-24 15:31:37 -08:00
Dima Kogan
35901fe6d1
added --with
2014-01-24 15:19:03 -08:00
Dima Kogan
1e3d01edd2
comment
2014-01-24 14:41:49 -08:00
Dima Kogan
20e9adbae4
added "set" and "unset" options
2014-01-24 14:39:34 -08:00
Dima Kogan
2b2bba9ff3
Cleaned up some option-parsing logic
...
$options{y2} and $options{extracmds} now default to [], so I never need to check
for defined $options{y2}.
This patch also changes some
foreach()
{
dosomething();
}
blocks into
dosomething() foreach();
2014-01-24 14:31:54 -08:00
Dima Kogan
caea1285a9
minor version bump
2013-12-04 21:34:07 -08:00
Dima Kogan
64bce2a425
added CPAN meta-data to require IPC::Run at build time
2013-12-04 20:44:54 -08:00
Dima Kogan
417ceb2bcc
made the VCS links canonical
2013-12-04 02:37:11 -08:00
Dima Kogan
adbc8393f5
fixed spelling error in POD
2013-12-04 02:34:01 -08:00
Dima Kogan
a374e71fae
changelog bump
2013-12-04 02:05:29 -08:00
Dima Kogan
0551483616
Merge branch 'master' into debian
2013-12-04 02:02:21 -08:00
Dima Kogan
235de3d5d1
version bump
2013-12-04 02:01:19 -08:00
Dima Kogan
48fb730f0b
Merge branch 'master' into debian
2013-12-04 01:59:56 -08:00
Dima Kogan
2fbc8f62d3
Removed Anton Gladky from the Uploaders
2013-12-04 01:59:40 -08:00
Dima Kogan
198122431f
first example now shows an ASCII plot
2013-12-04 00:11:43 -08:00
Dima Kogan
dd8bc8995d
version bump
2013-12-03 23:38:18 -08:00
Dima Kogan
670a5b84f9
gnuplot dependency now favors graphical gnuplot packages
2013-12-02 23:53:53 -08:00
Dima Kogan
cc0b41e270
Some tests aren't 100% reliable, and are no longer included in automated testing
...
These are:
- Histogram and circle-plotting tests: these have inconsistent round-off
behavior on different arches; specifically 32-bit and 64-bit x86. So both
plots look fine, but not identical, thus the tests fail
- Streaming tests. These tests have a temporal component, so the loading of
the host machine can cause a test failure. It's fine pretty much all the
time on my not-too-new laptop, but this is bad for automated testing
The RUN_ALL_TESTS environment variable can be set to turn all ALL tests
2013-12-02 21:26:32 -08:00
Dima Kogan
1f757d1db1
reordered some unit tests
2013-12-02 21:16:00 -08:00
Dima Kogan
84a8daa56a
removed example debianization, since debian itself now has it
2013-11-30 01:59:38 -08:00
Anton Gladky
b92093464b
Add libipc-run-perl to Build-Depends to execute tests.
2013-10-25 21:16:24 +02:00
Anton Gladky
516077cbd0
Merge changelog entries.
2013-10-25 21:01:50 +02:00
Dima Kogan
f8e69778a2
build-dep on gnuplot for tests
2013-10-20 01:26:28 -07:00
Dima Kogan
7dca5c31bf
changelog bump
2013-10-20 01:19:59 -07:00
Dima Kogan
a6fef8c9f4
Merge branch 'master' into debian
2013-10-20 01:19:31 -07:00
Dima Kogan
1dad122cb9
changelog bump
2013-10-20 01:18:32 -07:00
Dima Kogan
ee6b339978
minor POD updates
2013-10-20 01:17:00 -07:00
Dima Kogan
987b7d90be
bumped changelog, updated build-deps
2013-10-20 00:58:48 -07:00
Dima Kogan
d7e30ac655
Merge branch 'master' into debian
2013-10-20 00:56:39 -07:00
Dima Kogan
0270ec7679
updated reference plots to work specifically with gnuplot 4.6.4
2013-10-20 00:46:00 -07:00
Dima Kogan
46123fc308
main test script gives up if gnuplot isn't available
2013-10-20 00:23:03 -07:00