summaryrefslogtreecommitdiff
path: root/amount.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed several issues in value_t's coreJohn Wiegley2004-09-211-46/+3
|
* improvements to python exposure of commodity_tJohn Wiegley2004-09-111-5/+25
|
* change commodity->symbol to const, and added set_symbolJohn Wiegley2004-09-101-4/+2
|
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-82/+121
|
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-102/+65
|
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-1/+1
|
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-3/+3
|
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-2/+113
|
* read all binary data in at one go; gains 33%John Wiegley2004-08-261-2/+34
|
* don't placement new() amount_t in binary.cc when it isn't necessaryJohn Wiegley2004-08-261-6/+4
|
* added usual operatorJohn Wiegley2004-08-251-5/+6
|
* 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
|