log transform/FileFeatureWriter.cpp @ 1858:14747f24ad04

age author description
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Thu, 01 Mar 2018 14:43:40 +0000 Chris Cannam Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
Tue, 03 Nov 2015 11:34:44 +0000 Chris Cannam Debug outputs
Mon, 02 Mar 2015 17:17:59 +0000 Chris Cannam Require (and provide) text codec for output stream -- fixing #1153 (wrong codec used when writing RDF)
Tue, 14 Oct 2014 10:07:02 +0100 Chris Cannam Add MIDI destinations tests and fix feature writer bugs resulting from them
Mon, 13 Oct 2014 10:56:16 +0100 Chris Cannam Separate out stdout ability (not all writers that support one-file will necessarily want to support it, e.g. for binary formats)
Tue, 26 Nov 2013 13:43:31 +0000 Chris Cannam Drop toStdString, with debug header we can stream QStrings
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, 18 Oct 2010 14:14:26 +0100 Chris Cannam * Fix csv-one-file option
Mon, 24 May 2010 16:04:10 +0000 Chris Cannam * Avoid failing on second and subsequent input files in single-output-file
Fri, 21 May 2010 10:21:18 +0000 Chris Cannam * Improve behaviour when output file write fails (i.e. fail earlier)
Wed, 07 Oct 2009 16:45:45 +0000 Christophe Rhodes More changes related to strict/tolerant URL parsing:
Tue, 08 Sep 2009 16:52:36 +0000 Chris Cannam * Better handling of failed-to-open-output-stream situations; ensure CSV
Thu, 14 May 2009 15:48:07 +0000 Chris Cannam * add reviewFileForAppend callback
Fri, 20 Mar 2009 17:32:16 +0000 Chris Cannam * remove debug
Tue, 20 Jan 2009 18:11:10 +0000 Chris Cannam * Try to avoid leaving output files open after completion
Fri, 12 Dec 2008 16:13:19 +0000 Chris Cannam * minor output tweaks
Thu, 11 Dec 2008 12:37:16 +0000 Chris Cannam ... sv-v1.4
Thu, 11 Dec 2008 12:32:59 +0000 Chris Cannam * crappy attempt to handle writing to directory somewhere other than C
Wed, 10 Dec 2008 16:24:31 +0000 Chris Cannam * writer flush
Wed, 10 Dec 2008 13:21:10 +0000 Chris Cannam * fixes to improve the utility of the CSV feature writer
Tue, 09 Dec 2008 16:53:37 +0000 Chris Cannam * close output streams a little sooner when writing features for more
Fri, 05 Dec 2008 14:19:04 +0000 Chris Cannam * Implement proper RDF feature writing for track level features, using
Fri, 05 Dec 2008 11:31:51 +0000 Chris Cannam * colon not permitted in filename on windows
Fri, 28 Nov 2008 13:47:11 +0000 Chris Cannam * Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)