summaryrefslogtreecommitdiff
path: root/walk.h
Commit message (Expand)AuthorAgeFilesLines
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-163/+147
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-7/+5
* slight changed semantics of item_handler<T>, to play better with Boost.PythonJohn Wiegley2004-09-101-2/+0
* switch from using deque back to list; affects speed by up to 30%!John Wiegley2004-09-061-8/+23
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-54/+59
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-8/+8
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-32/+17
* fixed another memory strangeness (too much destruction)John Wiegley2004-08-261-3/+3
* added usual operatorJohn Wiegley2004-08-251-1/+2
* fixed two memory corruption bugsJohn Wiegley2004-08-251-3/+4
* slight cleanupJohn Wiegley2004-08-231-4/+6
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-13/+103
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-2/+7
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-2/+3
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-19/+14
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-1/+1
* further performance tweaksJohn Wiegley2004-08-171-2/+2
* changes to value expressions, and to how the display predicate is computedJohn Wiegley2004-08-171-0/+2
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-1/+0
* further restructuringJohn Wiegley2004-08-151-6/+11
* fixed problem with writing binary amountsJohn Wiegley2004-08-131-83/+56
* Added a days-of-the-week report, under -wJohn Wiegley2004-08-121-39/+59
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-35/+9
* more reorgJohn Wiegley2004-08-111-122/+38
* more reorgJohn Wiegley2004-08-111-39/+22
* many more formatting changesJohn Wiegley2004-08-111-111/+173
* more fixesJohn Wiegley2004-08-111-7/+14
* more cleanupJohn Wiegley2004-08-111-32/+51
* added several kinds of transaction filtersJohn Wiegley2004-08-111-17/+236
* changed the way changed_value_filter is calledJohn Wiegley2004-08-101-0/+1
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-101-66/+60
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-10/+10
* more bug fixesJohn Wiegley2004-08-091-1/+2
* fixed account display bugJohn Wiegley2004-08-091-20/+16
* moved display only flags to dflags in both transactions and accountsJohn Wiegley2004-08-071-5/+5
* print is working againJohn Wiegley2004-08-071-14/+7
* got more reports working againJohn Wiegley2004-08-071-2/+2
* improvements to transaction formattingJohn Wiegley2004-08-061-62/+29
* -s bal is functional againJohn Wiegley2004-08-061-64/+22
* fixed cache by clear transaction flags before writingJohn Wiegley2004-08-051-0/+25
* fixed the "-o bal rent" report againJohn Wiegley2004-08-051-81/+76
* added support for account sortingJohn Wiegley2004-08-051-87/+86
* added back sorting supportJohn Wiegley2004-08-051-1/+72
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-0/+234