index
:
InputXSLT
master
XSLT extensions for static site generation
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
support
Age
Commit message (
Expand
)
Author
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
2014-04-21
Extracted filesystem path resolution into InputXSLT::FilesystemContext
Adrian Kummerländer