summaryrefslogtreecommitdiff
path: root/idlc/README
blob: 90f015c7794a3ae84b059944be72a817957ed0f1 (plain)
1
2
3
4
5
6
Contains the UNO IDL compiler: idlc, depends on preprocessor: ucpp

This compiler generates binary RDB fragments that can be assembled
into a RDB (UNO type library) with the "regmerge" tool, as is done
primarily in the offapi and udkapi directories.

09-03 16:14:41 +0000'>2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2014-06-25remove whitespaceMarkus Mohrhard 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann 2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold