aboutsummaryrefslogtreecommitdiff
path: root/src/function
AgeCommit message (Expand)Author
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-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-07-23Added directory creation to FunctionGenerate and FunctionWriteFileAdrian Kummerlaender
2014-07-12Implemented external "generate" functionAdrian Kummerlaender
2014-07-12Marked constructDocument member methods as constAdrian 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-05Revamped implementation to support FunctionTransform XalanNode inputAdrian Kummerlaender
2014-07-04Changed FunctionTransform result type to node-setAdrian 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-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-10Added input file support to ixsltAdrian Kummerländer
2014-06-09Added include path resolution to FilesystemContext constructorAdrian Kummerländer
2014-06-08Handling xercesc::DOMException in "read-xml-file" and "external-text-formatter"Adrian 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-03Replaced XSLTInputSource with LocalFileInputSource in "read-xml-file"Adrian Kummerländer
2014-05-31Revamped external function result treesAdrian Kummerländer
2014-05-30Rewrote error handling based on exceptionsAdrian 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-26Revamped external execute function into a external text formatter functionAdrian Kummerländer
2014-05-25Implemented basic external "execute" functionAdrian 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-22Replaced std::pair<bool, *> with the more convenient boost::optional<*>Adrian Kummerländer
2014-05-22Added include path resolution to external file access functionsAdrian Kummerländer