summaryrefslogtreecommitdiff
path: root/src/annotate.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-3/+3
|
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-28/+1
|
* Fix to commodity printingJohn Wiegley2012-03-291-3/+8
|
* Improved some error messagesJohn Wiegley2012-03-291-0/+8
|
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-1/+1
|
* Fix problem with -H and lack of pricing infoJohn Wiegley2012-03-181-4/+5
| | | | Fixes #691
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-3/+3
|
* Added syntactic sugar for lot pricing: {{$500.00}}John Wiegley2012-03-101-3/+4
|
* Corrected value_expr annotation comparisonsJohn Wiegley2012-03-091-1/+3
|
* Whitespace fixesJohn Wiegley2012-03-071-1/+0
|
* Added "value" sub-directive for commodity directiveJohn Wiegley2012-03-061-0/+6
|
* Implemented annotated_commodity_t::find_priceJohn Wiegley2012-03-061-0/+5
| | | | | Most specifically, it now respects a valuation expression associated with the commodity.
* Add support for valuation expressions on commoditiesJohn Wiegley2012-03-051-15/+31
|
* Added annotation_t::operator<()John Wiegley2012-03-051-0/+1
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-14/+14
|
* Fixed the way prices and costs are print'dJohn Wiegley2010-06-071-2/+4
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* XML reporting now works via the "xml" commandJohn Wiegley2009-11-091-4/+4
|
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+23
|
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-10/+0
|
* Whitespace fixJohn Wiegley2009-11-041-3/+3
|
* Use is_annotated() method rather than "annotated"John Wiegley2009-11-021-2/+7
|
* Added missing TRACE_CTOR callsJohn Wiegley2009-11-011-2/+4
|
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+46
| | | | | This allows journal_t objects to be completed serialized to disk and deserialized.
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+199
commodity.h - code for commodity_t annotate.h - commodity annotations pool.h - commodity pool management