summaryrefslogtreecommitdiff
path: root/src/amount.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Added argument to amount_t::value() for request a market value in terms of aJohn Wiegley2009-01-191-5/+8
| | | | specific commodity.
* Create an unrounded global amount variable 'one' for creating inverse priceJohn Wiegley2009-01-191-0/+2
| | | | mappings.
* Change default precision extension back to 6, rather than rewriting all of theJohn Wiegley2008-11-231-1/+1
| | | | unit tests. 6 was good enough.
* Abstracted precision extension constant, and added a note that precision mustJohn Wiegley2008-11-231-0/+6
| | | | | be handled differently, since paying attention to places after the decimal is not enough.
* Cleaned up the way that commodity pricing is handled.John Wiegley2008-09-201-0/+6
|
* Added in_place_round method to all Ledger numerical types.John Wiegley2008-09-141-2/+14
|
* Removed more "pending" type comments.John Wiegley2008-08-171-4/+4
|
* Removed all pending todos from the amount_t code.John Wiegley2008-08-171-5/+7
|
* The Python interface layer is building again.John Wiegley2008-08-071-1/+1
|
* Updated the Doxygen docs so that all the core numerics files are in the sameJohn Wiegley2008-08-051-0/+6
| | | | module group.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+748
is in doc/, etc.