Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some incorrect #includes. | John Wiegley | 2009-02-07 | 1 | -2/+1 |
| | |||||
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -4/+4 |
| | |||||
* | Rationals based math is now passing the unit tests. | John Wiegley | 2009-01-31 | 1 | -4/+9 |
| | |||||
* | Make amounts output fullstrings in the commodity unit tests. | John Wiegley | 2009-01-31 | 1 | -0/+1 |
| | |||||
* | Unit test for Python are now auto-generated from the C++ tests. | John Wiegley | 2009-01-28 | 1 | -10/+28 |
| | |||||
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 1 | -3/+9 |
| | | | | to prove to myself that it has proper decoupling between prior code areas. | ||||
* | Further extended commodities unit test. | John Wiegley | 2009-01-19 | 1 | -1/+8 |
| | |||||
* | Extended commodities unit test. | John Wiegley | 2009-01-19 | 1 | -24/+29 |
| | |||||
* | Added a recursive, date-based commodity price searching capability. This | John Wiegley | 2009-01-19 | 1 | -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 Wiegley | 2008-08-05 | 1 | -0/+64 |