summaryrefslogtreecommitdiff
path: root/test/unit/t_amount.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed some incorrect #includes.John Wiegley2009-02-071-1/+1
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-3/+7
* Removed serialization tests from the amount_t unit tests.John Wiegley2009-02-031-89/+0
* Added a more efficient amount_t::operator==, which changed semantics slightly.John Wiegley2009-01-311-4/+3
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-196/+23
* Several corrections to the way rationals are handled.John Wiegley2009-01-311-40/+47
* Don't perform rounding tests in Python.John Wiegley2009-01-311-0/+6
* Removed all dependency on gdtoa.John Wiegley2009-01-301-16/+3
* Fixed the amount_t unit test.John Wiegley2009-01-301-9/+9
* Unit test for Python are now auto-generated from the C++ tests.John Wiegley2009-01-281-64/+70
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-4/+8
* Increase code coverage of the unit tests.John Wiegley2008-08-131-4/+0
* Moved the test sources around, so that all the unit tests are in test/unit.John Wiegley2008-08-051-0/+1576