index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
amount.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixed several issues in value_t's core
John Wiegley
2004-09-21
1
-46
/
+3
*
improvements to python exposure of commodity_t
John Wiegley
2004-09-11
1
-5
/
+25
*
change commodity->symbol to const, and added set_symbol
John Wiegley
2004-09-10
1
-4
/
+2
*
the amount/balance/value logic is now a library, completely separate from ledger
John Wiegley
2004-08-29
1
-82
/
+121
*
redid the way amount_t::commodity is handled; no more direct access
John Wiegley
2004-08-29
1
-102
/
+65
*
a bit of a reorg; still much more to go
John Wiegley
2004-08-29
1
-1
/
+1
*
ledger.so (the python module) now builds based on autoconf discovery
John Wiegley
2004-08-28
1
-3
/
+3
*
added (disabled) code for Boost.Python
John Wiegley
2004-08-27
1
-2
/
+113
*
read all binary data in at one go; gains 33%
John Wiegley
2004-08-26
1
-2
/
+34
*
don't placement new() amount_t in binary.cc when it isn't necessary
John Wiegley
2004-08-26
1
-6
/
+4
*
added usual operator
John Wiegley
2004-08-25
1
-5
/
+6
*
fixed two memory corruption bugs
John Wiegley
2004-08-25
1
-31
/
+57
*
added asserts to, and proof-read, amount.cc
John Wiegley
2004-08-25
1
-210
/
+188
*
Bulk alloc bigints in the binary reader; this gains another 20%
John Wiegley
2004-08-25
1
-13
/
+24
*
cleanup; fully switched to autoconf -- use scripts/acprep
John Wiegley
2004-08-24
1
-36
/
+54
*
a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)
John Wiegley
2004-08-23
1
-11
/
+8
*
Removed dependency on libgmpxx.a
John Wiegley
2004-08-23
1
-17
/
+7
*
simplified some code
John Wiegley
2004-08-22
1
-6
/
+4
*
a little more reorganizing, but only fractionally faster. diminishing returns!
John Wiegley
2004-08-22
1
-5
/
+8
*
use value_t instead of balance_pair_t; gains for 10% binary, 2% textual
John Wiegley
2004-08-21
1
-35
/
+8
*
fixes so that ledger will build optimized
John Wiegley
2004-08-21
1
-0
/
+1
*
only compute the cost when it differs from the amount
John Wiegley
2004-08-21
1
-3
/
+3
*
tracked down a tricky memory leak in value.h
John Wiegley
2004-08-21
1
-50
/
+68
*
more cleanup
John Wiegley
2004-08-21
1
-125
/
+126
*
moved some debug code around
John Wiegley
2004-08-21
1
-16
/
+19
*
fixes to how commodities are looked up using quotes.cc
John Wiegley
2004-08-21
1
-1
/
+2
*
add copy-on-write semantics to amount.cc; cuts object creation by 5x
John Wiegley
2004-08-21
1
-96
/
+192
*
support arbitrary precision after the decimal point; increase speed 0-10%
John Wiegley
2004-08-21
1
-216
/
+198
*
fixes to quote downloading
John Wiegley
2004-08-19
1
-3
/
+3
*
fix to textual parsing, and a bit of reconstruction in main.cc
John Wiegley
2004-08-19
1
-19
/
+57
*
speed improvements; my "bal" script is cut to a third
John Wiegley
2004-08-17
1
-17
/
+75
*
fixes
John Wiegley
2004-08-17
1
-11
/
+1
*
several significant speed improvements (removed excessive copying of strings)
John Wiegley
2004-08-17
1
-26
/
+12
*
fixes
John Wiegley
2004-08-17
1
-2
/
+4
*
misc cleanup
John Wiegley
2004-08-17
1
-1
/
+1
*
if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done
John Wiegley
2004-08-17
1
-3
/
+5
*
further restructuring
John Wiegley
2004-08-15
1
-13
/
+10
*
fix to amount printing
John Wiegley
2004-08-14
1
-1
/
+3
*
optimized printing of amounts
John Wiegley
2004-08-14
1
-19
/
+24
*
performance tweaks
John Wiegley
2004-08-13
1
-23
/
+4
*
fixed problem with writing binary amounts
John Wiegley
2004-08-13
1
-0
/
+8
*
write amounts out to the binary file in binary format
John Wiegley
2004-08-12
1
-4
/
+18
*
got entry working again
John Wiegley
2004-08-07
1
-0
/
+8
*
improvements to transaction formatting
John Wiegley
2004-08-06
1
-1
/
+1
*
rewrote the way registers are computed -- again
John Wiegley
2004-08-04
1
-14
/
+98
*
brought back the "print" and "equity" reports; this time much better!
John Wiegley
2004-07-31
1
-11
/
+26
*
two major changes
John Wiegley
2004-07-30
1
-22
/
+23
*
initial rev of 2.0
John Wiegley
2004-07-26
1
-422
/
+520
*
fix to european number handling
John Wiegley
2004-07-18
1
-8
/
+8
*
pricing fixes, added price command
John Wiegley
2004-06-21
1
-3
/
+5
[prev]
[next]