summaryrefslogtreecommitdiff
path: root/walk.cc
Commit message (Collapse)AuthorAgeFilesLines
* updated to 2.02John Wiegley2008-04-131-8/+8
|
* updated to version 2.0John Wiegley2008-04-131-0/+1099
|
* changesJohn Wiegley2008-04-131-662/+0
|
* another fix to interval reporting; end condition was sometimes off by oneJohn Wiegley2004-09-261-1/+1
|
* corrected the way that transaction handlers are flushedJohn Wiegley2004-09-261-5/+5
|
* corrected the deviation report (-D) when -V is also being usedJohn Wiegley2004-09-251-2/+6
|
* fixed a problem with interval strings that use only a beg or end dateJohn Wiegley2004-09-251-30/+34
|
* sorting optimizationJohn Wiegley2004-09-251-1/+45
|
* a couple of fixes to collapsed and subtotal reportsJohn Wiegley2004-09-251-15/+15
|
* added support for "equity" in main.pyJohn Wiegley2004-09-241-0/+12
|
* added a custom transaction formatter, format_entries, used by "print"John Wiegley2004-09-241-4/+5
|
* fixed a bug with interval reportingJohn Wiegley2004-09-231-2/+4
|
* more error checking and robustness modsJohn Wiegley2004-09-231-3/+8
|
* shored up error checking of value expressionsJohn Wiegley2004-09-231-0/+2
|
* fix to date mask parsing; put in a safety cutoffs when asserts are enabledJohn Wiegley2004-09-231-1/+10
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-4/+123
|
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-0/+3
|
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-69/+78
|
* main.py now implements nearly all the functionality of main.ccJohn Wiegley2004-09-141-39/+38
|
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-101-3/+3
|
* change commodity->symbol to const, and added set_symbolJohn Wiegley2004-09-101-0/+13
|
* slight changed semantics of item_handler<T>, to play better with Boost.PythonJohn Wiegley2004-09-101-12/+24
|
* Python fixes; starting adding support for using item_handlers in pythonJohn Wiegley2004-09-081-0/+122
|
* switch from using deque back to list; affects speed by up to 30%!John Wiegley2004-09-061-2/+2
|
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-66/+70
|
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-2/+2
|
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-3/+3
|
* slight cleanupJohn Wiegley2004-08-231-2/+2
|
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-55/+108
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-5/+12
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-4/+4
|
* added support for parsing QIF filesJohn Wiegley2004-08-191-5/+8
|
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-4/+3
|
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-3/+3
|
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-3/+3
|
* further restructuringJohn Wiegley2004-08-151-1/+3
|
* fix to changed_value_transactionsJohn Wiegley2004-08-141-7/+2
|
* fixed -G reportJohn Wiegley2004-08-141-3/+8
|
* fixed problem with writing binary amountsJohn Wiegley2004-08-131-2/+5
|
* Added a days-of-the-week report, under -wJohn Wiegley2004-08-121-9/+26
|
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-3/+61
|
* many more formatting changesJohn Wiegley2004-08-111-52/+27
|
* more fixesJohn Wiegley2004-08-111-13/+23
|
* more cleanupJohn Wiegley2004-08-111-1/+1
|
* added several kinds of transaction filtersJohn Wiegley2004-08-111-2/+144
|
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-101-9/+7
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-1/+1
|
* added walk.ccJohn Wiegley2004-08-071-0/+31