summaryrefslogtreecommitdiff
path: root/src/amount.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated comments and other whitespace changes.John Wiegley2009-01-301-432/+358
|
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-2/+2
|
* Update Doxygen documentation. Still much more work to be done.John Wiegley2009-01-291-170/+270
|
* Revised the way that parsing flags get passed around.John Wiegley2009-01-291-6/+25
|
* amount_t and commodity_t objects can now stream themselves to XML.John Wiegley2009-01-281-0/+3
|
* Reorganized Ledger so that it builds as 7 separate libraries. This is mainlyJohn Wiegley2009-01-251-3/+3
| | | | to prove to myself that it has proper decoupling between prior code areas.
* 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.