Age | Commit message (Expand) | Author |
2014-10-29 | Activated namespace comprehension for all `XercesDOMParser` instances | Adrian Kummerlaender |
2014-10-26 | Fixed XML declaration handling in FunctionExternalCommand | Adrian Kummerlaender |
2014-10-16 | Changed FunctionExternalCommand stream read order | Adrian Kummerlaender |
2014-10-11 | Split path attribute of FunctionReadFile result tree into base and name | Adrian Kummerlaender |
2014-10-11 | Changed FunctionBase FilesystemContext base to working directory | Adrian Kummerlaender |
2014-08-23 | Replaced FunctionTransform by making the target of FunctionGenerate optional | Adrian Kummerlaender |
2014-08-20 | Setting the correct work directory in FunctionExternalCommand | Adrian Kummerlaender |
2014-08-18 | Renamed FunctionExternalCommand result root node | Adrian Kummerlaender |
2014-08-17 | Fixed minimum parameter count calculation | Adrian Kummerlaender |
2014-08-16 | Implemented primitive optional parameter support for external functions | Adrian Kummerlaender |
2014-08-09 | Changed FunctionExternalTextFormatter to execute formatter inside shell | Adrian Kummerlaender |
2014-07-23 | Added directory creation to FunctionGenerate and FunctionWriteFile | Adrian Kummerlaender |
2014-07-12 | Implemented external "generate" function | Adrian Kummerlaender |
2014-07-12 | Marked constructDocument member methods as const | Adrian Kummerlaender |
2014-07-09 | Added DomDocumentCache::createDocument overload enabling document naming | Adrian Kummerlaender |
2014-07-08 | Added ResultNodeFacade constructor overload for root nodes | Adrian Kummerlaender |
2014-07-07 | Implemented custom xercesc::DOMDocument deleter | Adrian Kummerlaender |
2014-07-05 | Revamped implementation to support FunctionTransform XalanNode input | Adrian Kummerlaender |
2014-07-04 | Changed FunctionTransform result type to node-set | Adrian Kummerlaender |
2014-06-30 | Switched external text formatter parameter to boost::filesystem::path | Adrian Kummerlaender |
2014-06-29 | Switched FunctionWriteFile content parameter to xalan::XalanNode pointer | Adrian Kummerlaender |
2014-06-28 | Added input parameter to FunctionTransform | Adrian Kummerlaender |
2014-06-26 | Implemented basic external "write-file" function | Adrian Kummerlaender |
2014-06-25 | Added support for resolving non-existing paths | Adrian Kummerlaender |
2014-06-17 | Added context awareness to XObjectValue casting logic | Adrian Kummerlaender |
2014-06-16 | Prepared TransformationFacade and FunctionTransform for parameter change | Adrian Kummerlaender |
2014-06-15 | Merged "read-xml-file" and "read-file" into "read-file" | Adrian Kummerlaender |
2014-06-14 | Changed Base::callConstructDocument sequence parameter to std::size_t | Adrian Kummerlaender |
2014-06-10 | Added input file support to ixslt | Adrian Kummerländer |
2014-06-09 | Added include path resolution to FilesystemContext constructor | Adrian Kummerländer |
2014-06-08 | Handling xercesc::DOMException in "read-xml-file" and "external-text-formatter" | Adrian Kummerländer |
2014-06-07 | Improved FunctionBase constructDocument parameter propagation | Adrian Kummerländer |
2014-06-06 | Implemented WarningCapacitor as a counterpart to ErrorCapacitor | Adrian Kummerländer |
2014-06-05 | Implemented ErrorMultiplexer as primary error handler | Adrian Kummerländer |
2014-06-03 | Replaced XSLTInputSource with LocalFileInputSource in "read-xml-file" | Adrian Kummerländer |
2014-05-31 | Revamped external function result trees | Adrian Kummerländer |
2014-05-30 | Rewrote error handling based on exceptions | Adrian Kummerländer |
2014-05-29 | Improved TransformationFacade error handling | Adrian Kummerländer |
2014-05-28 | Moved input trimming into XObjectValue namespace | Adrian Kummerländer |
2014-05-28 | Implemented basic ErrorHandler | Adrian Kummerländer |
2014-05-26 | Revamped external execute function into a external text formatter function | Adrian Kummerländer |
2014-05-25 | Implemented basic external "execute" function | Adrian Kummerländer |
2014-05-24 | Prevented FilesystemContext from resolving absolute paths | Adrian Kummerländer |
2014-05-24 | Implemented ResultNodeFacade as a DOM node construction helper | Adrian Kummerländer |
2014-05-22 | Replaced std::pair<bool, *> with the more convenient boost::optional<*> | Adrian Kummerländer |
2014-05-22 | Added include path resolution to external file access functions | Adrian Kummerländer |
2014-05-20 | Replaced FunctionResolveInclude with IncludeEntityResolver | Adrian Kummerländer |
2014-05-19 | Implemented external "resolve-include" function | Adrian Kummerländer |
2014-05-17 | Equalized parameter/argument naming pattern accross all external functions | Adrian Kummerländer |
2014-05-16 | Added XObjectPtr parameter to FunctionTransform | Adrian Kummerländer |