log data/fileio/BZipFileDevice.cpp @ 1886:f803d3c33f76 tip

age author description
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-03-01 Chris Cannam Untabify
2017-02-22 Chris Cannam Header required
2017-02-21 Chris Cannam Fixes to usage of fdopen, avoiding double-close in particular
2017-01-06 Chris Cannam Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding 3.0-integration
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 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
2007-01-05 Chris Cannam * Further fix for restoring layer visibility from session file
2007-01-05 Chris Cannam * Fix failure to reload play mute state correctly from session file
2006-12-08 Chris Cannam * Fix apparent (but not actual) failure to save session file
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.