log transform/FileFeatureWriter.cpp @ 933:d03b3d956358 warnfix_no_size_t

age author description
2013-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
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
2010-10-18 Chris Cannam * Fix csv-one-file option
2010-05-24 Chris Cannam * Avoid failing on second and subsequent input files in single-output-file
2010-05-21 Chris Cannam * Improve behaviour when output file write fails (i.e. fail earlier)
2009-10-07 Christophe Rhodes More changes related to strict/tolerant URL parsing:
2009-09-08 Chris Cannam * Better handling of failed-to-open-output-stream situations; ensure CSV
2009-05-14 Chris Cannam * add reviewFileForAppend callback
2009-03-20 Chris Cannam * remove debug
2009-01-20 Chris Cannam * Try to avoid leaving output files open after completion
2008-12-12 Chris Cannam * minor output tweaks
2008-12-11 Chris Cannam ... sv-v1.4
2008-12-11 Chris Cannam * crappy attempt to handle writing to directory somewhere other than C
2008-12-10 Chris Cannam * writer flush
2008-12-10 Chris Cannam * fixes to improve the utility of the CSV feature writer
2008-12-09 Chris Cannam * close output streams a little sooner when writing features for more
2008-12-05 Chris Cannam * Implement proper RDF feature writing for track level features, using
2008-12-05 Chris Cannam * colon not permitted in filename on windows
2008-11-28 Chris Cannam * Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)