log transform/FeatureWriter.h @ 1674:69ab62d378bf osc-script

age author description
2018-11-26 Chris Cannam Header guards fix-static-analysis
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2015-11-04 Chris Cannam Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
2015-09-01 Chris Cannam Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
2014-10-15 Chris Cannam Add setNofM logic which the JSON writer can use to write a list when sending multiple files' worth to a single target
2014-10-13 Chris Cannam Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
2014-06-17 Chris Cannam More size_t evisceration and warning fixes warnfix_no_size_t
2010-05-21 Chris Cannam * Improve behaviour when output file write fails (i.e. fail earlier)
2009-09-08 Chris Cannam * Better handling of failed-to-open-output-stream situations; ensure CSV
2008-12-10 Chris Cannam * writer flush
2008-12-05 Chris Cannam * Add FeatureWriter method to set basic track metadata; write it out from
2008-11-28 Chris Cannam * Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)