summaryrefslogtreecommitdiff
path: root/src/account.h
Commit message (Expand)AuthorAgeFilesLines
* boost: Fix compilation warningsAlexis Hildebrandt2023-04-251-0/+2
* Refactor basic_flags_t to ledger::flags::basic_tAlexis Hildebrandt2023-04-121-1/+1
* 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
* fix: Fix #543 by tracking an account's real balanceDaraul2020-04-051-1/+2
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* Initialize field in constructorMichael Budde2018-01-011-2/+5
* [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
* Convert boost::optional objects to bool explicitly.Jonathan Wakely2015-07-271-5/+1
* Revert "boost::none_t no longer convertible from literal 0 in 1.58"John Wiegley2015-05-171-1/+5
* boost::none_t no longer convertible from literal 0 in 1.58Johann Klähn2015-05-101-5/+1
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-20/+0
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* #if guards for boost 1.56 compatibilityJoe Gallo2014-08-281-0/+4
* Revert "fix "no viable conversion from ... to 'bool'""John Wiegley2014-08-271-1/+1
* fix "no viable conversion from ... to 'bool'"Joe Gallo2014-08-261-1/+1
* Apply any outstanding deferred postings at the end of parsingJohn Wiegley2014-04-141-0/+1
* Add the concept of "deferred postings"John Wiegley2014-04-131-7/+10
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* And const directives in account.h and commodity.h to allow build in OS X Mave...Craig Earls2013-10-301-1/+1
* Source changes needed for Microsoft Visual C++ compatibility.Tim Crews2013-06-141-2/+2
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Fixes bug 514. accounts and commodities output now sortsCraig Earls2013-01-291-0/+7
* Revert "Bug551 fixed, commodities and accounts now sort"John Wiegley2013-01-161-7/+0
* Bug551 fixed, commodities and accounts now sortCraig Earls2013-01-071-0/+7
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-4/+4
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-0/+3
* Added "last_checkout_cleared" valexpr variableJohn Wiegley2012-05-071-0/+1
* Changed a const string map key to stringJohn Wiegley2012-04-281-1/+1
* Add 'data' member to account/journal objectsJohn Wiegley2012-04-131-3/+14
* Corrected an uninitialized memory bugJohn Wiegley2012-03-191-1/+11
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-1/+10
* Account valexprs: earliest_checkin, latest_checkoutJohn Wiegley2012-03-131-0/+3
* Added parsing support for the many value directivesJohn Wiegley2012-03-071-0/+1
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Scopes can now provide a description of themselvesJohn Wiegley2010-06-241-0/+4
* account_t::add_post resets family_details.gatheredJohn Wiegley2010-06-131-3/+1
* Untabified all source filesJohn Wiegley2010-06-111-45/+45
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added an ACCOUNT_GENERATED flagJohn Wiegley2009-11-181-3/+4
* Added has_xdata() methods for journal_t and xact_tJohn Wiegley2009-11-121-0/+1
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-9/+0
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-3/+1
* Transactions, etc., are now accessed by iteratorsJohn Wiegley2009-11-051-0/+20
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-1/+2
* Whitespace fixJohn Wiegley2009-11-041-1/+1
* Whitespace fixJohn Wiegley2009-11-021-1/+0