| Commit message (Expand) | Author | Age | Files | Lines |
* | interval_t objects now play nicely with python. see the bottom of main.py | John Wiegley | 2004-09-10 | 1 | -7/+5 |
* | slight changed semantics of item_handler<T>, to play better with Boost.Python | John Wiegley | 2004-09-10 | 1 | -2/+0 |
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -8/+23 |
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -54/+59 |
* | ledger.so (the python module) now builds based on autoconf discovery | John Wiegley | 2004-08-28 | 1 | -8/+8 |
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -32/+17 |
* | fixed another memory strangeness (too much destruction) | John Wiegley | 2004-08-26 | 1 | -3/+3 |
* | added usual operator | John Wiegley | 2004-08-25 | 1 | -1/+2 |
* | fixed two memory corruption bugs | John Wiegley | 2004-08-25 | 1 | -3/+4 |
* | slight cleanup | John Wiegley | 2004-08-23 | 1 | -4/+6 |
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -13/+103 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -2/+7 |
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -2/+3 |
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -19/+14 |
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 1 | -1/+1 |
* | further performance tweaks | John Wiegley | 2004-08-17 | 1 | -2/+2 |
* | changes to value expressions, and to how the display predicate is computed | John Wiegley | 2004-08-17 | 1 | -0/+2 |
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 1 | -1/+0 |
* | further restructuring | John Wiegley | 2004-08-15 | 1 | -6/+11 |
* | fixed problem with writing binary amounts | John Wiegley | 2004-08-13 | 1 | -83/+56 |
* | Added a days-of-the-week report, under -w | John Wiegley | 2004-08-12 | 1 | -39/+59 |
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -35/+9 |
* | more reorg | John Wiegley | 2004-08-11 | 1 | -122/+38 |
* | more reorg | John Wiegley | 2004-08-11 | 1 | -39/+22 |
* | many more formatting changes | John Wiegley | 2004-08-11 | 1 | -111/+173 |
* | more fixes | John Wiegley | 2004-08-11 | 1 | -7/+14 |
* | more cleanup | John Wiegley | 2004-08-11 | 1 | -32/+51 |
* | added several kinds of transaction filters | John Wiegley | 2004-08-11 | 1 | -17/+236 |
* | changed the way changed_value_filter is called | John Wiegley | 2004-08-10 | 1 | -0/+1 |
* | use polymorphism, instead of templates, for walking items | John Wiegley | 2004-08-10 | 1 | -66/+60 |
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -10/+10 |
* | more bug fixes | John Wiegley | 2004-08-09 | 1 | -1/+2 |
* | fixed account display bug | John Wiegley | 2004-08-09 | 1 | -20/+16 |
* | moved display only flags to dflags in both transactions and accounts | John Wiegley | 2004-08-07 | 1 | -5/+5 |
* | print is working again | John Wiegley | 2004-08-07 | 1 | -14/+7 |
* | got more reports working again | John Wiegley | 2004-08-07 | 1 | -2/+2 |
* | improvements to transaction formatting | John Wiegley | 2004-08-06 | 1 | -62/+29 |
* | -s bal is functional again | John Wiegley | 2004-08-06 | 1 | -64/+22 |
* | fixed cache by clear transaction flags before writing | John Wiegley | 2004-08-05 | 1 | -0/+25 |
* | fixed the "-o bal rent" report again | John Wiegley | 2004-08-05 | 1 | -81/+76 |
* | added support for account sorting | John Wiegley | 2004-08-05 | 1 | -87/+86 |
* | added back sorting support | John Wiegley | 2004-08-05 | 1 | -1/+72 |
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -0/+234 |