aboutsummaryrefslogtreecommitdiff
path: root/src/support/include_entity_resolver.cc
AgeCommit message (Expand)Author
2014-11-09Removed unnecessary `inline` declarationsAdrian Kummerlaender
2014-08-16Implemented primitive optional parameter support for external functionsAdrian Kummerlaender
2014-07-13Fixed base path resolution of include path entitiesAdrian Kummerlaender
2014-07-09Added DomDocumentCache::createDocument overload enabling document namingAdrian Kummerlaender
2014-07-08Fixed entity resolution bug concerning non-include pathsAdrian Kummerlaender
2014-06-25Added support for resolving non-existing pathsAdrian Kummerlaender
2014-06-17Added context awareness to XObjectValue casting logicAdrian Kummerlaender
2014-06-11Fixed include entity resolution logicAdrian Kummerländer
2014-06-09Added include path resolution to FilesystemContext constructorAdrian Kummerländer
2014-05-29Improved TransformationFacade error handlingAdrian Kummerländer
2014-05-23Simplified IncludeEntityResolver constructor and improved constnessAdrian Kummerländer
2014-05-22Replaced std::pair<bool, *> with the more convenient boost::optional<*>Adrian Kummerländer
2014-05-21Moved include path resolution into separate member methodAdrian Kummerländer
2014-05-20Replaced FunctionResolveInclude with IncludeEntityResolverAdrian Kummerländer