Tomas Babej
|
9017cd6e53
|
doc: Update copyright to 2021
|
2021-01-02 02:48:22 -05:00 |
|
Tomas Babej
|
a09f9d48ab
|
Update copyright to 2020
|
2020-11-21 12:27:05 -05:00 |
|
Tomas Babej
|
8066e4e6e2
|
meta: Update copyright year
|
2019-01-01 08:46:21 -05:00 |
|
Simon Ruderich
|
e817dfc800
|
Always use https:// link for opensource.org
It was already used in a few places, make this consistent.
|
2018-03-04 14:53:07 +01:00 |
|
Mark Scannell
|
7af6db4c17
|
Portability: Updated to make main re-entrant()
- New INSTALL instructions to emscripten, and AUTHORS for contribution.
|
2018-01-31 19:45:07 -05:00 |
|
Paul Beckingham
|
016bb94d3f
|
l10n: Eliminated i18n.h
|
2018-01-21 23:29:59 -05:00 |
|
Paul Beckingham
|
0a5f062ba8
|
l10n: Eliminated some column labels
|
2018-01-21 23:26:38 -05:00 |
|
Paul Beckingham
|
1acdf1cafc
|
l10n: Eliminated STRING_CMD_CUSTOM_*
|
2018-01-21 12:55:07 -05:00 |
|
Paul Beckingham
|
0de169bb10
|
Copyright 2018
|
2017-12-31 19:22:07 -05:00 |
|
Paul Beckingham
|
97b038ce29
|
Recurrence: Broke out handleUntil as a separate function
- This means until porocesing is no longer controlled by rc.recurrence, which
was never intended.
|
2017-04-06 00:29:20 -04:00 |
|
Paul Beckingham
|
31b1e5e462
|
CmdCustom: Code cleanup
|
2017-01-28 20:53:46 -05:00 |
|
Paul Beckingham
|
a50e65a134
|
Copyright update
|
2017-01-01 12:30:04 -05:00 |
|
Paul Beckingham
|
87757fb36f
|
util: Migrated optionalBlankLine from text
|
2016-12-11 17:46:06 -05:00 |
|
Paul Beckingham
|
3c6ce4e0fc
|
text: Removed local join/split implementation
|
2016-12-07 01:14:16 -05:00 |
|
Paul Beckingham
|
355620c640
|
libhsared: migrating from local to libshared
|
2016-12-06 07:20:45 -05:00 |
|
Paul Beckingham
|
95f4989f77
|
Cleanup: Don't use string literals when character literals are needed
|
2016-10-14 22:27:34 -04:00 |
|
Paul Beckingham
|
641d232dea
|
Copyright: Updated to 2016
|
2015-12-31 15:06:43 -05:00 |
|
Paul Beckingham
|
5d9ca9864e
|
Cmd*: Moved include to top of list, per flint++ recommendation
|
2015-11-01 19:53:19 -05:00 |
|
Tomas Babej
|
e0a808a6ba
|
commands: Colorize only if color=on is set
Commands 'columns', 'commands' and 'custom' would output color
escape sequences desipte color=off being set.
|
2015-09-05 20:18:58 -04:00 |
|
Paul Beckingham
|
6c643d66dd
|
CmdCustom: 'rc.report.<report>.sort:none' now retains UUID order only
|
2015-08-28 07:36:04 -04:00 |
|
Paul Beckingham
|
23318103ed
|
CmdCustom: Special case sequence override
|
2015-08-17 19:14:58 -04:00 |
|
Paul Beckingham
|
bf80c7d514
|
Cmd*: Added command DNA, which will ѕoon drive functionality
|
2015-08-01 15:56:04 -04:00 |
|
Daniel Shahaf
|
c83f702f58
|
zcmdcat: Categorize reports.
|
2015-07-26 13:51:33 -04:00 |
|
Paul Beckingham
|
b67b2ccc96
|
CLI2: Added ::addContextFilter, and supporting processing
|
2015-06-27 15:53:24 -04:00 |
|
Paul Beckingham
|
f8ab97a07e
|
CmdCustom: Converted from CLI to CLI2
|
2015-06-22 14:46:47 -04:00 |
|
Paul Beckingham
|
2f1ca72334
|
Code: Improved comments regarding filters/args.
|
2015-06-07 15:34:33 -04:00 |
|
Paul Beckingham
|
5a57dfd70d
|
C++11: Cleaned up commands code with range-based for
|
2015-05-11 17:45:15 -04:00 |
|
Paul Beckingham
|
7826c7b988
|
CLI
- Added Lexer::Type arg to ::addArg, for future capture of type.
- Cleaned up code formatting from patch.
|
2015-03-07 17:29:08 -05:00 |
|
Tomas Babej
|
1abda3900b
|
CLI: Abstract adding new raw filter to a new helper method
|
2015-02-23 19:19:44 -05:00 |
|
Paul Beckingham
|
b7ad091d00
|
Updated copyright to 2015
|
2015-01-01 00:00:41 -05:00 |
|
Paul Beckingham
|
6324e3b63a
|
CmdCustom
- Removed Parser details.
|
2014-10-31 22:59:32 -04:00 |
|
Paul Beckingham
|
bcc7e30dfc
|
CmdCustom
- Adds CLI::analyze call, for equivalence debugging.
|
2014-10-31 10:19:46 -04:00 |
|
Paul Beckingham
|
12941488ce
|
CmdCustom
- Removed redundant pair of parentheses from custom report filters. Only one
pair is needed.
|
2014-10-25 13:44:56 -04:00 |
|
Paul Beckingham
|
99ff5cd372
|
CmdCustom
- Added parallel cli handling.
|
2014-10-14 01:36:20 -04:00 |
|
Paul Beckingham
|
cabc099def
|
Portability
- Missing include.
|
2014-10-10 10:07:43 -04:00 |
|
Paul Beckingham
|
39469a1917
|
Color
- Supports 'color.label.sort' for column labels of sort columns.
|
2014-10-09 19:04:59 -04:00 |
|
Paul Beckingham
|
69d4e0392b
|
CmdCustom
- Removed a vector of column labels that is simply not used.
|
2014-09-20 14:12:39 -04:00 |
|
Paul Beckingham
|
9400aba1d1
|
CmdCustom
- Removed TDB2::commit.
|
2014-09-08 00:15:18 -04:00 |
|
Paul Beckingham
|
803ef4fee2
|
CmdCustom
- Report filters are now properly lexed, which includes the new typeTag.
|
2014-09-07 01:20:14 -04:00 |
|
Paul Beckingham
|
ab3935ac85
|
TW-193
- TW-193 Support listing breaks.
|
2014-07-10 22:48:17 -04:00 |
|
Paul Beckingham
|
7ac533a82d
|
CmdCustom
- Removed unused local ::getLimits method, in favor of Context::getLimits.
|
2014-07-04 11:11:15 -04:00 |
|
Paul Beckingham
|
a892abf366
|
CmdCustom
- Added placeholder for problematic parenthesis injection for report filters.
|
2014-06-14 12:42:07 -04:00 |
|
Paul Beckingham
|
382881c0e1
|
CmdCustom
- Filter args must contain spaces between them. Splitting on token boundaries
goes too far and separates '-' from 'tag'.
|
2014-05-31 15:11:24 -04:00 |
|
Paul Beckingham
|
cf5eb73f04
|
CmdCustom
- Now places ( ) around the custom report filter. This gives it a chance at
allowing 'or' and 'xor' operators when combined with a command lne filter.
|
2014-05-31 13:58:40 -04:00 |
|
Paul Beckingham
|
e5e0ac8ba3
|
CmdCustom
- Captured args do not need additional tags.
|
2014-05-25 23:03:43 -04:00 |
|
Paul Beckingham
|
fa02eb4ed2
|
CmdCustom
- Eliminated A3.
|
2014-05-25 14:38:51 -04:00 |
|
Paul Beckingham
|
79abddd03d
|
Parser
- Renamed A3t to Parser.
|
2014-05-25 09:44:22 -04:00 |
|
Paul Beckingham
|
410f4a3983
|
CmdCustom
- Converted from A3 to Filter.
|
2014-05-24 14:58:13 -04:00 |
|
Paul Beckingham
|
2e0b7c8052
|
CmdCustom
- After injecting custom filter, re-parse.
|
2014-04-26 13:26:54 -07:00 |
|
Paul Beckingham
|
386bcea60e
|
Text
- Removed splitq function and tests, migrated code over to the new
Lexer::split.
|
2014-04-23 23:20:56 -04:00 |
|