summaryrefslogtreecommitdiff
path: root/tests/numerics
Commit message (Collapse)AuthorAgeFilesLines
* The unit tests for amount.cc now cover every part of the code exceptJohn Wiegley2008-04-133-116/+302
| | | | | | for two: those concerning annotated commodities (which will be covered in the t_commodity.cc tests) and reading of optimized amounts in the binary journal reader.
* Added tests to complete coverage.John Wiegley2008-04-132-0/+74
|
* It is now an error to use an uninitialized amount for any operationJohn Wiegley2008-04-131-61/+23
| | | | other than is_null and parse.
* Added new test files.John Wiegley2008-04-135-110/+57
|
* More test reorg.John Wiegley2008-04-132-781/+772
|
* Changed the filenames of the tests.John Wiegley2008-04-138-748/+709
|
* Reconfigure some of the operators.John Wiegley2008-04-131-0/+7
|
* Major restructuring of the value_t class.John Wiegley2008-04-132-2/+4
|
* Rearranged many method names.John Wiegley2008-04-132-10/+10
|
* Merged ../commodity_poolJohn Wiegley2008-04-131-2/+2
|
* Revised how commodities are dealt with.John Wiegley2008-04-136-10/+22
|
* Added code to use boost::lexical_cast<>.John Wiegley2008-04-131-6/+6
|
* More organization of amount code.John Wiegley2008-04-132-138/+138
|
* Added much documentation to amount.hJohn Wiegley2008-04-132-0/+22
|
* First round of using boost/operators is done.John Wiegley2008-04-132-6/+6
|
* Got things compiling with boost/operators.hppJohn Wiegley2008-04-131-1/+1
|
* Did more work on the utility code.John Wiegley2008-04-132-23/+23
|
* Rearranged the sources a bit.John Wiegley2008-04-138-0/+1645