summaryrefslogtreecommitdiff
path: root/valexpr.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-3/+2
|
* optimize python iterations of entries, transactions; use exceptions moreJohn Wiegley2004-09-081-15/+11
|
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-2/+1
|
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-5/+3
|
* removed all uses of std::vector; simplified some codeJohn Wiegley2004-08-241-2/+0
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-11/+11
|
* slight cleanupJohn Wiegley2004-08-231-15/+23
|
* simplified some codeJohn Wiegley2004-08-221-8/+0
|
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-30/+33
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-24/+19
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-9/+34
|
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-1/+1
|
* minor changesJohn Wiegley2004-08-201-25/+0
|
* updated gnucash supportJohn Wiegley2004-08-201-4/+2
|
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-88/+82
|
* added --help docs, and fixed some problems with balance reprotingJohn Wiegley2004-08-181-1/+1
|
* speed improvements; my "bal" script is cut to a thirdJohn Wiegley2004-08-171-43/+67
|
* small changesJohn Wiegley2004-08-171-22/+13
|
* bug fixJohn Wiegley2004-08-171-2/+2
|
* changes to value expressions, and to how the display predicate is computedJohn Wiegley2004-08-171-53/+66
|
* fixesJohn Wiegley2004-08-171-10/+0
|
* several significant speed improvements (removed excessive copying of strings)John Wiegley2004-08-171-48/+23
|
* misc cleanupJohn Wiegley2004-08-171-1/+0
|
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-2/+1
|
* slight fixesJohn Wiegley2004-08-171-1/+2
|
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-15/+45
|
* added necessary #includeJohn Wiegley2004-08-111-0/+1
|
* many more formatting changesJohn Wiegley2004-08-111-171/+134
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-21/+75
|
* fixed account display bugJohn Wiegley2004-08-091-3/+31
|
* fixed < bugJohn Wiegley2004-08-091-0/+2
|
* got more reports working againJohn Wiegley2004-08-071-3/+13
|
* fixed -R reportJohn Wiegley2004-08-051-1/+1
|
* added support for account sortingJohn Wiegley2004-08-051-20/+22
|
* added back sorting supportJohn Wiegley2004-08-051-1/+0
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-0/+804