Dima Kogan
fc1a8af4bf
changelog bump
2016-11-25 14:52:25 -08:00
Dima Kogan
4da7705077
added new dependency
2016-11-25 14:50:52 -08:00
Dima Kogan
b76c18a92d
Merge branch 'master' into debian
2016-11-25 14:47:00 -08:00
Dima Kogan
888583abe9
version bump
2016-11-25 14:45:47 -08:00
Dima Kogan
e17f110269
changelog bump
2016-11-25 14:45:35 -08:00
Dima Kogan
89a185f8a6
the sleep-forever delay at end is now > 1000 days
2016-11-25 14:42:49 -08:00
Dima Kogan
35ed74eaf1
'any' is from List::MoreUtils, not List::Util
2016-11-25 14:41:39 -08:00
Dima Kogan
07f574a929
added a new recipe
2016-11-25 14:39:22 -08:00
Dima Kogan
5dce1d8cda
--style and --rangesize can now take a comma-separated list of IDs
2016-11-25 14:39:15 -08:00
Dima Kogan
048b0db65c
Slightly better docs
2016-11-25 13:54:22 -08:00
Dima Kogan
b0877a8926
If the options couldn't be parsed I don't dump the whole manpage
2016-11-25 13:33:48 -08:00
Dima Kogan
8ad58134e1
version bump
2016-10-15 20:51:52 -07:00
Dima Kogan
e6cb0830e8
Merge branch 'master' into debian
2016-10-15 20:51:44 -07:00
Dima Kogan
4958bda912
version bump
2016-10-15 20:50:58 -07:00
Dima Kogan
3860d8281b
version bump
2016-10-15 20:42:27 -07:00
Dima Kogan
4f9adb6e11
histograms have the correct default style
2016-10-15 20:35:48 -07:00
Dima Kogan
167e85d2a7
minor simplification
...
I delete the with option after I use it. This is defensive and clarifies the
intent
2016-10-15 20:17:08 -07:00
Dima Kogan
5123ca73d3
minor simplification
...
I delete the style and styleall options after I use them. This is defensive and
clarifies the intent
2016-10-15 20:14:33 -07:00
Dima Kogan
d4ca90e1bd
minor simplification
...
curvestyle_hash doesn't really exist anymore
2016-10-15 20:08:24 -07:00
Dima Kogan
9e669044c7
can now ask for fnormal histograms
2016-09-08 23:02:31 -07:00
Dima Kogan
cacbedb336
added sample rpm spec file
2016-07-27 23:08:22 -07:00
Dima Kogan
18994e68e1
version bump
2016-07-27 22:16:34 -07:00
Dima Kogan
f8ed461571
No enhanced text mode in hardcopies, slightly larger font size
2016-07-11 10:11:06 -07:00
Dima Kogan
f01431dd1e
removed unneeded old code
2016-01-22 00:48:59 -08:00
Dima Kogan
1e51157c0b
changelog bump
2016-01-01 08:15:00 -08:00
Dima Kogan
9a476c6429
Merge branch 'master' into debian
2016-01-01 08:13:00 -08:00
Dima Kogan
80b6030996
version bump
2016-01-01 08:11:45 -08:00
Dima Kogan
232b68b819
At the end of a streaming plot, include the last chunk of data
2016-01-01 08:08:51 -08:00
Dima Kogan
12eb829f16
whitespace
2015-12-15 13:18:29 -08:00
Dima Kogan
80b5d0ab61
improved documentation of --histstyle
2015-12-15 13:18:23 -08:00
Dima Kogan
960c43e758
added --equation to the completions
2015-11-13 11:23:15 -08:00
Dima Kogan
2ecdfb9aef
minor POD fix
2015-11-13 11:19:25 -08:00
Dima Kogan
e064c29daa
changelog bump
2015-11-13 11:15:24 -08:00
Dima Kogan
3d85dba82a
Merge branch 'master' into debian
2015-11-13 11:13:37 -08:00
Dima Kogan
fa7082b242
version bump
2015-11-13 11:08:30 -08:00
Dima Kogan
c61e58da0a
added --equation
2015-11-13 11:07:18 -08:00
Dima Kogan
f6a20cf8d8
changelog bump
2015-11-02 13:56:50 -08:00
Dima Kogan
9497e9d751
Merge branch 'master' into debian
2015-11-01 13:04:18 -08:00
Dima Kogan
c19dc4aa2a
slighly fancier histogram recipe
2015-11-01 13:03:52 -08:00
Dima Kogan
f9174031cc
Revert "even streaming feedgnuplots persist"
...
This reverts commit 9d98b84546
.
This doesn't belong in the debian branch
2015-11-01 13:02:45 -08:00
Dima Kogan
ab26e54e20
Revert "slighly fancier histogram recipe"
...
This reverts commit 5609773b5b
.
This doesn't belong in the debian branch
2015-11-01 13:02:30 -08:00
Dima Kogan
238a0c1943
version bump
2015-11-01 12:55:09 -08:00
Dima Kogan
42a8218fbe
removed unneeded if()
...
This looks like a large patch, but it's 99% re-indentation
2015-11-01 12:46:30 -08:00
Dima Kogan
4cfcf0fc35
removed threading stuff
...
It's now all in one thread with a select() loop. Much nicer
2015-11-01 12:44:55 -08:00
Dima Kogan
0e7f51f3f7
comment
2015-11-01 01:05:32 -08:00
Dima Kogan
01971c2434
whitespace
2015-11-01 01:02:51 -08:00
Dima Kogan
104accdd0d
More sophisticated handling of termination conditions
...
no --stream and no --exit:
When input exhausted, keep interactive plot up, keep shell busy until user ^C
no --stream and --exit:
When input exhausted, keep non-interactive plot up, make shell available
immediately
--stream and no --exit:
When input exhausted, keep interactive plot up, keep shell busy until user ^C.
A user ^C before the input is exhausted is blocked from killing
C<feedgnuplot>, but allows the data input process to be killed, so it looks
like an input exhaustion condition.
--stream and --exit:
When input exhausted or user ^C, shut down all plots, make shell available
immediately. A user ^C is respected immediately, and C<feedgnuplot> is killed
2015-11-01 01:02:51 -08:00
Dima Kogan
605158b391
replaced a 'say' with 'print'
2015-11-01 01:45:55 -07:00
Dima Kogan
9d98b84546
even streaming feedgnuplots persist
...
When the data-feeding pipe dies (data source exits) I still want to see the
realtime plot, as it appeared at the end
2015-06-22 17:03:30 -07:00
Dima Kogan
5609773b5b
slighly fancier histogram recipe
2015-06-20 12:55:35 -07:00