summaryrefslogtreecommitdiff
path: root/amount.h
Commit message (Collapse)AuthorAgeFilesLines
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-16/+53
|
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-14/+52
|
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-11/+11
|
* read all binary data in at one go; gains 33%John Wiegley2004-08-261-0/+1
|
* added asserts to, and proof-read, amount.ccJohn Wiegley2004-08-251-24/+44
|
* Bulk alloc bigints in the binary reader; this gains another 20%John Wiegley2004-08-251-0/+2
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-5/+1
|
* a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)John Wiegley2004-08-231-2/+0
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-1/+15
|
* more cleanupJohn Wiegley2004-08-211-11/+7
|
* moved some debug code aroundJohn Wiegley2004-08-211-1/+1
|
* fixes to how commodities are looked up using quotes.ccJohn Wiegley2004-08-211-3/+5
|
* add copy-on-write semantics to amount.cc; cuts object creation by 5xJohn Wiegley2004-08-211-9/+18
|
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-14/+23
|
* fixes to quote downloadingJohn Wiegley2004-08-191-2/+2
|
* speed improvements; my "bal" script is cut to a thirdJohn Wiegley2004-08-171-8/+17
|
* more binary format changesJohn Wiegley2004-08-161-16/+16
|
* further restructuringJohn Wiegley2004-08-151-4/+10
|
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-151-1/+3
|
* got entry working againJohn Wiegley2004-08-071-0/+7
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-0/+244