log rdf/RDFFeatureWriter.cpp @ 1254:cbdd534f517a piper

age author description
2015-11-04 Chris Cannam Write Track in RDF only if title/artist metadata present, not simply on the basis of a TrackMetadata object existing
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-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-10-13 Chris Cannam Write sample rate from output descriptor, for FixedSampleRate outputs
2014-06-17 Chris Cannam More size_t evisceration and warning fixes warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2012-05-24 Chris Cannam A few bugfixes in RDF import and export dataquay
2012-05-23 Chris Cannam Fix bizarre typo dataquay
2012-05-21 Chris Cannam Further fixes for Dataquay compatibility dataquay
2012-01-09 Chris Cannam Fix incorrect query structure for output type URIs. This led to some output RDF features being written with type URIs intended for different outputs. Also revert some SVDEBUGs to cerrs -- they are intended as user-visible errors or warnings rather than debug
2011-10-18 Chris Cannam Revert that change -- this code is used only in Sonic Annotator library_integration
2011-10-17 mathieub Remove the qutomatic updating of Vamp plugin RDF description files using netwoek access for the library edition library_integration
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
2009-10-07 Christophe Rhodes More changes related to strict/tolerant URL parsing:
2009-09-08 Chris Cannam * As prior commit
2009-08-24 Chris Cannam * Fixes to gcc-4.4 thanks to Michel Salim
2009-07-07 Chris Cannam * use exceptions instead of exit()!
2009-06-29 Chris Cannam * Add rdf-network option to retrieve RDF descriptions from network, since sv-v1.6
2009-06-02 Chris Cannam * Add rdf-track-uri and rdf-maker-uri options
2009-05-14 Chris Cannam * Try to avoid URI clashes with existing URIs in the file, when writing
2009-05-13 Chris Cannam * Add forgotten angle brackets to signal type URI
2009-05-13 Chris Cannam * Replace not very useful signal-uri option with more useful audiofile-uri
2009-05-08 Chris Cannam * If we have track metadata, write it out in a separate mo:Track associated
2009-05-08 Chris Cannam * Add computed_by property for signal features
2009-03-20 Chris Cannam * remove debug
2009-01-20 Chris Cannam * Try to avoid leaving output files open after completion
2008-12-10 Chris Cannam * Avoid trying to create output files with : in them (win32)
2008-12-09 Chris Cannam * close output streams a little sooner when writing features for more
2008-12-08 Chris Cannam * Ensure text models are exported with text properties in RDF, and
2008-12-05 Chris Cannam * Support recording the summary type in transform
2008-12-05 Chris Cannam * Implement proper RDF feature writing for track level features, using
2008-12-05 Chris Cannam * Add FeatureWriter method to set basic track metadata; write it out from
2008-12-02 Chris Cannam * Permit viewing (though not editing) colour 3d plot layer data in
2008-11-28 Chris Cannam * Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)