summaryrefslogtreecommitdiff
path: root/src/commodity.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Simplified some debug codeJohn Wiegley2010-06-031-33/+16
* Avoid unnecessary object copying when using foreachJohn Wiegley2010-06-031-1/+1
* Changed --european option to --decimal-commaJohn Wiegley2010-06-011-5/+5
* Changed a commentJohn Wiegley2010-06-011-1/+1
* Added any() and all() value expression macrosJohn Wiegley2010-05-081-1/+3
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Refactored some comparison helper classesJohn Wiegley2010-02-051-2/+2
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-5/+5
* Fixed several time and date duration type usesJohn Wiegley2009-11-171-1/+2
* XML reporting now works via the "xml" commandJohn Wiegley2009-11-091-4/+40
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+11
* Throw an error if UTF-8 encoding is incorrectJohn Wiegley2009-11-071-2/+2
* Added Python interface for commodity_tJohn Wiegley2009-11-021-6/+6
* Changed protection level of many parts of commodity_tJohn Wiegley2009-11-021-25/+21
* Use is_annotated() method rather than "annotated"John Wiegley2009-11-021-4/+4
* Added a --european flag, to use commas for decimalsJohn Wiegley2009-11-021-0/+2
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-6/+0
* Added TRUE_CURRENT_TIME() macroJohn Wiegley2009-10-281-1/+1
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-5/+4
* Reject downloaded quotes price in the wrong commodityJohn Wiegley2009-06-281-1/+4
* More refactoring for --downloadJohn Wiegley2009-06-241-20/+36
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-543/+20
* Restored --download, although not done yetJohn Wiegley2009-06-241-13/+128
* Revert "Added % suffix operator, as in "$1.00 * 10%""John Wiegley2009-06-211-2/+2
* The -X option now accepts price settingsJohn Wiegley2009-06-181-12/+21
* Allow an amount to be zero, even if cost is non-zeroJohn Wiegley2009-06-161-2/+4
* Added % suffix operator, as in "$1.00 * 10%"John Wiegley2009-05-261-2/+2
* Added a missing * operationJohn Wiegley2009-03-151-1/+1
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-0/+1
* Cured several harmless compiler warningsJohn Wiegley2009-03-041-0/+2
* Added Python-style if/else expression keywordsJohn Wiegley2009-03-031-0/+4
* Added "fixated commodity pricing"John Wiegley2009-03-021-1/+10
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-2/+2
* Added --lots-actual, to not print calc'd detailsJohn Wiegley2009-02-271-11/+26
* Fixed bugs relating to sign and rounding of costsJohn Wiegley2009-02-271-3/+4
* The letter 'z' was not allowed in commodity namesJohn Wiegley2009-02-271-2/+2
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-11/+11
* Fixes to the way annotated prices are displayedJohn Wiegley2009-02-241-10/+15
* Made commodity reduction during parsing consistentJohn Wiegley2009-02-241-5/+8
* Many fixes to --market and --exchangeJohn Wiegley2009-02-221-100/+84
* --exchange option now accepts multiple commoditiesJohn Wiegley2009-02-221-39/+0
* Added --exchange (-x) optionJohn Wiegley2009-02-221-12/+15
* Fixed several unused value and param warningsJohn Wiegley2009-02-161-4/+2
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-121-1/+49
* Exclude | from the legal commodity character set, as per the comment.John Wiegley2009-02-091-1/+1
* Fixed a mistakenly const parameter.John Wiegley2009-02-071-3/+3
* Moved parse_commodity_price into commodity_pool_t.John Wiegley2009-02-071-0/+17
* Fixed some incorrect #includes.John Wiegley2009-02-071-1/+1
* Removed commodity_pool_t's use of boost::multi_index_container, and also itsJohn Wiegley2009-02-071-35/+13