Age | Commit message (Expand) | Author |
2014-07-08 | Fixed entity resolution bug concerning non-include paths | 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-29 | Switched FunctionWriteFile content parameter to xalan::XalanNode pointer | 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-11 | Fixed include entity resolution logic | Adrian Kummerländer |
2014-06-09 | Added include path resolution to FilesystemContext constructor | Adrian Kummerländer |
2014-06-07 | Provided previously missing Sequence template implementation | 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-02 | Expanded ErrorCapacitor error message generation | Adrian Kummerländer |
2014-05-31 | Revamped external function result trees | Adrian Kummerländer |
2014-05-31 | Using xalan::ProblemListenerBase formatting functionality in ErrorCapacitor | Adrian Kummerländer |
2014-05-30 | Rewrote error handling based on exceptions | Adrian Kummerländer |
2014-05-29 | Fixed error handling of invalid XSL transformations | 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-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-23 | Changed iterate functor parameter to const reference | Adrian Kummerländer |
2014-05-23 | Simplified IncludeEntityResolver constructor and improved constness | Adrian Kummerländer |
2014-05-22 | Replaced std::pair<bool, *> with the more convenient boost::optional<*> | Adrian Kummerländer |
2014-05-21 | Moved include path resolution into separate member method | Adrian Kummerländer |
2014-05-20 | Replaced FunctionResolveInclude with IncludeEntityResolver | Adrian Kummerländer |
2014-05-16 | Added XObjectPtr parameter to FunctionTransform | Adrian Kummerländer |
2014-05-15 | Adapted FunctionBase template to accept multiple argument types | Adrian Kummerländer |
2014-05-14 | Moved responsibility for argument conversion to FunctionBase descendants | Adrian Kummerländer |
2014-05-13 | Sorting FilesystemContext iteration results | Adrian Kummerländer |
2014-05-11 | Switched internal DomDocumentCache structure to std::stack | Adrian Kummerländer |
2014-05-10 | Implemented StylesheetParameterGuard class | Adrian Kummerländer |
2014-05-09 | Marked DomDocumentCache::item class as private | Adrian Kummerländer |
2014-05-06 | Added basic external read file function test case | Adrian Kummerländer |
2014-05-04 | Moved DOM document construction logic into local functions | Adrian Kummerländer |
2014-05-04 | Changed FilesystemContext constructor to accept xalan::Locator* | Adrian Kummerländer |
2014-05-03 | Revamped DomDocumentCache with regard to thread safety | Adrian Kummerländer |
2014-04-30 | Moved file reading functionality into local functions | Adrian Kummerländer |
2014-04-28 | Adapted read-directory tree construction to match the other functions | Adrian Kummerländer |
2014-04-26 | Converted external read-file function output into a node set | Adrian Kummerländer |
2014-04-26 | Moved DomDocumentCache instances back into external function class | Adrian Kummerländer |
2014-04-26 | Implemented global DOM document cache | Adrian Kummerländer |
2014-04-24 | Added XercesStringGuard scope-guard to manage XMLCh | Adrian Kummerländer |
2014-04-24 | Expanded FunctionReadDirectory class to return files and directories | Adrian Kummerländer |
2014-04-23 | Fixed xerces DOM construction related memory leaks | Adrian Kummerländer |
2014-04-21 | Implemented basic external directory traversal function | Adrian Kummerländer |