summaryrefslogtreecommitdiff
path: root/src/amount.h
Commit message (Collapse)AuthorAgeFilesLines
* The unit tests for amount.cc now cover every part of the code exceptJohn Wiegley2008-04-131-6/+13
| | | | | | 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-7/+0
|
* It is now an error to use an uninitialized amount for any operationJohn Wiegley2008-04-131-1/+4
| | | | other than is_null and parse.
* Major restructuring of the value_t class.John Wiegley2008-04-131-11/+23
|
* Added COPYRIGHT notice to all files.John Wiegley2008-04-131-15/+15
|
* Extended Python amount class.John Wiegley2008-04-131-17/+22
|
* Rearranged many method names.John Wiegley2008-04-131-30/+29
|
* Removed some unnecessary variables.John Wiegley2008-04-131-4/+8
|
* Some slight reorg.John Wiegley2008-04-131-63/+22
|
* Work to get Python tests running again.John Wiegley2008-04-131-4/+7
|
* Revised how commodities are dealt with.John Wiegley2008-04-131-52/+100
|
* Added much documentation to amount.hJohn Wiegley2008-04-131-99/+424
|
* First round of using boost/operators is done.John Wiegley2008-04-131-9/+19
|
* Got things compiling with boost/operators.hppJohn Wiegley2008-04-131-2/+12
|
* More work to use boost/operators.hpp.John Wiegley2008-04-131-36/+26
|
* In the middle of switching to using boost/operators.hppJohn Wiegley2008-04-131-489/+71
|
* Started using boost::optional<T>.John Wiegley2008-04-131-31/+33
|
* Added use of boost::optional<> to amount.hJohn Wiegley2008-04-131-18/+23
|
* Did more work on the utility code.John Wiegley2008-04-131-1/+1
|
* Rearranged the sources a bit.John Wiegley2008-04-131-0/+760