log rdf/RDFImporter.cpp @ 1869:cb9209ef373a startup-timing

age author description
2020-05-11 Chris Cannam Pull out text-document check; it's useful elsewhere
2020-04-30 Chris Cannam Be more cautious about firing up an RDF file parser to identify a document - don't do it at all if the document is not apparently text
2019-09-10 Chris Cannam Split EditableDenseThreeDimensionalModel into explicitly compressed and uncompressed variants. Simplifies the uncompressed version, and we may want to consider whether we need the compressed one at all.
2019-07-05 Chris Cannam Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles by-id
2019-06-26 Chris Cannam Some work on models and transformers by-id
2019-03-22 Chris Cannam Update TextModel single-point
2019-03-20 Chris Cannam Start updating SparseOneDimensionalModel single-point
2019-03-18 Chris Cannam Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too) single-point
2019-03-15 Chris Cannam Update RegionModel following NoteModel, er, model. They have quite a bit in common that we should now pull out some of single-point
2019-03-13 Chris Cannam Further API updates single-point
2019-03-13 Chris Cannam Update NoteModel to use EventSeries. This is incomplete and won't provide enough to update svgui for it yet; must also refactor to avoid duplication of nasty APIs when updating the rest of the models single-point
2018-11-26 Chris Cannam Use nullptr throughout fix-static-analysis
2018-05-24 Chris Cannam Avoid compiler warning
2015-08-19 Chris Cannam Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that. recording
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
2015-03-03 Chris Cannam This code now compiles. Main problem: sample rate types cxx11
2014-06-17 Chris Cannam More size_t evisceration and warning fixes warnfix_no_size_t
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-25 Chris Cannam Some exception handling dataquay
2012-05-24 Chris Cannam A few bugfixes in RDF import and export 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 RDFImporter to Dataquay dataquay
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
2011-03-09 Chris Cannam * Use note model when importing RDF types with "note" in them
2009-10-22 Chris Cannam * Layer data editor window: fix sorting for columns in region model, sv-v1.7.1
2009-10-15 Chris Cannam * When importing regions without values, generate a different value for
2009-10-15 Chris Cannam * RDF importer: Features that are on different timeline URIs should go
2009-05-14 Chris Cannam * Make SV capable of importing the signal/audiofile structure now written
2009-05-13 Chris Cannam * Try to identify the properly conformant audio file structure written out
2009-03-27 Chris Cannam * Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder
2009-02-12 Chris Cannam * Some fairly simplistic code to set up layer type properties based on
2009-02-03 Chris Cannam * minor fix
2009-01-23 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
2008-12-12 Chris Cannam * Use FileFinder to find audio source referred to in an RDF document,
2008-12-11 Chris Cannam * Make FileSource able to indicate its preferred content type (e.g.
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-02 Chris Cannam * Permit viewing (though not editing) colour 3d plot layer data in
2008-11-28 Chris Cannam * Much more sensible pane layouts, etc., when loading RDF; also offer
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-21 Chris Cannam * remove some unused code
2008-11-13 Chris Cannam * Add Redland datastore support to SimpleSPARQLQuery
2008-10-07 Chris Cannam * Query range before time (in case time component of range turns out to
2008-10-07 Chris Cannam * Support importing features from RDF whose times are intervals rather
2008-10-03 Chris Cannam nothing much!
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