log rdf/SimpleSPARQLQuery.cpp @ 878:a2689db084f4 tonioni

age author description
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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-09-28 Chris Cannam Remove unnecessary configure dependency for raptor
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-09-17 Chris Cannam * Add configure to repo; fix Redland header inclusion
2009-01-15 Chris Cannam * Fix crash in SimpleSPARQLQuery
2009-01-09 Chris Cannam * The main fix here is to the arguments of SVApplication -- the first
2008-12-08 Chris Cannam * Ensure SimpleSPARQLQuery stores an error string properly when query sv-v1.4rc1
2008-12-05 Chris Cannam * Implement proper RDF feature writing for track level features, using
2008-12-05 Chris Cannam * Avoid a sometime crash on exit, by simply not deleting stuff
2008-11-26 Chris Cannam * Warning, not error
2008-11-25 Chris Cannam * Add ability to export a transform structure as RDF -- for use
2008-11-25 Chris Cannam * RDF importer: add model titles where possible
2008-11-24 Chris Cannam * Update RDF query stuff again so as to set up a temporary datastore
2008-11-21 Chris Cannam * Make it possible to import an entire session from an RDF document.
2008-11-21 Chris Cannam * Reorganise our sparql queries on the basis that Redland must be
2008-11-14 Chris Cannam * Auto-select RDF datastore/parsing backend; use trees datastore if
2008-11-13 Chris Cannam * Add Redland datastore support to SimpleSPARQLQuery
2008-10-17 Chris Cannam * Some work on querying and cacheing plugin RDF from a central index
2008-10-14 Chris Cannam * Add beginnings of capability to search plugins that are not yet
2008-10-07 Chris Cannam * Support importing features from RDF whose times are intervals rather
2008-09-18 Chris Cannam * Merge revisions 1131 to 1201 from sv-rdf-import branch
2008-09-18 Chris Cannam * Merge revisions 1041 to 1130 from sv-rdf-import branch