| Commit message (Expand) | Author | Age | Files | Lines |
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | (operator): Rearranged some code and added an assert. | John Wiegley | 2008-04-13 | 1 | -4/+1 |
* | (operator): Rearranged some code and added an assert. | John Wiegley | 2008-04-13 | 1 | -3/+8 |
* | (subtotal_transactions::operator()): Changed the usage of the | John Wiegley | 2008-04-13 | 1 | -5/+8 |
* | (report_budget_items): Removed an unused local variable. | John Wiegley | 2008-04-13 | 1 | -45/+40 |
* | (sort_transactions::post_accumulated_xacts): Created this function so | John Wiegley | 2008-04-13 | 1 | -4/+2 |
* | (truncate_entries::flush): Fix so that --head and --tail can be used | John Wiegley | 2008-04-13 | 1 | -4/+13 |
* | Changed truncate_entries so that --head and --tail can be used at the | John Wiegley | 2008-04-13 | 1 | -6/+8 |
* | Added the new transaction handler `truncate_entries' which can be used | John Wiegley | 2008-04-13 | 1 | -0/+47 |
* | (clear_transactions_xdata): Clear the transaction xdata pointers once | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+3 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+1 |
* | (related_transactions::flush): Handle the case where an auto_entry or | John Wiegley | 2008-04-13 | 1 | -8/+21 |
* | Added #include <alogrithm> | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -8/+8 |
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+1099 |
* | changes | John Wiegley | 2008-04-13 | 1 | -662/+0 |
* | another fix to interval reporting; end condition was sometimes off by one | John Wiegley | 2004-09-26 | 1 | -1/+1 |
* | corrected the way that transaction handlers are flushed | John Wiegley | 2004-09-26 | 1 | -5/+5 |
* | corrected the deviation report (-D) when -V is also being used | John Wiegley | 2004-09-25 | 1 | -2/+6 |
* | fixed a problem with interval strings that use only a beg or end date | John Wiegley | 2004-09-25 | 1 | -30/+34 |
* | sorting optimization | John Wiegley | 2004-09-25 | 1 | -1/+45 |
* | a couple of fixes to collapsed and subtotal reports | John Wiegley | 2004-09-25 | 1 | -15/+15 |
* | added support for "equity" in main.py | John Wiegley | 2004-09-24 | 1 | -0/+12 |
* | added a custom transaction formatter, format_entries, used by "print" | John Wiegley | 2004-09-24 | 1 | -4/+5 |
* | fixed a bug with interval reporting | John Wiegley | 2004-09-23 | 1 | -2/+4 |
* | more error checking and robustness mods | John Wiegley | 2004-09-23 | 1 | -3/+8 |
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 1 | -0/+2 |
* | fix to date mask parsing; put in a safety cutoffs when asserts are enabled | John Wiegley | 2004-09-23 | 1 | -1/+10 |
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 1 | -4/+123 |
* | some changes in the way formatting strings are handled; for simplicity | John Wiegley | 2004-09-18 | 1 | -0/+3 |
* | changed the management of "xdata" in walk.h | John Wiegley | 2004-09-17 | 1 | -69/+78 |
* | main.py now implements nearly all the functionality of main.cc | John Wiegley | 2004-09-14 | 1 | -39/+38 |
* | interval_t objects now play nicely with python. see the bottom of main.py | John Wiegley | 2004-09-10 | 1 | -3/+3 |
* | change commodity->symbol to const, and added set_symbol | John Wiegley | 2004-09-10 | 1 | -0/+13 |
* | slight changed semantics of item_handler<T>, to play better with Boost.Python | John Wiegley | 2004-09-10 | 1 | -12/+24 |
* | Python fixes; starting adding support for using item_handlers in python | John Wiegley | 2004-09-08 | 1 | -0/+122 |
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -2/+2 |
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -66/+70 |
* | ledger.so (the python module) now builds based on autoconf discovery | John Wiegley | 2004-08-28 | 1 | -2/+2 |
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -3/+3 |
* | slight cleanup | John Wiegley | 2004-08-23 | 1 | -2/+2 |
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -55/+108 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -5/+12 |
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -4/+4 |
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 1 | -5/+8 |
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 1 | -4/+3 |
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -3/+3 |
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 1 | -3/+3 |
* | further restructuring | John Wiegley | 2004-08-15 | 1 | -1/+3 |