summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann1-7/+8
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr1-17/+1
2013-05-08Don't call code in UNO object ctor that throws UNO exceptionsStephan Bergmann4-11/+14
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-20/+10
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák5-39/+22
2013-05-02Adapt to library name changes for Android, tooTor Lillqvist1-13/+7
2013-05-01Library names have changed thanks to the "layer" changesTor Lillqvist1-6/+6
2013-04-30Explicit copy ctor avoiding copying singular iteratorsStephan Bergmann1-0/+9
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks6-126/+24
2013-04-26Fix TypeManagerStephan Bergmann2-22/+26
2013-04-24Get rid of UnoApiMerge_uretypes, which is just a duplicate of UnoApi_udkapiStephan Bergmann1-1/+1
2013-04-24Avoid (harmless) duplicate entryTor Lillqvist1-1/+0
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
2013-04-24move URE headers to include/David Tardon60-12123/+0
2013-04-23libcomphelpgcc3 got renamed to libcomphelperTor Lillqvist1-1/+2
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann5-603/+1009
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-46/+8
2013-04-16Further clean-up related to removed library unloading featureStephan Bergmann3-55/+21
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan1-3/+0
2013-04-13simplify makefilesDavid Tardon1-6/+4
2013-04-13simplify generation of *_allheaders.hxxDavid Tardon2-18/+5
2013-04-13install SDK headers from filelistsDavid Tardon3-4/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-1/+12
2013-03-28Do support the deployment component unconditionally, and add ucpexpand1Tor Lillqvist1-4/+3
2013-03-28Need deployment component too when HAVE_FEATURE_EXTENSIONSTor Lillqvist1-5/+12
2013-03-25remove external include guardsThomas Arnhold1-4/+0
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann1-2/+4
2013-03-22add implbase13 - another interface is needed.Michael Meeks2-0/+300
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-1/+1
2013-03-20this should be enoughThomas Arnhold1-2/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-18/+18
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold17-311/+290
2013-03-18cleanup doxygen warningsPeter Foley9-40/+56
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák1-2/+2
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-13gbuild: stop using $(OUTDIR)/idlMichael Stahl1-1/+1
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-2/+2
2013-03-09Revert "WIP: Experimental new binary type.rdb format"Stephan Bergmann5-1009/+603
2013-03-09WIP: Experimental new binary type.rdb formatStephan Bergmann5-603/+1009
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-27cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl5-89/+93
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl1-1/+1
2013-02-25WIP: Experimental new binary type.rdb formatStephan Bergmann8-2278/+333
2013-02-25cppuhelper: log failures from osl_loadModule callsMichael Stahl1-25/+17
2013-02-22WIP: Experimental new binary type.rdb formatStephan Bergmann7-1692/+2399
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-17cppcheck: Iterator i used after element has been erasedStephan Bergmann1-3/+3
2013-02-14Comment clean-upStephan Bergmann1-6/+2
2013-02-11WaE: strict-aliasing issuesCaolán McNamara1-30/+36