index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
amount.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
updated to version 2.0
John Wiegley
2008-04-13
1
-0
/
+443
|
*
changes
John Wiegley
2008-04-13
1
-417
/
+0
|
*
corrected a small problem with conversion of numeric types to amount_t's
John Wiegley
2004-09-25
1
-17
/
+14
|
*
changed ledger.h to journal.h; moved adding of autoxact hook
John Wiegley
2004-09-23
1
-0
/
+1
|
*
fixed several issues in value_t's core
John Wiegley
2004-09-21
1
-27
/
+53
|
*
improvements to python exposure of commodity_t
John Wiegley
2004-09-11
1
-4
/
+5
|
*
change commodity->symbol to const, and added set_symbol
John Wiegley
2004-09-10
1
-14
/
+16
|
*
the amount/balance/value logic is now a library, completely separate from ledger
John Wiegley
2004-08-29
1
-16
/
+53
|
*
redid the way amount_t::commodity is handled; no more direct access
John Wiegley
2004-08-29
1
-14
/
+52
|
*
added (disabled) code for Boost.Python
John Wiegley
2004-08-27
1
-11
/
+11
|
*
read all binary data in at one go; gains 33%
John Wiegley
2004-08-26
1
-0
/
+1
|
*
added asserts to, and proof-read, amount.cc
John Wiegley
2004-08-25
1
-24
/
+44
|
*
Bulk alloc bigints in the binary reader; this gains another 20%
John Wiegley
2004-08-25
1
-0
/
+2
|
*
cleanup; fully switched to autoconf -- use scripts/acprep
John Wiegley
2004-08-24
1
-5
/
+1
|
*
a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)
John Wiegley
2004-08-23
1
-2
/
+0
|
*
use value_t instead of balance_pair_t; gains for 10% binary, 2% textual
John Wiegley
2004-08-21
1
-1
/
+15
|
*
more cleanup
John Wiegley
2004-08-21
1
-11
/
+7
|
*
moved some debug code around
John Wiegley
2004-08-21
1
-1
/
+1
|
*
fixes to how commodities are looked up using quotes.cc
John Wiegley
2004-08-21
1
-3
/
+5
|
*
add copy-on-write semantics to amount.cc; cuts object creation by 5x
John Wiegley
2004-08-21
1
-9
/
+18
|
*
support arbitrary precision after the decimal point; increase speed 0-10%
John Wiegley
2004-08-21
1
-14
/
+23
|
*
fixes to quote downloading
John Wiegley
2004-08-19
1
-2
/
+2
|
*
speed improvements; my "bal" script is cut to a third
John Wiegley
2004-08-17
1
-8
/
+17
|
*
more binary format changes
John Wiegley
2004-08-16
1
-16
/
+16
|
*
further restructuring
John Wiegley
2004-08-15
1
-4
/
+10
|
*
cleaned up binary data writing, and file handling
John Wiegley
2004-08-15
1
-1
/
+3
|
*
got entry working again
John Wiegley
2004-08-07
1
-0
/
+7
|
*
rewrote the way registers are computed -- again
John Wiegley
2004-08-04
1
-0
/
+244