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
/
filesystem_context.cc
Age
Commit message (
Expand
)
Author
2014-11-09
Removed unnecessary `inline` declarations
Adrian Kummerlaender
2014-10-11
Changed FunctionBase FilesystemContext base to working directory
Adrian Kummerlaender
2014-08-09
Reduced FilesystemContext's determination to resolve into absolute paths
Adrian Kummerlaender
2014-07-18
Set SystemId for node based xalan::XSLTInputSource parameters
Adrian Kummerlaender
2014-06-17
Added context awareness to XObjectValue casting logic
Adrian Kummerlaender
2014-06-09
Added include path resolution to FilesystemContext constructor
Adrian Kummerländer
2014-05-24
Prevented FilesystemContext from resolving absolute paths
Adrian Kummerländer
2014-05-23
Changed iterate functor parameter to const reference
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-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-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
Implemented global DOM document cache
Adrian Kummerländer
2014-04-24
Expanded FunctionReadDirectory class to return files and directories
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