summaryrefslogtreecommitdiff
path: root/src/query.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Query Parser for Automated Transactions (#1)Igbanam Ogbuluijah2024-06-251-0/+2
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
* Use correct int return type for stream input operationskanreki2021-12-081-2/+1
* Revert "Correction to the way parens are parsed in query expressions"John Wiegley2020-05-071-1/+0
* Correction to the way parens are parsed in query expressionsJohn Wiegley2019-09-171-0/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-3/+5
* Added #if's for building optimized with ClangJohn Wiegley2012-03-071-0/+2
* Corrected several compile and link problemsJohn Wiegley2012-03-061-0/+1
* Removed unneeded codeJohn Wiegley2012-03-021-2/+0
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Removed unneeded default casesJohn Wiegley2012-02-171-1/+0
* Fixes for variable shadowing (23/28)John Wiegley2012-02-171-2/+2
* More report query fixesJohn Wiegley2011-11-101-2/+2
* Corrections to the query language parserJohn Wiegley2011-11-101-1/+1
* "only" now a report query modifier for --onlyJohn Wiegley2010-06-241-0/+4
* Added report query modifiers: for, since, untilJohn Wiegley2010-06-221-7/+17
* Added new "bold" modifier to query expressionsJohn Wiegley2010-06-221-35/+59
* 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
* 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