log data/fileio/MatrixFile.cpp @ 1119:e22bfe8ca248 tonioni

age author description
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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
2009-02-27 Chris Cannam * update CHANGELOG, remove more debug, add .oga extension sv-v1.5pre1
2009-02-27 Chris Cannam * remove some debug output
2009-02-09 Chris Cannam * Some steps to avoid backward seeks in MatrixFile in common use cases
2009-02-08 Chris Cannam * Some changes and debug toward reducing backward seeks (v. slow on os/x
2009-02-05 Chris Cannam * Auto-close write-mode matrix files when all columns written
2009-02-05 Chris Cannam * Finer locking in fft caches; fix displayed bin ranges in spectrogram
2009-02-04 Chris Cannam * fix deadlock in fft memory cache usage
2009-02-04 Chris Cannam * Make use of peak cache in spectrogram
2009-01-27 Chris Cannam * Merge from one-fftdataserver-per-fftmodel branch. This bit of
2008-10-09 Chris Cannam * Fix a nasty and long-standing race condition in MatrixFile's use of
2008-10-09 Chris Cannam * debug
2008-07-10 Chris Cannam * Updates for 1.3 sv1-v1.3 sv1-v1.3rc1
2008-05-21 Chris Cannam * Provide a proper implementation of
2008-05-19 Chris Cannam * Permit holding Shift while dragging an instant or other edited thing,
2008-05-08 Chris Cannam * Speed up spectrogram painting by releasing mutex in FFTDataServer
2008-04-29 Chris Cannam * Merge rev 1048 (build fixes) from rdf-import branch
2008-04-24 Chris Cannam * Fix progress reporting on audio file resample
2008-03-12 Chris Cannam * juggle some files around in order to free audioio, base, and system libraries
2007-04-30 Chris Cannam * Fix many compile warnings, remove some debug output