aboutsummaryrefslogtreecommitdiff
path: root/src/support/dom
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-08-06Fixed node list iteration in ResultNodeFacadeAdrian Kummerlaender
2014-07-09Added DomDocumentCache::createDocument overload enabling document namingAdrian Kummerlaender
2014-07-08Added ResultNodeFacade constructor overload for root nodesAdrian Kummerlaender
2014-07-07Implemented custom xercesc::DOMDocument deleterAdrian Kummerlaender
2014-07-04Changed FunctionTransform result type to node-setAdrian Kummerlaender
2014-05-31Revamped external function result treesAdrian Kummerländer
2014-05-24Implemented ResultNodeFacade as a DOM node construction helperAdrian Kummerländer
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-26Moved DomDocumentCache instances back into external function classAdrian Kummerländer
2014-04-26Implemented global DOM document cacheAdrian Kummerländer