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

age author description
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Wed, 22 Feb 2017 09:53:41 +0000 Chris Cannam Header required
Tue, 21 Feb 2017 21:08:14 +0000 Chris Cannam Fixes to usage of fdopen, avoiding double-close in particular
Fri, 06 Jan 2017 16:40:11 +0000 Chris Cannam Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding 3.0-integration
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:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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
Fri, 05 Jan 2007 15:49:10 +0000 Chris Cannam * Further fix for restoring layer visibility from session file
Fri, 05 Jan 2007 14:46:45 +0000 Chris Cannam * Fix failure to reload play mute state correctly from session file
Fri, 08 Dec 2006 18:17:29 +0000 Chris Cannam * Fix apparent (but not actual) failure to save session file
Mon, 31 Jul 2006 11:49:58 +0000 Chris Cannam * Reorganising code base. This revision will not compile.