summaryrefslogtreecommitdiff
path: root/cppuhelper/source
AgeCommit message (Expand)AuthorFilesLines
2013-10-20Some clean-upStephan Bergmann1-215/+92
2013-10-20Clean-up std::bad_alloc handlingStephan Bergmann1-186/+116
2013-10-13Minor refactoring of iOS codeTor Lillqvist1-1/+1
2013-10-11Not being able to honor a "prefix" is a rather hard errorStephan Bergmann1-1/+1
2013-10-05URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist1-8/+10
2013-10-01WaE: 'rPath' : unreferenced formal parameterTor Lillqvist1-0/+1
2013-10-01prevent WaE with unused parametersMarkus Mohrhard1-0/+2
2013-10-01[API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann1-93/+24
2013-10-01[API CHANGE] Remove unused cppu::invokeStaticComponentFactory againStephan Bergmann2-29/+21
2013-10-01All the content of cppuhelper/source/compat.cxx must be in namespace cppuStephan Bergmann1-2/+2
2013-10-01[API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loadersStephan Bergmann1-169/+1
2013-09-30Special-case Mac OS X .jnilibStephan Bergmann1-1/+5
2013-09-16Set URE_INTERNAL_JAVA_DIR for unorc to allow jvm in unit tests.Andrzej J.R. Hunt1-0/+1
2013-09-12Use OUString::startsWith where possibleStephan Bergmann1-2/+2
2013-09-12Pass by const refStephan Bergmann2-6/+7
2013-09-10gbuild: use xml .rdb files directly from workdirMatúš Kukan1-1/+1
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann1-3/+1
2013-09-03Can unify this now it seemsTor Lillqvist1-8/+0
2013-09-03Update a few library namesTor Lillqvist1-4/+4
2013-08-24build on higher debug levelsCaolán McNamara1-0/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-21OString’ was not declared in this scopeCaolán McNamara1-0/+1
2013-08-19Prefer using declarations over using directivesStephan Bergmann10-16/+26
2013-08-19Use upcasting Reference copy ctorStephan Bergmann2-5/+5
2013-08-18Adapt for HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURETor Lillqvist1-0/+14
2013-06-05use uno::Reference#clear() method...Noel Grandin1-1/+1
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann1-7/+8
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-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-23libcomphelpgcc3 got renamed to libcomphelperTor Lillqvist1-1/+2
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann4-602/+1008
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-16Further clean-up related to removed library unloading featureStephan Bergmann1-49/+8
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan1-3/+0
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-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-15/+15
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold6-75/+56
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák1-2/+2
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-2/+2
2013-03-09Revert "WIP: Experimental new binary type.rdb format"Stephan Bergmann4-1008/+602