log data/fileio/CachedFile.cpp @ 1855:db489a1ece9b

age author description
Thu, 21 Jun 2018 15:37:27 +0100 Chris Cannam Some SVCERRs
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Tue, 14 Jun 2011 15:28:42 +0100 Chris Cannam Seems check() is also sometimes defined on OS/X
Tue, 14 Jun 2011 15:26:52 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:09 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:24 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Thu, 11 Dec 2008 15:18:10 +0000 Chris Cannam * Make FileSource able to indicate its preferred content type (e.g.
Fri, 14 Nov 2008 10:10:05 +0000 Chris Cannam * Auto-select RDF datastore/parsing backend; use trees datastore if
Mon, 27 Oct 2008 20:29:55 +0000 Chris Cannam * complete switching the code to use CachedFile -- now to tidy & fix the
Mon, 27 Oct 2008 18:15:20 +0000 Chris Cannam * make use of CachedFile (untested)
Mon, 27 Oct 2008 15:07:35 +0000 Chris Cannam * flesh out CachedFile a bit more
Mon, 27 Oct 2008 11:53:35 +0000 Chris Cannam * stub out persistent cacheing class, as I've decided I don't like the