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
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Many improvements to Ledger's Python bindings
John Wiegley
2009-11-19
1
-23
/
+31
*
Made the amount_t::bigint_t refcount holder 32-bits
John Wiegley
2009-11-14
1
-6
/
+2
*
Added floored() and in_place_floor() methods
John Wiegley
2009-11-11
1
-93
/
+106
*
Added a few missing explicit instantiations
John Wiegley
2009-11-10
1
-2
/
+9
*
Improved the numerical parser for basic amounts
John Wiegley
2009-11-10
1
-51
/
+105
*
XML reporting now works via the "xml" command
John Wiegley
2009-11-09
1
-4
/
+4
*
Added basic foundation for XML reporting
John Wiegley
2009-11-09
1
-0
/
+13
*
Made --european more pervasive in its effect
John Wiegley
2009-11-08
1
-4
/
+8
*
Added Python interface for commodity_t
John Wiegley
2009-11-02
1
-2
/
+2
*
Use is_annotated() method rather than "annotated"
John Wiegley
2009-11-02
1
-3
/
+3
*
Added serialization methods for most type
John Wiegley
2009-10-30
1
-0
/
+73
*
Renamed bigint_t::refc, for consistency with value_t
John Wiegley
2009-10-29
1
-14
/
+14
*
Added some whitespace for clarity
John Wiegley
2009-10-28
1
-0
/
+2
*
Fixed many compiler warnings from g++ 4.4
John Wiegley
2009-10-25
1
-5
/
+5
*
Restored --price option, added baseline test
John Wiegley
2009-06-26
1
-2
/
+14
*
More refactoring for --download
John Wiegley
2009-06-24
1
-4
/
+13
*
Split commodity.h/cc into three files
John Wiegley
2009-06-24
1
-0
/
+2
*
Restored --unround, added baseline test
John Wiegley
2009-06-21
1
-0
/
+3
*
Temporarily stubbed out an inaccurate assert
John Wiegley
2009-06-15
1
-1
/
+3
*
Don't increase precision so much when dividing
John Wiegley
2009-06-15
1
-3
/
+3
*
Ignore attempts to annotate the null commodity
John Wiegley
2009-06-15
1
-1
/
+1
*
Enabled use of pre-compiled headers by default
John Wiegley
2009-03-10
1
-0
/
+2
*
Reduced the #include dependency tree to a minimum
John Wiegley
2009-03-04
1
-1
/
+0
*
Changed many assert() calls to VERIFY()
John Wiegley
2009-03-04
1
-6
/
+6
*
Added "fixated commodity pricing"
John Wiegley
2009-03-02
1
-0
/
+4
*
Corrected warnings g++-4.3.3 was complaining about
John Wiegley
2009-02-28
1
-14
/
+21
*
Corrected a potential invalid memory access
John Wiegley
2009-02-28
1
-4
/
+7
*
Fix to amount unreduction (aka, 120m -> 2h)
John Wiegley
2009-02-27
1
-3
/
+4
*
Be smarter about trimming off trailing zeroes
John Wiegley
2009-02-27
1
-6
/
+7
*
Don't propagate display flags from cost amounts
John Wiegley
2009-02-27
1
-4
/
+4
*
Gave round/unround/truncate all in_place_ variants
John Wiegley
2009-02-27
1
-14
/
+8
*
Refinements to amount_t validation code
John Wiegley
2009-02-27
1
-8
/
+13
*
Allow uncommoditized amounts to +/- with an amount
John Wiegley
2009-02-25
1
-6
/
+10
*
Marked all strings needing internationalization
John Wiegley
2009-02-25
1
-48
/
+46
*
Propagate commodity flags in costs sometimes
John Wiegley
2009-02-24
1
-5
/
+3
*
Be smarter about printing uncommoditized amounts
John Wiegley
2009-02-24
1
-4
/
+23
*
Fixes to the way annotated prices are displayed
John Wiegley
2009-02-24
1
-12
/
+6
*
Made commodity reduction during parsing consistent
John Wiegley
2009-02-24
1
-5
/
+15
*
Many fixes to --market and --exchange
John Wiegley
2009-02-22
1
-5
/
+18
*
Added --exchange (-x) option
John Wiegley
2009-02-22
1
-5
/
+11
*
Moved amount_t::right_justify to simply ::justify
John Wiegley
2009-02-19
1
-14
/
+0
*
Fixed several unused value and param warnings
John Wiegley
2009-02-16
1
-1
/
+0
*
Properly handle UTF-8 characters in commodity strings.
John Wiegley
2009-02-12
1
-0
/
+15
*
Rewrote the "entry" command. It's ALIVE!
John Wiegley
2009-02-11
1
-2
/
+2
*
amount_t::in_place_* now returns void. Added value_t::unreduce.
John Wiegley
2009-02-07
1
-6
/
+3
*
Fixed some #include ordering issues.
John Wiegley
2009-02-07
1
-0
/
+10
*
Only initialize the amount_t module if it hasn't been already.
John Wiegley
2009-02-06
1
-9
/
+16
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-52
/
+25
*
Removed unneeded member variables.
John Wiegley
2009-02-04
1
-8
/
+2
[next]