summaryrefslogtreecommitdiff
path: root/src/annotate.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Fix typos found by codespellAlexis Hildebrandt2022-07-191-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Use correct int return type for stream input operationskanreki2021-12-081-17/+17
* Format annotations using format that can be parsedOleg Bulatov2019-11-271-1/+1
* Drop support for gcc 2 and earlierTim Landscheidt2019-01-251-2/+2
* [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
* Unify debugging categoriesMartin Michlmayr2014-07-011-2/+2
* Honour date-format for lot datesMartin Michlmayr2014-05-131-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* fix ledger xml output, remove ledger json commandJohann Klähn2013-03-081-11/+5
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-2/+2
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-0/+21
* Never price commodities using annotated commoditiesJohn Wiegley2012-03-301-1/+1
* Never output calculate commodity valuation expressionsJohn Wiegley2012-03-201-6/+2
* Fix problems with <Adjustment> postingsJohn Wiegley2012-03-201-1/+2
* Fix problem with -H and lack of pricing infoJohn Wiegley2012-03-181-1/+5
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-8/+8
* Added syntactic sugar for lot pricing: {{$500.00}}John Wiegley2012-03-101-3/+17
* Added the notion of "virtual costs"John Wiegley2012-03-091-1/+6
* Added "value" sub-directive for commodity directiveJohn Wiegley2012-03-061-19/+3
* Implemented annotated_commodity_t::find_priceJohn Wiegley2012-03-061-4/+65
* Add support for valuation expressions on commoditiesJohn Wiegley2012-03-051-11/+51
* Added annotation_t::operator<()John Wiegley2012-03-051-0/+28
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Added casts necessary for building under Visual StudioJohn Wiegley2011-03-031-1/+1
* When a test fails, show the command that failedJohn Wiegley2011-02-121-1/+2
* Fixes for compilation as C++0x codeJohn Wiegley2011-02-041-0/+1
* If fixated price commodities are mixed, show themJohn Wiegley2010-06-201-13/+37
* Untabified all source filesJohn Wiegley2010-06-111-32/+32
* Fixed the way prices and costs are print'dJohn Wiegley2010-06-071-16/+12
* A simple, yet significiant, optimizationJohn Wiegley2010-06-031-1/+1
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-2/+2
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-1/+1
* Added Python interface for commodity_tJohn Wiegley2009-11-021-3/+3
* Use is_annotated() method rather than "annotated"John Wiegley2009-11-021-2/+2
* Rewrote the way date and time I/O is managedJohn Wiegley2009-10-251-1/+1
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+205