log rdf/PluginRDFIndexer.cpp @ 1332:b1a7f4554400 svg

age author description
2016-11-21 Chris Cannam Send RDF-indexer warnings to debug rather than cerr
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
2012-05-21 Chris Cannam Accept .ttl extension for plugin description files dataquay
2012-05-21 Chris Cannam Further fixes for Dataquay compatibility dataquay
2012-05-18 Chris Cannam Tiny bit of work on the RDFTransformFactory dataquay
2012-05-18 Chris Cannam Convert PluginRDFDescription and PluginRDFIndexer to use Dataquay 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-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-12-11 Chris Cannam * Make FileSource able to indicate its preferred content type (e.g.
2008-12-05 Chris Cannam * Support recording the summary type in transform
2008-11-21 Chris Cannam * Reorganise our sparql queries on the basis that Redland must be
2008-11-18 Chris Cannam * Convert local filename properly to URL form
2008-11-14 Chris Cannam * Fix a deadlock
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-11-11 Chris Cannam * Start thread to populate uninstalled transforms only on request
2008-11-07 Chris Cannam * Avoid deadlock in indexer
2008-11-07 Chris Cannam * Update to new-line vamp plugin sdk
2008-10-28 Chris Cannam * tidy up uses of CachedFile
2008-10-27 Chris Cannam * make use of CachedFile (untested)
2008-10-17 Chris Cannam * Some work on querying and cacheing plugin RDF from a central index
2008-10-17 Chris Cannam * Add persistent cache file support to FileSource (e.g. for RDF
2008-10-14 Chris Cannam * Add beginnings of capability to search plugins that are not yet
2008-10-13 Chris Cannam * minor addition to help out future work
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