log base/TempDirectory.cpp @ 1563:175ef02c7864

age author description
Wed, 19 Oct 2016 09:11:51 +0100 Chris Cannam Tidy and re-fix for Linux msvc2015_64
Tue, 18 Oct 2016 14:03:55 +0100 Chris Cannam MSVC build fixes msvc2015_64
Tue, 03 Mar 2015 15:18:24 +0000 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
Tue, 26 Nov 2013 13:43:31 +0000 Chris Cannam Drop toStdString, with debug header we can stream QStrings
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Thu, 18 Aug 2011 11:36:23 +0100 Chris Cannam Simplify temporary directory path &c
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
Mon, 09 May 2011 16:58:24 +0100 Chris Cannam Better system-specific unbundle locations for ResourceFinder; use same location for TempDirectory
Mon, 18 Oct 2010 12:42:42 +0100 Chris Cannam * Build fixes
Fri, 12 Mar 2010 13:13:06 +0000 Chris Cannam * Be more diligent about removing abandoned temporary directories: remove
Thu, 10 Sep 2009 14:17:59 +0000 Chris Cannam * Some (incomplete) Solaris build bobs
Thu, 11 Dec 2008 15:18:10 +0000 Chris Cannam * Make FileSource able to indicate its preferred content type (e.g.
Fri, 17 Oct 2008 13:32:55 +0000 Chris Cannam * Add persistent cache file support to FileSource (e.g. for RDF
Fri, 02 Nov 2007 16:50:31 +0000 Chris Cannam * some tweaks to improve usability of these classes in a console application
Tue, 26 Sep 2006 12:58:12 +0000 Chris Cannam * flesh out StorageAdviser
Mon, 31 Jul 2006 14:05:22 +0000 Chris Cannam * Reorganising code base. This revision probably should compile once more.
Thu, 27 Jul 2006 16:06:32 +0000 Chris Cannam * Change preferences dialog to ok/apply/cancel model
Wed, 28 Jun 2006 15:42:04 +0000 Chris Cannam * Exceptions for file read etc
Mon, 26 Jun 2006 16:07:31 +0000 Chris Cannam * Change temporary directory name from .sv to .sv1
Fri, 05 May 2006 11:28:04 +0000 Chris Cannam * Add a method in System.{cpp,h} to try to establish whether a process of a
Thu, 27 Apr 2006 17:29:19 +0000 Chris Cannam * Add file open/save operations to main toolbar
Wed, 26 Apr 2006 16:00:13 +0000 Chris Cannam * Fix crash in spectrogram layer when replacing model
Wed, 26 Apr 2006 14:09:55 +0000 Chris Cannam * Some work on reloading play parameters from file (not quite working yet)
Tue, 25 Apr 2006 22:14:43 +0000 Chris Cannam * Pull out temporary directory management into its own class