Mercurial > hg > svcore
log rdf/RDFImporter.cpp @ 1886:f803d3c33f76 tip
age | author | description |
---|---|---|
Mon, 11 May 2020 17:27:18 +0100 | Chris Cannam | Pull out text-document check; it's useful elsewhere |
Thu, 30 Apr 2020 14:46:07 +0100 | 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 |
Tue, 10 Sep 2019 16:34:47 +0100 | 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. |
Fri, 05 Jul 2019 15:28:07 +0100 | 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 |