Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -26/+26 |
| | |||||
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -0/+1 |
| | |||||
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -1/+2 |
| | |||||
* | simplified some code | John Wiegley | 2004-08-22 | 1 | -15/+1 |
| | |||||
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -18/+30 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -5/+6 |
| | |||||
* | support arbitrary precision after the decimal point; increase speed 0-10% | John Wiegley | 2004-08-21 | 1 | -4/+7 |
| | |||||
* | several fixes | John Wiegley | 2004-08-19 | 1 | -1/+0 |
| | |||||
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 1 | -0/+1 |
| | |||||
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -12/+0 |
| | |||||
* | added --help docs, and fixed some problems with balance reproting | John Wiegley | 2004-08-18 | 1 | -1/+2 |
| | |||||
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 1 | -0/+13 |
| | |||||
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -7/+10 |
| | |||||
* | more reorg | John Wiegley | 2004-08-11 | 1 | -1/+0 |
| | |||||
* | many more formatting changes | John Wiegley | 2004-08-11 | 1 | -16/+13 |
| | |||||
* | added several kinds of transaction filters | John Wiegley | 2004-08-11 | 1 | -114/+29 |
| | |||||
* | changed the way changed_value_filter is called | John Wiegley | 2004-08-10 | 1 | -9/+37 |
| | |||||
* | use polymorphism, instead of templates, for walking items | John Wiegley | 2004-08-10 | 1 | -28/+27 |
| | |||||
* | new debug code; automated transactions now use value expression predicates | John Wiegley | 2004-08-10 | 1 | -13/+13 |
| | |||||
* | more fixes | John Wiegley | 2004-08-09 | 1 | -0/+5 |
| | |||||
* | fixed account display bug | John Wiegley | 2004-08-09 | 1 | -8/+16 |
| | |||||
* | moved display only flags to dflags in both transactions and accounts | John Wiegley | 2004-08-07 | 1 | -1/+1 |
| | |||||
* | fixed display predicates in the register report | John Wiegley | 2004-08-07 | 1 | -0/+2 |
| | |||||
* | got entry working again | John Wiegley | 2004-08-07 | 1 | -1/+1 |
| | |||||
* | equity reports are restored | John Wiegley | 2004-08-07 | 1 | -0/+44 |
| | |||||
* | got more reports working again | John Wiegley | 2004-08-07 | 1 | -20/+72 |
| | |||||
* | improvements to transaction formatting | John Wiegley | 2004-08-06 | 1 | -11/+47 |
| | |||||
* | -s bal is functional again | John Wiegley | 2004-08-06 | 1 | -0/+37 |
| | |||||
* | fixed the "-o bal rent" report again | John Wiegley | 2004-08-05 | 1 | -2/+8 |
| | |||||
* | added back sorting support | John Wiegley | 2004-08-05 | 1 | -4/+7 |
| | |||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -16/+16 |
| | |||||
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 1 | -4/+7 |
| | |||||
* | removed constraints_t entirely | John Wiegley | 2004-07-31 | 1 | -1/+0 |
| | |||||
* | predicate are now used instead of constraints | John Wiegley | 2004-07-30 | 1 | -27/+2 |
| | |||||
* | two major changes | John Wiegley | 2004-07-30 | 1 | -26/+59 |
| | | | | | | | | | | | | | Complete changed the way format strings are handled. They are now compiled first, which is far more efficient than what was being done before. Also, there is now a global ledger::commodity_t::commodities map, which saves me from having to pass the current journal around to a zillion different functions, for the sole purpose of making sure that all commodity symbols that are parsed refer to the same commodity object. | ||||
* | reorganized report.cc into item.cc, expr.cc and format.cc | John Wiegley | 2004-07-27 | 1 | -8/+25 |
| | |||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+51 |