log base/TempDirectory.cpp @ 1886:f803d3c33f76 tip

age author description
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2016-10-19 Chris Cannam Tidy and re-fix for Linux msvc2015_64
2016-10-18 Chris Cannam MSVC build fixes msvc2015_64
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2013-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2011-08-18 Chris Cannam Simplify temporary directory path &c
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-05-09 Chris Cannam Better system-specific unbundle locations for ResourceFinder; use same location for TempDirectory
2010-10-18 Chris Cannam * Build fixes
2010-03-12 Chris Cannam * Be more diligent about removing abandoned temporary directories: remove
2009-09-10 Chris Cannam * Some (incomplete) Solaris build bobs
2008-12-11 Chris Cannam * Make FileSource able to indicate its preferred content type (e.g.
2008-10-17 Chris Cannam * Add persistent cache file support to FileSource (e.g. for RDF
2007-11-02 Chris Cannam * some tweaks to improve usability of these classes in a console application
2006-09-26 Chris Cannam * flesh out StorageAdviser
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-07-27 Chris Cannam * Change preferences dialog to ok/apply/cancel model
2006-06-28 Chris Cannam * Exceptions for file read etc
2006-06-26 Chris Cannam * Change temporary directory name from .sv to .sv1
2006-05-05 Chris Cannam * Add a method in System.{cpp,h} to try to establish whether a process of a
2006-04-27 Chris Cannam * Add file open/save operations to main toolbar
2006-04-26 Chris Cannam * Fix crash in spectrogram layer when replacing model
2006-04-26 Chris Cannam * Some work on reloading play parameters from file (not quite working yet)
2006-04-25 Chris Cannam * Pull out temporary directory management into its own class