summaryrefslogtreecommitdiff
path: root/src/amount.h
Commit message (Expand)AuthorAgeFilesLines
...
* Added --exchange (-x) optionJohn Wiegley2009-02-221-1/+2
* Restored the --budget optionJohn Wiegley2009-02-201-3/+3
* Removed an unnecessary assertJohn Wiegley2009-02-191-1/+0
* Moved amount_t::right_justify to simply ::justifyJohn Wiegley2009-02-191-1/+0
* Made (un)reduce rvalue methods more consistentJohn Wiegley2009-02-121-2/+2
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-121-0/+1
* amount_t::in_place_* now returns void. Added value_t::unreduce.John Wiegley2009-02-071-3/+3
* Fixed some #include ordering issues.John Wiegley2009-02-071-14/+0
* Whitespace fix.John Wiegley2009-02-071-3/+2
* Only initialize the amount_t module if it hasn't been already.John Wiegley2009-02-061-0/+2
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-69/+45
* Removed unneeded member variables.John Wiegley2009-02-041-2/+0
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-45/+0
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-1/+1
* Added a more efficient amount_t::operator==, which changed semantics slightly.John Wiegley2009-01-311-6/+0
* Removed the special "one" variable, and added amount_t::inverted().John Wiegley2009-01-311-2/+2
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-41/+12
* Several corrections to the way rationals are handled.John Wiegley2009-01-311-0/+2
* Changed to using rational numbers instead of integer approximations.John Wiegley2009-01-301-0/+12
* Whitespace fix.John Wiegley2009-01-301-2/+2
* Removed all dependency on gdtoa.John Wiegley2009-01-301-21/+3
* 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
* 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
* Create an unrounded global amount variable 'one' for creating inverse priceJohn Wiegley2009-01-191-0/+2
* Change default precision extension back to 6, rather than rewriting all of theJohn Wiegley2008-11-231-1/+1
* Abstracted precision extension constant, and added a note that precision mustJohn Wiegley2008-11-231-0/+6
* 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
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+748