summaryrefslogtreecommitdiff
path: root/javaunohelper/cppumaker/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-03-21javaunohelper: missing dependecy on udkapi.rdbMichael Stahl1-1/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-1/+1
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-02-16add gb_Helper_abbreviate_dirs_nativeMatus Kukan1-1/+2
2011-12-24gbuildize javaunohelperDavid Tardon1-0/+60