summaryrefslogtreecommitdiff
path: root/src/stats.cc
Commit message (Collapse)AuthorAgeFilesLines
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-6/+0
|
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-1/+1
| | | | The journal_t now completely represents the data part of a session.
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
|
* Revised the ways statistics are computedJohn Wiegley2009-03-061-0/+125
It is no longer done in calc_posts, but recursively on each account. This allows value expressions to ask statistical questions, like "earliest cleared posting?" (TBD) from any specific account, computed lazily.