log transform/CSVFeatureWriter.cpp @ 1332:b1a7f4554400 svg

age author description
2016-11-25 Chris Cannam Make CSV feature writer produce the same output with Qt 5.6 and 5.7+ 3.0-integration
2016-02-25 Chris Cannam Better error reporting for transform load (from RDF and XML)
2015-11-03 Chris Cannam Add & test the digits option in the CSV file writer
2015-03-10 Chris Cannam Further dedicated-types fixes cxx11
2015-03-03 Chris Cannam This code now compiles. Main problem: sample rate types cxx11
2015-03-02 Chris Cannam Require (and provide) text codec for output stream -- fixing #1153 (wrong codec used when writing RDF)
2014-10-15 Chris Cannam TransformId is not sufficient -- it could be ambiguous (same transform id, different parameters etc). Use the whole transform
2014-10-15 Chris Cannam Add omit-filename option to CSV writer (and test it while testing lab writer)
2014-10-15 Chris Cannam Add fill-ends option to CSV writer (and test it)
2014-10-14 Chris Cannam Implement end-times option for CSV writer (not yet tested)
2014-10-13 Chris Cannam Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
2014-10-13 Chris Cannam Separate out stdout ability (not all writers that support one-file will necessarily want to support it, e.g. for binary formats)
2014-06-17 Chris Cannam More size_t evisceration and warning fixes warnfix_no_size_t
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-03-02 Chris Cannam * Add sample-timing option for CSV feature writer
2009-09-08 Chris Cannam * Better handling of failed-to-open-output-stream situations; ensure CSV
2008-12-10 Chris Cannam * fixes to improve the utility of the CSV feature writer
2008-11-28 Chris Cannam * Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)