Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET. | John Wiegley | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | Lookup commodity prices recursively, searching for the newest data. | John Wiegley | 2009-01-19 | 1 | -14/+23 |
| | |||||
* | Changed COMMODITY_STYLE_BUILTIN to COMMODITY_BUILTIN, and added new flag | John Wiegley | 2009-01-19 | 1 | -7/+8 |
| | | | | COMMODITY_WALKED, for avoiding infinite recursions during price lookups. | ||||
* | Added a recursive, date-based commodity price searching capability. This | John Wiegley | 2009-01-19 | 1 | -27/+67 |
| | | | | | | makes it possible to find all possible prices for a commodity by walking the map of pricing relationships to all other commodities, even if the relation is distant. | ||||
* | Added code to recursively search for a price in a given commodity. | John Wiegley | 2008-09-25 | 1 | -16/+16 |
| | |||||
* | Did more restructing of commodity price histories, although the completed | John Wiegley | 2008-09-21 | 1 | -19/+66 |
| | | | | find_price does not work yet. | ||||
* | Created several alternate 'value' methods to support the upcoming commodity | John Wiegley | 2008-09-21 | 1 | -10/+23 |
| | | | | valuation changes. | ||||
* | Began initial work to support specifying a series of commodities to -V. | John Wiegley | 2008-09-20 | 1 | -20/+40 |
| | |||||
* | Cleaned up the way that commodity pricing is handled. | John Wiegley | 2008-09-20 | 1 | -9/+17 |
| | |||||
* | Updated the Doxygen docs so that all the core numerics files are in the same | John Wiegley | 2008-08-05 | 1 | -0/+6 |
| | | | | module group. | ||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+420 |
is in doc/, etc. |