aboutsummaryrefslogtreecommitdiff
path: root/src/support
AgeCommit message (Expand)Author
2020-04-25Fix std::unique_ptr custom deleter issueAdrian Kummerlaender
2014-11-13Replaced custom `Sequence` implementation with C++14 `std::integer_sequence`Adrian Kummerlaender
2014-11-09Removed unnecessary `inline` declarationsAdrian Kummerlaender
2014-10-11Changed FunctionBase FilesystemContext base to working directoryAdrian Kummerlaender
2014-09-14Switched member initialization to std::make_uniqueAdrian Kummerlaender
2014-09-04Added prefix to system ID of node-based XSLTInputSource instancesAdrian Kummerlaender
2014-08-23Replaced FunctionTransform by making the target of FunctionGenerate optionalAdrian Kummerlaender
2014-08-20Setting the correct work directory in FunctionExternalCommandAdrian Kummerlaender
2014-08-17Fixed minimum parameter count calculationAdrian Kummerlaender
2014-08-16Implemented primitive optional parameter support for external functionsAdrian Kummerlaender
2014-08-09Reduced FilesystemContext's determination to resolve into absolute pathsAdrian Kummerlaender
2014-08-06Fixed node list iteration in ResultNodeFacadeAdrian Kummerlaender
2014-07-18Set SystemId for node based xalan::XSLTInputSource parametersAdrian 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-07-08Added ResultNodeFacade constructor overload for root nodesAdrian Kummerlaender
2014-07-07Implemented custom xercesc::DOMDocument deleterAdrian Kummerlaender
2014-07-05Revamped implementation to support FunctionTransform XalanNode inputAdrian Kummerlaender
2014-07-04Changed FunctionTransform result type to node-setAdrian Kummerlaender
2014-06-29Switched FunctionWriteFile content parameter to xalan::XalanNode pointerAdrian Kummerlaender
2014-06-25Added support for resolving non-existing pathsAdrian Kummerlaender
2014-06-17Added context awareness to XObjectValue casting logicAdrian Kummerlaender
2014-06-16Prepared TransformationFacade and FunctionTransform for parameter changeAdrian Kummerlaender
2014-06-11Fixed include entity resolution logicAdrian Kummerländer
2014-06-09Added include path resolution to FilesystemContext constructorAdrian Kummerländer
2014-06-07Provided previously missing Sequence template implementationAdrian Kummerländer
2014-06-07Improved FunctionBase constructDocument parameter propagationAdrian Kummerländer
2014-06-06Implemented WarningCapacitor as a counterpart to ErrorCapacitorAdrian Kummerländer
2014-06-05Implemented ErrorMultiplexer as primary error handlerAdrian Kummerländer
2014-06-02Expanded ErrorCapacitor error message generationAdrian Kummerländer
2014-05-31Revamped external function result treesAdrian Kummerländer
2014-05-31Using xalan::ProblemListenerBase formatting functionality in ErrorCapacitorAdrian Kummerländer
2014-05-30Rewrote error handling based on exceptionsAdrian Kummerländer
2014-05-29Fixed error handling of invalid XSL transformationsAdrian Kummerländer
2014-05-29Improved TransformationFacade error handlingAdrian Kummerländer
2014-05-28Moved input trimming into XObjectValue namespaceAdrian Kummerländer
2014-05-28Implemented basic ErrorHandlerAdrian Kummerländer
2014-05-24Prevented FilesystemContext from resolving absolute pathsAdrian Kummerländer
2014-05-24Implemented ResultNodeFacade as a DOM node construction helperAdrian Kummerländer
2014-05-23Changed iterate functor parameter to const referenceAdrian 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
2014-05-16Added XObjectPtr parameter to FunctionTransformAdrian Kummerländer
2014-05-15Adapted FunctionBase template to accept multiple argument typesAdrian Kummerländer
2014-05-14Moved responsibility for argument conversion to FunctionBase descendantsAdrian Kummerländer
2014-05-13Sorting FilesystemContext iteration resultsAdrian Kummerländer
2014-05-11Switched internal DomDocumentCache structure to std::stackAdrian Kummerländer