summaryrefslogtreecommitdiff
path: root/src/annotate.h
Commit message (Collapse)AuthorAgeFilesLines
* 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