aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-25Fix std::unique_ptr custom deleter issueAdrian Kummerlaender
2017-06-01Adapt `FunctionExternalCommand` to new `boost::process` versionAdrian Kummerlaender
2016-01-05Fix `generate` problem caused by _boost_ updateAdrian Kummerlaender
2014-11-13Replaced custom `Sequence` implementation with C++14 `std::integer_sequence`Adrian Kummerlaender
2014-11-09Removed unnecessary `inline` declarationsAdrian Kummerlaender
2014-10-29Activated namespace comprehension for all `XercesDOMParser` instancesAdrian Kummerlaender
2014-10-26Fixed XML declaration handling in FunctionExternalCommandAdrian Kummerlaender
2014-10-16Changed FunctionExternalCommand stream read orderAdrian Kummerlaender
2014-10-11Split path attribute of FunctionReadFile result tree into base and nameAdrian Kummerlaender
2014-10-11Changed FunctionBase FilesystemContext base to working directoryAdrian Kummerlaender
2014-09-14Switched member initialization to std::make_uniqueAdrian Kummerlaender
2014-09-11Fixed xalan::FormatterToXML constructor argument sequenceAdrian 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-18Renamed FunctionExternalCommand result root nodeAdrian Kummerlaender
2014-08-17Fixed minimum parameter count calculationAdrian Kummerlaender
2014-08-16Implemented primitive optional parameter support for external functionsAdrian Kummerlaender
2014-08-09Changed FunctionExternalTextFormatter to execute formatter inside shellAdrian Kummerlaender
2014-08-09Reduced FilesystemContext's determination to resolve into absolute pathsAdrian Kummerlaender
2014-08-06Fixed node list iteration in ResultNodeFacadeAdrian Kummerlaender
2014-07-23Added directory creation to FunctionGenerate and FunctionWriteFileAdrian Kummerlaender
2014-07-18Set SystemId for node based xalan::XSLTInputSource parametersAdrian Kummerlaender
2014-07-15Fixed PlatformGuard name spellingAdrian Kummerlaender
2014-07-14Updated README.md to mention TestXSLTAdrian Kummerlaender
2014-07-13Fixed base path resolution of include path entitiesAdrian Kummerlaender
2014-07-13Improved xalan::XalanCompiledStylesheet lifetime managementAdrian Kummerlaender
2014-07-12Implemented external "generate" functionAdrian Kummerlaender
2014-07-12Marked constructDocument member methods as constAdrian Kummerlaender
2014-07-10Fixed TransformerFacade doctype output for xalan::FormatterToXMLAdrian 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-07-01Removed unnecessary template member methods from TranformationFacadeAdrian Kummerlaender
2014-06-30Switched external text formatter parameter to boost::filesystem::pathAdrian Kummerlaender
2014-06-29Switched FunctionWriteFile content parameter to xalan::XalanNode pointerAdrian Kummerlaender
2014-06-28Added input parameter to FunctionTransformAdrian Kummerlaender
2014-06-28Removed unnecessary TransformationFacade destructorAdrian Kummerlaender
2014-06-26Implemented basic external "write-file" functionAdrian 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-15Merged "read-xml-file" and "read-file" into "read-file"Adrian Kummerlaender
2014-06-14Changed Base::callConstructDocument sequence parameter to std::size_tAdrian Kummerlaender
2014-06-11Fixed include entity resolution logicAdrian Kummerländer
2014-06-10Added input file support to ixsltAdrian Kummerländer
2014-06-09Added include path resolution to FilesystemContext constructorAdrian Kummerländer