summaryrefslogtreecommitdiff
path: root/src/balance.cc
Commit message (Expand)AuthorAgeFilesLines
* include zero-amounts in balance_t::map_sorted_amountsdbear4962023-07-161-2/+4
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Fix regression in sorted_amountsMartin Michlmayr2020-10-301-1/+2
* Look up annotated amounts within balances by their displayed nameJohn Wiegley2020-03-271-2/+32
* Add --averaged-lot-pricesJohn Wiegley2019-12-061-0/+59
* Change compare_by_commodity to return an integerJohn Wiegley2019-03-151-2/+5
* Add back some whitespace for clarityJohn Wiegley2019-01-301-1/+1
* Expose a new utility function for balances: sorted_amountsJohn Wiegley2019-01-301-9/+9
* [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
* fix ledger xml output, remove ledger json commandJohann Klähn2013-03-081-4/+2
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-3/+3
* Switch to using Boost.FormatJohn Wiegley2012-05-141-2/+2
* Simplified some code in xact.ccJohn Wiegley2012-03-231-9/+18
* Fixed sorting of equity outputJohn Wiegley2012-03-231-31/+71
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-3/+3
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-2/+2
* Removed value_t::price and balance_t::priceJohn Wiegley2012-03-071-10/+0
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Untabified all source filesJohn Wiegley2010-06-111-18/+18
* A further simplification of -V and -XJohn Wiegley2010-06-071-4/+2
* amount_t::print and value_t::print now use flagsJohn Wiegley2010-06-071-9/+8
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Refactored some comparison helper classesJohn Wiegley2010-02-051-1/+2
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-3/+3
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+8
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-3/+2
* Whitespace fixJohn Wiegley2009-10-301-2/+4
* Fixed a display issue with the balance reportJohn Wiegley2009-10-271-1/+5
* Restored --price option, added baseline testJohn Wiegley2009-06-261-0/+10
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+1
* Move amount colorization deeper into the coreJohn Wiegley2009-06-161-2/+4
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+23
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-10/+10
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-231-8/+9
* Added --exchange (-x) optionJohn Wiegley2009-02-221-2/+4
* Fixed the way values are justified for printingJohn Wiegley2009-02-221-5/+5
* Restored the --budget optionJohn Wiegley2009-02-201-1/+1
* Moved amount_t::right_justify to simply ::justifyJohn Wiegley2009-02-191-3/+10
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-121-9/+3
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-4/+5
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-10/+0
* Values can now be streamed to XML, and all the types they refer to.John Wiegley2009-02-011-0/+10
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1