summaryrefslogtreecommitdiff
path: root/src/predicate.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed "show" keywords, and added // syntaxJohn Wiegley2009-10-281-4/+32
* Fixes to the new query expression parserJohn Wiegley2009-10-281-3/+12
* Rewrote the report query parserJohn Wiegley2009-10-281-147/+302
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Fixed a few minor cases of uninitialized variablesJohn Wiegley2009-03-081-2/+3
* Added a "show" report query termJohn Wiegley2009-03-021-1/+6
* Accept #ARG or "code ARG" as a report query termJohn Wiegley2009-02-221-0/+8
* Surround command-line queries with implicit parensJohn Wiegley2009-02-141-1/+1
* Corrected a problem with parsing parens in argument query expressions.John Wiegley2009-02-091-6/+12
* Inverted the logical sense of query arguments; they now implicit use OR.John Wiegley2009-02-081-42/+19
* Corrected parsing of ) in command arg predicate expressions.John Wiegley2009-02-071-16/+33
* Fixed a command-line parsing bug with "account not account".John Wiegley2009-02-061-0/+2
* Added support for metadata and tagging, and made regexs a first-class type.John Wiegley2009-02-011-24/+23
* Moved the args_to_predicate function to predicate.cc.John Wiegley2009-02-011-0/+189