aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-29Replace default.nix by flakeHEADmasterAdrian Kummerlaender
2020-04-25Fix std::unique_ptr custom deleter issueAdrian Kummerlaender
2018-10-02Add Nix derivationAdrian Kummerlaender
2018-10-02Fix `read_directory` testcaseAdrian Kummerlaender
2018-10-02Remove inline warningsAdrian Kummerlaender
2018-01-21Add explicit pthread linkageAdrian Kummerlaender
2017-06-01Adapt `FunctionExternalCommand` to new `boost::process` versionAdrian Kummerlaender
2016-04-29Add installation instructions to CMakeListsAdrian Kummerlaender
2016-01-05Fix `generate` problem caused by _boost_ updateAdrian Kummerlaender
2015-01-04Released `InputXSLT` under the terms of the Apache License 2.0Adrian 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-15Added constructor supporting arbitrary streams to StreamInputSourceAdrian Kummerlaender
2014-09-14Updated README.md to reflect the now non-experimental stateAdrian Kummerlaender
2014-09-14Switched member initialization to std::make_uniqueAdrian Kummerlaender
2014-09-11Fixed xalan::FormatterToXML constructor argument sequenceAdrian Kummerlaender
2014-09-07Updated README.md to link to correct example repositoryAdrian Kummerlaender
2014-09-06Changed system-ID of primary transformation to working directoryAdrian 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-06Removed duplicated "read-directory" mention in README.mdAdrian Kummerlaender
2014-07-06Simplified FunctionTransform test case helper templatesAdrian 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