summaryrefslogtreecommitdiff
path: root/format.cc
Commit message (Collapse)AuthorAgeFilesLines
* escape codes in format strings; can now redefine individual report formatsJohn Wiegley2004-08-221-1/+15
|
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-11/+11
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-3/+8
|
* fixes so that ledger will build optimizedJohn Wiegley2004-08-211-1/+1
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-2/+2
|
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-5/+3
|
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-6/+9
|
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-77/+78
|
* added --help docs, and fixed some problems with balance reprotingJohn Wiegley2004-08-181-12/+19
|
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-1/+1
|
* further performance tweaksJohn Wiegley2004-08-171-20/+38
|
* several significant speed improvements (removed excessive copying of strings)John Wiegley2004-08-171-27/+32
|
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-0/+5
|
* fix to amount printingJohn Wiegley2004-08-141-4/+4
|
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-4/+5
|
* many more formatting changesJohn Wiegley2004-08-111-3/+3
|
* more cleanupJohn Wiegley2004-08-111-0/+1
|
* added several kinds of transaction filtersJohn Wiegley2004-08-111-93/+0
|
* use polymorphism, instead of templates, for walking itemsJohn Wiegley2004-08-101-7/+6
|
* more bug fixesJohn Wiegley2004-08-091-7/+15
|
* fixed account display bugJohn Wiegley2004-08-091-33/+48
|
* moved display only flags to dflags in both transactions and accountsJohn Wiegley2004-08-071-4/+4
|
* fixed display predicates in the register reportJohn Wiegley2004-08-071-23/+22
|
* print is working againJohn Wiegley2004-08-071-27/+32
|
* got more reports working againJohn Wiegley2004-08-071-70/+43
|
* improvements to transaction formattingJohn Wiegley2004-08-061-12/+112
|
* -s bal is functional againJohn Wiegley2004-08-061-0/+67
|
* added back sorting supportJohn Wiegley2004-08-051-2/+2
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-73/+65
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-10/+74
|
* predicate are now used instead of constraintsJohn Wiegley2004-07-301-2/+1
|
* two major changesJohn Wiegley2004-07-301-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.ccJohn Wiegley2004-07-271-21/+10
|
* initial rev of 2.0John Wiegley2004-07-261-0/+195