summaryrefslogtreecommitdiff
path: root/valexpr.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added support for a Y flag which matches against a transaction'sJohn Wiegley2008-04-131-0/+9
| | | | | | PENDING state (as opposed to X, which checks only CLEARED). Now it should be possible to query for all combinations of PENDING, CLEARED or UNCLEARED.
* Added a `terminus' global, which if set marks the "current time" asJohn Wiegley2008-04-131-3/+5
| | | | | | seen by the value expression logic. This has the effect of changing valexprs that test against the current time, such as for calculating the market value of commodities.
* See ChangeLogJohn Wiegley2008-04-131-3/+6
|
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-2/+19
| | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior.
* Added the capability for value expression regexps targetted atJohn Wiegley2008-04-131-15/+63
| | | | | | specific parts of a transaction: c// (entry code), p// (payee), w// (short account name), W// (full account name), and e// (transaction note).
* updated to version 2.0John Wiegley2008-04-131-0/+1037
|
* changesJohn Wiegley2008-04-131-1051/+0
|
* made several of the buffers used non-staticJohn Wiegley2004-09-261-2/+1
|
* corrected the deviation report (-D) when -V is also being usedJohn Wiegley2004-09-251-7/+0
|
* added pysample.dat, which provides a more realistic example of using PythonJohn Wiegley2004-09-251-5/+7
|
* fixed support for multiple argument passing to Python functionsJohn Wiegley2004-09-251-17/+45
|
* accept multiple arguments passed to an interpreted function (more work tbd)John Wiegley2004-09-241-30/+57
|
* more error checking and robustness modsJohn Wiegley2004-09-231-29/+40
|
* shored up error checking of value expressionsJohn Wiegley2004-09-231-7/+28
|
* passing --enable-python to configure is now required for python supportJohn Wiegley2004-09-201-2/+2
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-0/+10
|
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-26/+25
|
* further python integration improvementsJohn Wiegley2004-09-141-2/+12
|
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-141-3/+57
|
* added support for ValueExpr objects to python.John Wiegley2004-09-101-0/+32
|
* 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
|