Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -3/+3 |
| | |||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed several unit tests | John Wiegley | 2011-02-04 | 1 | -5/+7 |
| | |||||
* | Use Boost.Test instead of CppUnit | John Wiegley | 2011-02-04 | 1 | -28/+35 |
| | |||||
* | A further simplification of -V and -X | John Wiegley | 2010-06-07 | 1 | -5/+5 |
| | | | | | | | | With -X COMM, all values are computed in terms of COMM, regardless. With -V, only secondary commodities will ever be computed, never primaries. Further, if a secondary commodities has an associated price, the valuation is done in terms of that price's commodity. | ||||
* | Call times_initialize/shutdown in the unit tests | John Wiegley | 2009-10-25 | 1 | -0/+2 |
| | |||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -0/+1 |
| | |||||
* | Be smarter about trimming off trailing zeroes | John Wiegley | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Restored the use of Python unit tests | John Wiegley | 2009-02-24 | 1 | -13/+0 |
| | |||||
* | Added --exchange (-x) option | John Wiegley | 2009-02-22 | 1 | -5/+5 |
| | | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD | ||||
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 1 | -6/+0 |
| | |||||
* | 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 |