index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
account.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Create consistent buffer size.
Daniel Coonce
2021-02-02
1
-1
/
+1
*
Fix build for x86_64-w64-mingw32
Daniel Coonce
2021-02-02
1
-2
/
+2
*
fix: Fix #543 by tracking an account's real balance
Daraul
2020-04-05
1
-3
/
+17
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
account to return the depth of its last displayed parent
Jakob Demler
2017-11-02
1
-0
/
+16
*
Fix bug where .total used in value exprs breaks totals
John Lee
2017-10-26
1
-0
/
+13
*
[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
*
Apply any outstanding deferred postings at the end of parsing
John Wiegley
2014-04-14
1
-0
/
+15
*
Add the concept of "deferred postings"
John Wiegley
2014-04-13
1
-0
/
+15
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Fix #784
John Wiegley
2013-05-23
1
-3
/
+1
*
fix ledger xml output, remove ledger json command
Johann Klähn
2013-03-08
1
-12
/
+7
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Resolve account.date to latest post in the account
John Wiegley
2012-08-09
1
-1
/
+3
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
1
-2
/
+2
*
Switched to Boost.PropertyTree for XML generation
John Wiegley
2012-05-18
1
-0
/
+32
*
Added "last_checkout_cleared" valexpr variable
John Wiegley
2012-05-07
1
-1
/
+9
*
Account valexprs: earliest_checkin, latest_checkout
John Wiegley
2012-03-13
1
-3
/
+42
*
Added some missing DEBUG #if's
John Wiegley
2012-03-07
1
-0
/
+2
*
Corrected several compile and link problems
John Wiegley
2012-03-06
1
-2
/
+4
*
Removed an invalid assertion
John Wiegley
2012-03-05
1
-1
/
+4
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Add "note" valexpr function to accounts
John Wiegley
2012-02-27
1
-0
/
+6
*
Fixes for variable shadowing (2/28)
John Wiegley
2012-02-17
1
-24
/
+24
*
Fixes for variable shadowing (1/28)
John Wiegley
2012-02-17
1
-6
/
+6
*
Cleanup whitespace
John Wiegley
2011-08-18
1
-1
/
+1
*
Individual postings may each have their own payee
John Wiegley
2010-06-17
1
-1
/
+1
*
Report error context in expressions more precisely
John Wiegley
2010-06-13
1
-2
/
+2
*
Completely reworked argument passing in expressions
John Wiegley
2010-06-13
1
-28
/
+22
*
Expression evaluations now have a "type context"
John Wiegley
2010-06-13
1
-1
/
+5
*
Added a new scope_value() inline helper function
John Wiegley
2010-06-13
1
-5
/
+3
*
account_t::add_post resets family_details.gathered
John Wiegley
2010-06-13
1
-0
/
+14
*
account(NAME) function can lookup account objects
John Wiegley
2010-06-13
1
-3
/
+18
*
Untabified all source files
John Wiegley
2010-06-11
1
-35
/
+35
*
Made lookup of an account's "cost" a calc error
John Wiegley
2010-06-06
1
-0
/
+6
*
Added new "addr" value expression function
John Wiegley
2010-06-03
1
-0
/
+6
*
Fixed two memory reference errors
John Wiegley
2010-06-02
1
-8
/
+3
*
Temporary accounts were referenced after deletion
John Wiegley
2010-05-22
1
-1
/
+17
*
Added any() and all() value expression macros
John Wiegley
2010-05-08
1
-0
/
+34
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Fixed assertion failure in -M -A bal report
John Wiegley
2010-01-21
1
-1
/
+1
*
Added historical support for single-letter valexprs
John Wiegley
2009-11-14
1
-1
/
+20
*
Added has_xdata() methods for journal_t and xact_t
John Wiegley
2009-11-12
1
-2
/
+11
*
account.amount and .total return simplified values
John Wiegley
2009-11-10
1
-2
/
+2
*
Moved xdata clearing code into each type proper
John Wiegley
2009-11-05
1
-0
/
+9
*
Segregated symbols into 5 separate namespaces
John Wiegley
2009-11-04
1
-1
/
+5
[next]