summaryrefslogtreecommitdiff
path: root/xact.cc
Commit message (Expand)AuthorAgeFilesLines
* First round of work to get the balance report working again.John Wiegley2008-08-041-0/+2
* Regular expressions are working again, such that very basic register reportsJohn Wiegley2008-08-031-3/+3
* Got pre-compiled headers working again, which are used if --devel is passed toJohn Wiegley2008-08-031-9/+14
* Got date, payee and accounts back into the register report.John Wiegley2008-08-031-9/+16
* Moved xact_xdata_t into xact_t itself, as a set of "extended data" that mightJohn Wiegley2008-08-021-12/+86
* More infrastructure work toward getting journal objects to provide their ownJohn Wiegley2008-08-021-19/+20
* Formatting now relies exclusively on value expressions.John Wiegley2008-08-021-5/+13
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-2/+2
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-311-4/+2
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-2/+4
* The next value expression scheme is working, but the individual accessorJohn Wiegley2008-07-291-5/+46
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-0/+140