log plugin/PluginXml.cpp @ 1439:9d4d4de3dced streaming-csv-writer

age author description
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2013-11-26 Chris Cannam Likewise, but for toLocal8Bit().data()
2013-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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
2008-11-07 Chris Cannam * Update to new-line vamp plugin sdk
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-04-30 Chris Cannam * remove more debug output
2007-02-27 Chris Cannam * Further fixes for Vamp API change, and update to support API versioning
2006-10-11 Chris Cannam * Tidy up plugin parameter dialog by switching it to a simple constructor
2006-09-18 Chris Cannam * Add mono timestretch toggle button; some more work on getting blocksize etc
2006-05-12 Chris Cannam * Make vertical scale alignment modes work in note layer as well as time-value sv1-v0.9rc1
2006-04-25 Chris Cannam * Pull out temporary directory management into its own class
2006-04-10 Chris Cannam * Create temporary directory, cleaned up on exit, and use it to store
2006-03-31 Chris Cannam * Modify to use Vamp SDK for proper feature extraction plugins.