summaryrefslogtreecommitdiff
path: root/src/pool.h
Commit message (Collapse)AuthorAgeFilesLines
* Added support for a "fixed" directiveJohn Wiegley2009-11-251-1/+2
| | | | | | | | | | | | | | | | | | | It lets you specify a fixed cost for a duration of a ledger file, for example: fixed ecu $2 2008/01/01 income assets:bank:checking 1 ecu income:salary end fixed This is equivalent to: 2008/01/01 income assets:bank:checking 1 ecu {=$2} income:salary
* Added even more missing virtual keywords!John Wiegley2009-11-221-1/+1
|
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-1/+4
|
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-10/+0
|
* Whitespace fixJohn Wiegley2009-11-041-1/+1
|
* Moved make_qualified_name into commodity_pool_tJohn Wiegley2009-11-021-0/+3
|
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+18
| | | | | This allows journal_t objects to be completed serialized to disk and deserialized.
* The --download option is now fully restoredJohn Wiegley2009-06-261-3/+2
|
* More refactoring for --downloadJohn Wiegley2009-06-241-3/+4
|
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+141
commodity.h - code for commodity_t annotate.h - commodity annotations pool.h - commodity pool management