summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/xslt.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensions: Switch .xslt file look-up to dependency logic as wellPatrick Storz2019-10-141-1/+0
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8407)
* r16525@tres: ted | 2007-09-11 20:49:47 -0700Ted Gould2007-09-121-1/+17
| | | | | Adding in code to XSLT. (bzr r3729)
* r11467@tres: ted | 2006-04-19 21:49:02 -0700Ted Gould2006-05-021-0/+50
Adding in the basic support for having an xslt implementation. (bzr r675)