summaryrefslogtreecommitdiff
path: root/src/cache.cc
Commit message (Collapse)AuthorAgeFilesLines
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-896/+0
|
* Changed many uses of "unsigned long" to std::size_t.John Wiegley2009-02-011-3/+4
|
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-4/+4
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Began initial work to support specifying a series of commodities to -V.John Wiegley2008-09-201-1/+1
|
* Removed all pending todos from the amount_t code.John Wiegley2008-08-171-10/+34
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+871
is in doc/, etc.