log rdf/RDFFeatureWriter.cpp @ 1035:d74ebd2d2c49

age author description
Mon, 02 Mar 2015 17:17:59 +0000 Chris Cannam Require (and provide) text codec for output stream -- fixing #1153 (wrong codec used when writing RDF)
Mon, 13 Oct 2014 14:44:51 +0100 Chris Cannam Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
Mon, 13 Oct 2014 10:56:16 +0100 Chris Cannam Separate out stdout ability (not all writers that support one-file will necessarily want to support it, e.g. for binary formats)
Mon, 13 Oct 2014 10:00:54 +0100 Chris Cannam Write sample rate from output descriptor, for FixedSampleRate outputs
Tue, 17 Jun 2014 14:49:49 +0100 Chris Cannam More size_t evisceration and warning fixes warnfix_no_size_t
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Thu, 24 May 2012 13:25:21 +0100 Chris Cannam A few bugfixes in RDF import and export dataquay
Wed, 23 May 2012 17:14:57 +0100 Chris Cannam Fix bizarre typo dataquay
Mon, 21 May 2012 14:33:35 +0100 Chris Cannam Further fixes for Dataquay compatibility dataquay
Mon, 09 Jan 2012 16:28:54 +0000 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
Tue, 18 Oct 2011 10:14:17 +0100 Chris Cannam Revert that change -- this code is used only in Sonic Annotator library_integration
Mon, 17 Oct 2011 14:07:54 +0100 mathieub Remove the qutomatic updating of Vamp plugin RDF description files using netwoek access for the library edition library_integration
Tue, 14 Jun 2011 15:26:52 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:09 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:24 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Wed, 07 Oct 2009 16:45:45 +0000 Christophe Rhodes More changes related to strict/tolerant URL parsing:
Tue, 08 Sep 2009 16:53:32 +0000 Chris Cannam * As prior commit
Mon, 24 Aug 2009 16:07:23 +0000 Chris Cannam * Fixes to gcc-4.4 thanks to Michel Salim
Tue, 07 Jul 2009 10:54:10 +0000 Chris Cannam * use exceptions instead of exit()!
Mon, 29 Jun 2009 13:44:50 +0000 Chris Cannam * Add rdf-network option to retrieve RDF descriptions from network, since sv-v1.6
Tue, 02 Jun 2009 09:48:54 +0000 Chris Cannam * Add rdf-track-uri and rdf-maker-uri options
Thu, 14 May 2009 15:47:16 +0000 Chris Cannam * Try to avoid URI clashes with existing URIs in the file, when writing
Wed, 13 May 2009 12:59:07 +0000 Chris Cannam * Add forgotten angle brackets to signal type URI
Wed, 13 May 2009 12:49:22 +0000 Chris Cannam * Replace not very useful signal-uri option with more useful audiofile-uri
Fri, 08 May 2009 10:09:47 +0000 Chris Cannam * If we have track metadata, write it out in a separate mo:Track associated
Fri, 08 May 2009 09:48:07 +0000 Chris Cannam * Add computed_by property for signal features
Fri, 20 Mar 2009 17:32:05 +0000 Chris Cannam * remove debug
Tue, 20 Jan 2009 18:10:56 +0000 Chris Cannam * Try to avoid leaving output files open after completion
Wed, 10 Dec 2008 12:39:32 +0000 Chris Cannam * Avoid trying to create output files with : in them (win32)
Tue, 09 Dec 2008 16:53:37 +0000 Chris Cannam * close output streams a little sooner when writing features for more
Mon, 08 Dec 2008 11:53:10 +0000 Chris Cannam * Ensure text models are exported with text properties in RDF, and
Fri, 05 Dec 2008 16:18:04 +0000 Chris Cannam * Support recording the summary type in transform
Fri, 05 Dec 2008 14:19:04 +0000 Chris Cannam * Implement proper RDF feature writing for track level features, using
Fri, 05 Dec 2008 11:09:44 +0000 Chris Cannam * Add FeatureWriter method to set basic track metadata; write it out from
Tue, 02 Dec 2008 17:17:25 +0000 Chris Cannam * Permit viewing (though not editing) colour 3d plot layer data in
Fri, 28 Nov 2008 13:47:11 +0000 Chris Cannam * Bring FeatureWriter and RDFFeatureWriter into the fold (from Runner)