summaryrefslogtreecommitdiff
path: root/test/unit/t_commodity.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some incorrect #includes.John Wiegley2009-02-071-2/+1
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-4/+4
|
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-4/+9
|
* Make amounts output fullstrings in the commodity unit tests.John Wiegley2009-01-311-0/+1
|
* Unit test for Python are now auto-generated from the C++ tests.John Wiegley2009-01-281-10/+28
|
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-3/+9
| | | | to prove to myself that it has proper decoupling between prior code areas.
* Further extended commodities unit test.John Wiegley2009-01-191-1/+8
|
* Extended commodities unit test.John Wiegley2009-01-191-24/+29
|
* Added a recursive, date-based commodity price searching capability. ThisJohn Wiegley2009-01-191-2/+17
| | | | | | 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.
* Moved the test sources around, so that all the unit tests are in test/unit.John Wiegley2008-08-051-0/+64