| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix to changed_value_transactions | John Wiegley | 2004-08-14 | 1 | -7/+2 |
* | fixed -G report | John Wiegley | 2004-08-14 | 1 | -3/+8 |
* | fixed problem with writing binary amounts | John Wiegley | 2004-08-13 | 1 | -2/+5 |
* | Added a days-of-the-week report, under -w | John Wiegley | 2004-08-12 | 1 | -9/+26 |
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -3/+61 |
* | many more formatting changes | John Wiegley | 2004-08-11 | 1 | -52/+27 |
* | more fixes | John Wiegley | 2004-08-11 | 1 | -13/+23 |
* | more cleanup | John Wiegley | 2004-08-11 | 1 | -1/+1 |
* | added several kinds of transaction filters | John Wiegley | 2004-08-11 | 1 | -2/+144 |
* | use polymorphism, instead of templates, for walking items | John Wiegley | 2004-08-10 | 1 | -9/+7 |
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -1/+1 |
* | added walk.cc | John Wiegley | 2004-08-07 | 1 | -0/+31 |