index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
query.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Query Parser for Automated Transactions (#1)
Igbanam Ogbuluijah
2024-06-25
1
-0
/
+13
*
Fix =regex note query syntax
Gwyneth Morgan
2023-10-12
1
-0
/
+4
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Use correct int return type for stream input operations
kanreki
2021-12-08
1
-30
/
+2
*
Revert "Correction to the way parens are parsed in query expressions"
John Wiegley
2020-05-07
1
-46
/
+9
*
Correction to the way parens are parsed in query expressions
John Wiegley
2019-09-17
1
-9
/
+46
*
Fix warnings for -Wimplicit-fallthrough
Tim Landscheidt
2018-02-19
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
*
Switch to using Boost.Format
John Wiegley
2012-05-14
1
-10
/
+10
*
Correct parsing of automated xact expressions
John Wiegley
2012-03-16
1
-1
/
+1
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Removed unneeded break statements
John Wiegley
2012-02-17
1
-1
/
+0
*
More report query fixes
John Wiegley
2011-11-10
1
-17
/
+19
*
Corrections to the query language parser
John Wiegley
2011-11-10
1
-5
/
+14
*
Cleanup whitespace
John Wiegley
2011-08-18
1
-2
/
+2
*
Removed unused variables
John Wiegley
2011-08-18
1
-1
/
+0
*
Fixed an infinite loop in the report query parser
John Wiegley
2011-06-30
1
-1
/
+3
*
"only" now a report query modifier for --only
John Wiegley
2010-06-24
1
-20
/
+22
*
Added report query modifiers: for, since, until
John Wiegley
2010-06-22
1
-3
/
+70
*
Added new "bold" modifier to query expressions
John Wiegley
2010-06-22
1
-60
/
+76
*
Corrected a bug in report query parsing
John Wiegley
2010-06-19
1
-2
/
+2
*
Untabified all source files
John Wiegley
2010-06-11
1
-75
/
+75
*
Further improved parsing of query expressions
John Wiegley
2010-06-01
1
-18
/
+24
*
Improve parsing of 'expr' query terms
John Wiegley
2010-06-01
1
-6
/
+9
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Added some debugging code related to boost::regex
John Wiegley
2009-11-25
1
-0
/
+2
*
Renamed date_interval_t::end to finish
John Wiegley
2009-11-17
1
-2
/
+2
*
Corrected parsing of the 'expr' report query term
John Wiegley
2009-11-15
1
-9
/
+9
*
Stylistic change: assert(0) -> assert(false)
John Wiegley
2009-11-13
1
-1
/
+1
*
Removed "account" as a report query keyword
John Wiegley
2009-11-11
1
-2
/
+0
*
Fixes to the value expression parser and evaluator
John Wiegley
2009-11-10
1
-5
/
+4
*
Redesigned the expr_t, predicate_t, query_t classes
John Wiegley
2009-11-09
1
-0
/
+456