| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't increase precision so much when dividing | John Wiegley | 2009-06-15 | 1 | -20/+20 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -5/+7 |
* | Allow uncommoditized amounts to +/- with an amount | John Wiegley | 2009-02-25 | 1 | -6/+6 |
* | Be smarter about printing uncommoditized amounts | John Wiegley | 2009-02-24 | 1 | -5/+5 |
* | Restored the --budget option | John Wiegley | 2009-02-20 | 1 | -9/+9 |
* | Fixed some incorrect #includes. | John Wiegley | 2009-02-07 | 1 | -1/+1 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -3/+7 |
* | Removed serialization tests from the amount_t unit tests. | John Wiegley | 2009-02-03 | 1 | -89/+0 |
* | Added a more efficient amount_t::operator==, which changed semantics slightly. | John Wiegley | 2009-01-31 | 1 | -4/+3 |
* | Rationals based math is now passing the unit tests. | John Wiegley | 2009-01-31 | 1 | -196/+23 |
* | Several corrections to the way rationals are handled. | John Wiegley | 2009-01-31 | 1 | -40/+47 |
* | Don't perform rounding tests in Python. | John Wiegley | 2009-01-31 | 1 | -0/+6 |
* | Removed all dependency on gdtoa. | John Wiegley | 2009-01-30 | 1 | -16/+3 |
* | Fixed the amount_t unit test. | John Wiegley | 2009-01-30 | 1 | -9/+9 |
* | Unit test for Python are now auto-generated from the C++ tests. | John Wiegley | 2009-01-28 | 1 | -64/+70 |
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 1 | -4/+8 |
* | Increase code coverage of the unit tests. | John Wiegley | 2008-08-13 | 1 | -4/+0 |
* | Moved the test sources around, so that all the unit tests are in test/unit. | John Wiegley | 2008-08-05 | 1 | -0/+1576 |