Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented "meta" query report operator | John Wiegley | 2009-11-01 | 1 | -1/+33 |
| | |||||
* | Fixed a typo in the processing of "note" query term | John Wiegley | 2009-11-01 | 1 | -1/+1 |
| | |||||
* | Fixed "show" keywords, and added // syntax | John Wiegley | 2009-10-28 | 1 | -4/+32 |
| | |||||
* | Fixes to the new query expression parser | John Wiegley | 2009-10-28 | 1 | -3/+12 |
| | |||||
* | Rewrote the report query parser | John Wiegley | 2009-10-28 | 1 | -147/+302 |
| | | | | | | It is now a full parser that parses report queries directly into value expression trees. These then get rendered into text so that other options may extend the expression. | ||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Fixed a few minor cases of uninitialized variables | John Wiegley | 2009-03-08 | 1 | -2/+3 |
| | |||||
* | Added a "show" report query term | John Wiegley | 2009-03-02 | 1 | -1/+6 |
| | | | | | Everything beyond the show modifies the --display predicate, and everything before modifies the --limit predicate. | ||||
* | Accept #ARG or "code ARG" as a report query term | John Wiegley | 2009-02-22 | 1 | -0/+8 |
| | |||||
* | Surround command-line queries with implicit parens | John Wiegley | 2009-02-14 | 1 | -1/+1 |
| | |||||
* | Corrected a problem with parsing parens in argument query expressions. | John Wiegley | 2009-02-09 | 1 | -6/+12 |
| | |||||
* | Inverted the logical sense of query arguments; they now implicit use OR. | John Wiegley | 2009-02-08 | 1 | -42/+19 |
| | |||||
* | Corrected parsing of ) in command arg predicate expressions. | John Wiegley | 2009-02-07 | 1 | -16/+33 |
| | |||||
* | Fixed a command-line parsing bug with "account not account". | John Wiegley | 2009-02-06 | 1 | -0/+2 |
| | |||||
* | Added support for metadata and tagging, and made regexs a first-class type. | John Wiegley | 2009-02-01 | 1 | -24/+23 |
| | |||||
* | Moved the args_to_predicate function to predicate.cc. | John Wiegley | 2009-02-01 | 1 | -0/+189 |