summaryrefslogtreecommitdiff
path: root/test/unit/t_amount.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix denominator of roundto resultMax Nikulin2024-08-051-0/+12
* add unit tests for amount_t→floor/ceilJohann Klähn2013-01-151-0/+54
* Fixed several unit testsJohn Wiegley2011-02-041-9/+13
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-041-718/+724
* Untabified all source filesJohn Wiegley2010-06-111-21/+21
* Changed --european option to --decimal-commaJohn Wiegley2010-06-011-3/+3
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-9/+9
* Call times_initialize/shutdown in the unit testsJohn Wiegley2009-10-251-0/+2
* Don't increase precision so much when dividingJohn Wiegley2009-06-151-20/+20
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Corrected warnings g++-4.3.3 was complaining aboutJohn Wiegley2009-02-281-5/+7
* Allow uncommoditized amounts to +/- with an amountJohn Wiegley2009-02-251-6/+6
* Be smarter about printing uncommoditized amountsJohn Wiegley2009-02-241-5/+5
* Restored the --budget optionJohn Wiegley2009-02-201-9/+9
* 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