index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amount.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed the special "one" variable, and added amount_t::inverted().
John Wiegley
2009-01-31
1
-6
/
+12
*
Rationals based math is now passing the unit tests.
John Wiegley
2009-01-31
1
-526
/
+58
*
Several corrections to the way rationals are handled.
John Wiegley
2009-01-31
1
-89
/
+107
*
Changed to using rational numbers instead of integer approximations.
John Wiegley
2009-01-30
1
-109
/
+378
*
Removed all dependency on gdtoa.
John Wiegley
2009-01-30
1
-12
/
+0
*
Updated comments and other whitespace changes.
John Wiegley
2009-01-30
1
-27
/
+13
*
Stopped using the generic "unsigned int" in favor of more specific types.
John Wiegley
2009-01-29
1
-1
/
+1
*
Update Doxygen documentation. Still much more work to be done.
John Wiegley
2009-01-29
1
-1
/
+1
*
Revised the way that parsing flags get passed around.
John Wiegley
2009-01-29
1
-9
/
+9
*
amount_t and commodity_t objects can now stream themselves to XML.
John Wiegley
2009-01-28
1
-0
/
+16
*
Moved sha1 and gdtoa inclusions into system.hh.
John Wiegley
2009-01-24
1
-3
/
+0
*
Include gdtoa.h if it's being used.
John Wiegley
2009-01-23
1
-0
/
+3
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET.
John Wiegley
2009-01-19
1
-2
/
+2
*
Changed COMMODITY_STYLE_BUILTIN to COMMODITY_BUILTIN, and added new flag
John Wiegley
2009-01-19
1
-1
/
+1
*
Added argument to amount_t::value() for request a market value in terms of a
John Wiegley
2009-01-19
1
-3
/
+3
*
Create an unrounded global amount variable 'one' for creating inverse price
John Wiegley
2009-01-19
1
-3
/
+9
*
Added a missing call to _dup() in amount_t::in_place_round. Thanks to unit
John Wiegley
2008-11-23
1
-0
/
+1
*
Abstracted precision extension constant, and added a note that precision must
John Wiegley
2008-11-23
1
-8
/
+17
*
Did more restructing of commodity price histories, although the completed
John Wiegley
2008-09-21
1
-1
/
+1
*
Created several alternate 'value' methods to support the upcoming commodity
John Wiegley
2008-09-21
1
-1
/
+2
*
Added in_place_round method to all Ledger numerical types.
John Wiegley
2008-09-14
1
-17
/
+17
*
Removed all pending todos from the amount_t code.
John Wiegley
2008-08-17
1
-44
/
+11
*
The Python interface layer is building again.
John Wiegley
2008-08-07
1
-1
/
+1
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+1433