aboutsummaryrefslogtreecommitdiff
path: root/src/support/dom/document_cache.cc
AgeCommit message (Expand)Author
2020-04-25Fix std::unique_ptr custom deleter issueAdrian Kummerlaender
2014-09-14Switched member initialization to std::make_uniqueAdrian Kummerlaender
2014-07-09Added DomDocumentCache::createDocument overload enabling document namingAdrian Kummerlaender
2014-07-07Implemented custom xercesc::DOMDocument deleterAdrian Kummerlaender
2014-05-11Switched internal DomDocumentCache structure to std::stackAdrian Kummerländer
2014-05-09Marked DomDocumentCache::item class as privateAdrian Kummerländer
2014-05-03Revamped DomDocumentCache with regard to thread safetyAdrian Kummerländer
2014-04-28Adapted read-directory tree construction to match the other functionsAdrian Kummerländer
2014-04-26Implemented global DOM document cacheAdrian Kummerländer