summaryrefslogtreecommitdiff
path: root/amount.cc
Commit message (Collapse)AuthorAgeFilesLines
* fixed two memory corruption bugsJohn Wiegley2004-08-251-31/+57
|
* added asserts to, and proof-read, amount.ccJohn Wiegley2004-08-251-210/+188
|
* Bulk alloc bigints in the binary reader; this gains another 20%John Wiegley2004-08-251-13/+24
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-36/+54
|
* a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)John Wiegley2004-08-231-11/+8
|
* Removed dependency on libgmpxx.aJohn Wiegley2004-08-231-17/+7
|
* simplified some codeJohn Wiegley2004-08-221-6/+4
|
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-5/+8
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-35/+8
|
* fixes so that ledger will build optimizedJohn Wiegley2004-08-211-0/+1
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-3/+3
|
* tracked down a tricky memory leak in value.hJohn Wiegley2004-08-211-50/+68
|
* more cleanupJohn Wiegley2004-08-211-125/+126
|
* moved some debug code aroundJohn Wiegley2004-08-211-16/+19
|
* fixes to how commodities are looked up using quotes.ccJohn Wiegley2004-08-211-1/+2
|
* add copy-on-write semantics to amount.cc; cuts object creation by 5xJohn Wiegley2004-08-211-96/+192
|
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-216/+198
|
* fixes to quote downloadingJohn Wiegley2004-08-191-3/+3
|
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-19/+57
|
* speed improvements; my "bal" script is cut to a thirdJohn Wiegley2004-08-171-17/+75
|
* fixesJohn Wiegley2004-08-171-11/+1
|
* several significant speed improvements (removed excessive copying of strings)John Wiegley2004-08-171-26/+12
|
* fixesJohn Wiegley2004-08-171-2/+4
|
* misc cleanupJohn Wiegley2004-08-171-1/+1
|
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-3/+5
|
* further restructuringJohn Wiegley2004-08-151-13/+10
|
* fix to amount printingJohn Wiegley2004-08-141-1/+3
|
* optimized printing of amountsJohn Wiegley2004-08-141-19/+24
|
* performance tweaksJohn Wiegley2004-08-131-23/+4
|
* fixed problem with writing binary amountsJohn Wiegley2004-08-131-0/+8
|
* write amounts out to the binary file in binary formatJohn Wiegley2004-08-121-4/+18
|
* got entry working againJohn Wiegley2004-08-071-0/+8
|
* improvements to transaction formattingJohn Wiegley2004-08-061-1/+1
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-14/+98
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-11/+26
|
* two major changesJohn Wiegley2004-07-301-22/+23
| | | | | | | | | | | | | Complete changed the way format strings are handled. They are now compiled first, which is far more efficient than what was being done before. Also, there is now a global ledger::commodity_t::commodities map, which saves me from having to pass the current journal around to a zillion different functions, for the sole purpose of making sure that all commodity symbols that are parsed refer to the same commodity object.
* initial rev of 2.0John Wiegley2004-07-261-422/+520
|
* fix to european number handlingJohn Wiegley2004-07-181-8/+8
|
* pricing fixes, added price commandJohn Wiegley2004-06-211-3/+5
|
* fixes to price history supportJohn Wiegley2004-06-211-4/+22
|
* pricing history supportJohn Wiegley2004-06-211-36/+8
|
* initial import into DarcsJohn Wiegley2004-05-131-28/+43
|
* *** empty log message ***John Wiegley2004-04-101-1/+3
|
* *** empty log message ***John Wiegley2004-04-101-2/+2
|
* *** empty log message ***John Wiegley2004-04-071-3/+3
|
* *** empty log message ***John Wiegley2004-04-041-3/+7
|
* *** empty log message ***John Wiegley2004-02-121-0/+1
|
* cJohn Wiegley2003-10-111-0/+4
|
* *** empty log message ***John Wiegley2003-10-101-7/+2
|
* *** empty log message ***John Wiegley2003-10-091-6/+3
|