summaryrefslogtreecommitdiff
path: root/src/query.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes for building with Visual Studio 2008John Wiegley2010-06-151-0/+3
|
* Untabified all source filesJohn Wiegley2010-06-111-90/+90
|
* Further improved parsing of query expressionsJohn Wiegley2010-06-011-11/+16
| | | | Fixes #210 / D4C2DD6F-8967-4FFC-BBBC-A941F9C53475
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Added several more missing virtual keywordsJohn Wiegley2009-11-211-1/+1
|
* Some reformatting in query.hJohn Wiegley2009-11-171-35/+37
|
* Corrected parsing of the 'expr' report query termJohn Wiegley2009-11-151-1/+5
|
* Stylistic change: assert(0) -> assert(false)John Wiegley2009-11-131-2/+2
|
* query_t objects are now convertible to predicate_tJohn Wiegley2009-11-101-2/+10
|
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-0/+291