summaryrefslogtreecommitdiff
path: root/src/commodity.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* If fixated price commodities are mixed, show themJohn Wiegley2010-06-201-10/+13
* Changes for building with Visual Studio 2008John Wiegley2010-06-151-1/+1
* Untabified all source filesJohn Wiegley2010-06-111-48/+48
* New display flag AMOUNT_PRINT_ELIDE_COMMODITY_QUOTESJohn Wiegley2010-06-091-4/+1
* A further simplification of -V and -XJohn Wiegley2010-06-071-0/+4
* Fixed the way prices and costs are print'dJohn Wiegley2010-06-071-1/+1
* commodity_t::find_price now uses memoizationJohn Wiegley2010-06-041-18/+23
* Made the behavior of -V a bit more rationalJohn Wiegley2010-06-041-1/+2
* A little bit of code cleanupJohn Wiegley2010-06-041-0/+1
* Changed --european option to --decimal-commaJohn Wiegley2010-06-011-13/+13
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Refactored some comparison helper classesJohn Wiegley2010-02-051-4/+4
* Added even more missing virtual keywords!John Wiegley2009-11-221-1/+1
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-1/+1
* XML reporting now works via the "xml" commandJohn Wiegley2009-11-091-1/+7
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+2
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-15/+0
* Whitespace fixJohn Wiegley2009-11-041-5/+5
* Fixed a compiler warningJohn Wiegley2009-11-031-3/+4
* Added Python interface for commodity_tJohn Wiegley2009-11-021-8/+8
* Added Python interface for commodity_pool_tJohn Wiegley2009-11-021-2/+2
* Changed protection level of many parts of commodity_tJohn Wiegley2009-11-021-85/+82
* Added a --european flag, to use commas for decimalsJohn Wiegley2009-11-021-1/+5
* Added missing TRACE_CTOR callsJohn Wiegley2009-11-011-3/+7
* Added serialization methods for most typeJohn Wiegley2009-10-301-1/+82
* More refactoring for --downloadJohn Wiegley2009-06-241-0/+5
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-239/+0
* Restored --download, although not done yetJohn Wiegley2009-06-241-1/+9
* The -X option now accepts price settingsJohn Wiegley2009-06-181-1/+3
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-2/+0
* Added "fixated commodity pricing"John Wiegley2009-03-021-2/+3
* Added --lots-actual, to not print calc'd detailsJohn Wiegley2009-02-271-14/+23
* Fixes to the way annotated prices are displayedJohn Wiegley2009-02-241-12/+5
* Removed unused member keep_details_t::keep_baseJohn Wiegley2009-02-231-7/+4
* --exchange option now accepts multiple commoditiesJohn Wiegley2009-02-221-29/+0
* Added --exchange (-x) optionJohn Wiegley2009-02-221-17/+18
* Added a --strict session optionJohn Wiegley2009-02-191-0/+1
* Fixed several unused value and param warningsJohn Wiegley2009-02-161-5/+3
* Restored the "prices" command.John Wiegley2009-02-121-1/+0
* Fixed a mistakenly const parameter.John Wiegley2009-02-071-1/+1
* Moved parse_commodity_price into commodity_pool_t.John Wiegley2009-02-071-0/+2
* Fixed some #include ordering issues.John Wiegley2009-02-071-0/+2
* Removed commodity_pool_t's use of boost::multi_index_container, and also itsJohn Wiegley2009-02-071-52/+12
* Whitespace fix.John Wiegley2009-02-061-3/+3
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-6/+60
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-7/+0
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+30
* Update Doxygen documentation. Still much more work to be done.John Wiegley2009-01-291-4/+3
* amount_t and commodity_t objects can now stream themselves to XML.John Wiegley2009-01-281-0/+3