summaryrefslogtreecommitdiff
path: root/src/amount.cc
Commit message (Collapse)AuthorAgeFilesLines
* Disabled compiler warnings from icc.John Wiegley2008-04-131-2/+0
|
* The unit tests for amount.cc now cover every part of the code exceptJohn Wiegley2008-04-131-51/+52
| | | | | | 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.
* Move commodity-related parsing code from amount.cc into commodity.cc.John Wiegley2008-04-131-225/+78
|
* Added tests to complete coverage.John Wiegley2008-04-131-3/+3
|
* It is now an error to use an uninitialized amount for any operationJohn Wiegley2008-04-131-68/+105
| | | | other than is_null and parse.
* Added target fullcheck.John Wiegley2008-04-131-1/+1
|
* Major restructuring of the value_t class.John Wiegley2008-04-131-11/+31
|
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-12/+12
|
* Changed write methods to print.John Wiegley2008-04-131-4/+2
|
* Rearranged many method names.John Wiegley2008-04-131-60/+67
|
* Removed some unnecessary variables.John Wiegley2008-04-131-129/+137
|
* Some slight reorg.John Wiegley2008-04-131-48/+40
|
* Revised how commodities are dealt with.John Wiegley2008-04-131-152/+104
|
* In the middle of revising commodities.John Wiegley2008-04-131-4/+5
|
* Added much documentation to amount.hJohn Wiegley2008-04-131-472/+386
|
* First round of using boost/operators is done.John Wiegley2008-04-131-5/+43
|
* More work to use boost/operators.hpp.John Wiegley2008-04-131-91/+0
|
* In the middle of switching to using boost/operators.hppJohn Wiegley2008-04-131-541/+156
|
* Started using boost::optional<T>.John Wiegley2008-04-131-112/+110
|
* Added use of boost::optional<> to amount.hJohn Wiegley2008-04-131-25/+38
|
* Did more work on the utility code.John Wiegley2008-04-131-52/+40
|
* Changed some of the logging macro names.John Wiegley2008-04-131-23/+23
|
* Rearranged the sources a bit.John Wiegley2008-04-131-0/+2041