Age | Commit message (Expand) | Author |
2014-11-13 | Replaced custom `Sequence` implementation with C++14 `std::integer_sequence` | Adrian Kummerlaender |
2014-11-09 | Removed unnecessary `inline` declarations | Adrian Kummerlaender |
2014-10-11 | Changed FunctionBase FilesystemContext base to working directory | Adrian Kummerlaender |
2014-09-14 | Switched member initialization to std::make_unique | Adrian Kummerlaender |
2014-09-04 | Added prefix to system ID of node-based XSLTInputSource instances | 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-17 | Fixed minimum parameter count calculation | Adrian Kummerlaender |
2014-08-16 | Implemented primitive optional parameter support for external functions | Adrian Kummerlaender |
2014-08-09 | Reduced FilesystemContext's determination to resolve into absolute paths | Adrian Kummerlaender |
2014-08-06 | Fixed node list iteration in ResultNodeFacade | Adrian Kummerlaender |
2014-07-18 | Set SystemId for node based xalan::XSLTInputSource parameters | Adrian Kummerlaender |
2014-07-13 | Fixed base path resolution of include path entities | Adrian Kummerlaender |
2014-07-09 | Added DomDocumentCache::createDocument overload enabling document naming | Adrian Kummerlaender |
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 |