Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | further performance tweaks | John Wiegley | 2004-08-17 | 1 | -20/+38 | |
| | ||||||
* | several significant speed improvements (removed excessive copying of strings) | John Wiegley | 2004-08-17 | 1 | -27/+32 | |
| | ||||||
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 1 | -0/+5 | |
| | ||||||
* | fix to amount printing | John Wiegley | 2004-08-14 | 1 | -4/+4 | |
| | ||||||
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -4/+5 | |
| | ||||||
* | many more formatting changes | John Wiegley | 2004-08-11 | 1 | -3/+3 | |
| | ||||||
* | more cleanup | John Wiegley | 2004-08-11 | 1 | -0/+1 | |
| | ||||||
* | added several kinds of transaction filters | John Wiegley | 2004-08-11 | 1 | -93/+0 | |
| | ||||||
* | use polymorphism, instead of templates, for walking items | John Wiegley | 2004-08-10 | 1 | -7/+6 | |
| | ||||||
* | more bug fixes | John Wiegley | 2004-08-09 | 1 | -7/+15 | |
| | ||||||
* | fixed account display bug | John Wiegley | 2004-08-09 | 1 | -33/+48 | |
| | ||||||
* | moved display only flags to dflags in both transactions and accounts | John Wiegley | 2004-08-07 | 1 | -4/+4 | |
| | ||||||
* | fixed display predicates in the register report | John Wiegley | 2004-08-07 | 1 | -23/+22 | |
| | ||||||
* | print is working again | John Wiegley | 2004-08-07 | 1 | -27/+32 | |
| | ||||||
* | got more reports working again | John Wiegley | 2004-08-07 | 1 | -70/+43 | |
| | ||||||
* | improvements to transaction formatting | John Wiegley | 2004-08-06 | 1 | -12/+112 | |
| | ||||||
* | -s bal is functional again | John Wiegley | 2004-08-06 | 1 | -0/+67 | |
| | ||||||
* | added back sorting support | John Wiegley | 2004-08-05 | 1 | -2/+2 | |
| | ||||||
* | rewrote the way registers are computed -- again | John Wiegley | 2004-08-04 | 1 | -73/+65 | |
| | ||||||
* | brought back the "print" and "equity" reports; this time much better! | John Wiegley | 2004-07-31 | 1 | -10/+74 | |
| | ||||||
* | predicate are now used instead of constraints | John Wiegley | 2004-07-30 | 1 | -2/+1 | |
| | ||||||
* | two major changes | John Wiegley | 2004-07-30 | 1 | -101/+158 | |
| | | | | | | | | | | | | | 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 | -21/+10 | |
| | ||||||
* | initial rev of 2.0 | John Wiegley | 2004-07-26 | 1 | -0/+195 | |