summaryrefslogtreecommitdiff
path: root/src/query.cc
Commit message (Expand)AuthorAgeFilesLines
* Untabified all source filesJohn Wiegley2010-06-111-75/+75
* Further improved parsing of query expressionsJohn Wiegley2010-06-011-18/+24
* Improve parsing of 'expr' query termsJohn Wiegley2010-06-011-6/+9
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added some debugging code related to boost::regexJohn Wiegley2009-11-251-0/+2
* Renamed date_interval_t::end to finishJohn Wiegley2009-11-171-2/+2
* Corrected parsing of the 'expr' report query termJohn Wiegley2009-11-151-9/+9
* Stylistic change: assert(0) -> assert(false)John Wiegley2009-11-131-1/+1
* Removed "account" as a report query keywordJohn Wiegley2009-11-111-2/+0
* Fixes to the value expression parser and evaluatorJohn Wiegley2009-11-101-5/+4
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-0/+456