summaryrefslogtreecommitdiff
path: root/filter/Library_xsltfilter.mk
AgeCommit message (Collapse)Author
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-02-23Adapted Reader to safer-to-use salhelper::ThreadStephan Bergmann
...which required some Reference namespace clean up.
2011-11-27remove pch from the include listNorbert Thiebaud
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-09-15filter: gb_Library_use_externals requires eval?Michael Stahl
2011-09-15filter: adapt to changes in LOMichael Stahl
2011-09-15filter: convert some more libraries to gbuildMichael Stahl