summaryrefslogtreecommitdiff
path: root/src/balance.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed the way values are justified for printingJohn Wiegley2009-02-221-2/+4
|
* Made (un)reduce rvalue methods more consistentJohn Wiegley2009-02-121-4/+4
| | | | | | They names were changed from reduce/unreduce to reduced/unreduced, since they return the modified value. This is more consistent with the naming of rounded/rounded.
* Fixed some #include ordering issues.John Wiegley2009-02-071-1/+1
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-4/+1
|
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-9/+0
|
* Values can now be streamed to XML, and all the types they refer to.John Wiegley2009-02-011-0/+9
|
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-25/+4
|
* Changed to using rational numbers instead of integer approximations.John Wiegley2009-01-301-0/+4
| | | | | As a result, dependency on the gdtoa was dropped, and dependency on mpfr was added.
* Removed all dependency on gdtoa.John Wiegley2009-01-301-6/+0
|
* Update Doxygen documentation. Still much more work to be done.John Wiegley2009-01-291-4/+3
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Fixed the market valuation function for balances.John Wiegley2009-01-191-1/+2
|
* Added in_place_round method to all Ledger numerical types.John Wiegley2008-09-141-0/+12
|
* Removed more "pending" type comments.John Wiegley2008-08-171-4/+0
|
* 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/+526
is in doc/, etc.