summaryrefslogtreecommitdiff
path: root/report.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-432/+0
* Rearranged some of the options code, enabled -t and -T.John Wiegley2008-08-051-17/+18
* Moved the option code for 2.6.1 from option.cc into report.h. It's stillJohn Wiegley2008-08-051-4/+0
* First round of work to get the balance report working again.John Wiegley2008-08-041-19/+1
* Regular expressions are working again, such that very basic register reportsJohn Wiegley2008-08-031-105/+18
* Got pre-compiled headers working again, which are used if --devel is passed toJohn Wiegley2008-08-031-0/+22
* Rearranged the code a bit, breaking walk.cc into several different files:John Wiegley2008-08-031-290/+5
* Got date, payee and accounts back into the register report.John Wiegley2008-08-031-0/+10
* Re-enabled almost all of the old reporting code, which means it compiles nowJohn Wiegley2008-08-021-171/+246
* Moved xact_xdata_t into xact_t itself, as a set of "extended data" that mightJohn Wiegley2008-08-021-4/+4
* Formatting now relies exclusively on value expressions.John Wiegley2008-08-021-5/+5
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-3/+3
* Added a new 'format' debugging command, which dissects the formattingJohn Wiegley2008-08-011-2/+2
* Simplified the format_t code so that it no longer references any particularsJohn Wiegley2008-08-011-0/+259
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-1/+1
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-70/+70
* Changed the way scopes are structured for an upcoming design change.John Wiegley2008-07-291-1/+1
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-6/+6
* Merge branch 'master' into v2.7aJohn Wiegley2008-07-271-24/+4
|\
* | Updated all copyright messages to 2003-2008.John Wiegley2008-07-271-1/+1
* | A large body of work to get the register report printing again, but stillJohn Wiegley2008-07-271-6/+258
* | --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-5/+0
* | Parsing now works again. And there was much rejoicing.John Wiegley2008-07-241-1/+1
* | Added the var_t helper class, which can be seen in the beginningJohn Wiegley2008-07-211-1/+1
* | Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-376/+195
* | The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-26/+26
|/
* Added elision styles.John Wiegley2008-04-131-1/+1
* Reworked the way date/times are handled.John Wiegley2008-04-131-5/+4
* Added a new script that enables use of Ledger as a smart "du".John Wiegley2008-04-131-0/+414