index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
query.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Query Parser for Automated Transactions (#1)
Igbanam Ogbuluijah
2024-06-25
1
-0
/
+2
*
Use #pragma once
Alexis Hildebrandt
2023-04-10
1
-4
/
+1
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Change header guard names to use `INCLUDED_` prefix
Phil Newton
2022-04-06
1
-3
/
+3
*
Use correct int return type for stream input operations
kanreki
2021-12-08
1
-2
/
+1
*
Revert "Correction to the way parens are parsed in query expressions"
John Wiegley
2020-05-07
1
-1
/
+0
*
Correction to the way parens are parsed in query expressions
John Wiegley
2019-09-17
1
-0
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Always call TRACE_CTOR at the end of constructors
John Wiegley
2012-03-20
1
-3
/
+5
*
Added #if's for building optimized with Clang
John Wiegley
2012-03-07
1
-0
/
+2
*
Corrected several compile and link problems
John Wiegley
2012-03-06
1
-0
/
+1
*
Removed unneeded code
John Wiegley
2012-03-02
1
-2
/
+0
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Removed unneeded default cases
John Wiegley
2012-02-17
1
-1
/
+0
*
Fixes for variable shadowing (23/28)
John Wiegley
2012-02-17
1
-2
/
+2
*
More report query fixes
John Wiegley
2011-11-10
1
-2
/
+2
*
Corrections to the query language parser
John Wiegley
2011-11-10
1
-1
/
+1
*
"only" now a report query modifier for --only
John Wiegley
2010-06-24
1
-0
/
+4
*
Added report query modifiers: for, since, until
John Wiegley
2010-06-22
1
-7
/
+17
*
Added new "bold" modifier to query expressions
John Wiegley
2010-06-22
1
-35
/
+59
*
Changes for building with Visual Studio 2008
John Wiegley
2010-06-15
1
-0
/
+3
*
Untabified all source files
John Wiegley
2010-06-11
1
-90
/
+90
*
Further improved parsing of query expressions
John Wiegley
2010-06-01
1
-11
/
+16
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Added several more missing virtual keywords
John Wiegley
2009-11-21
1
-1
/
+1
*
Some reformatting in query.h
John Wiegley
2009-11-17
1
-35
/
+37
*
Corrected parsing of the 'expr' report query term
John Wiegley
2009-11-15
1
-1
/
+5
*
Stylistic change: assert(0) -> assert(false)
John Wiegley
2009-11-13
1
-2
/
+2
*
query_t objects are now convertible to predicate_t
John Wiegley
2009-11-10
1
-2
/
+10
*
Redesigned the expr_t, predicate_t, query_t classes
John Wiegley
2009-11-09
1
-0
/
+291