summaryrefslogtreecommitdiff
path: root/cppuhelper/source/shlib.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-21/+21
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-01-12Revert "Print the important failure messages on iOS even in a non-debug build"Stephan Bergmann1-8/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-65/+63
2017-01-18-Werror=unused-function (DISABLE_DYNLOADING)Stephan Bergmann1-0/+4
2017-01-17cppuhelper: implement environment mapping for constructor functionsMichael Stahl1-4/+73
2016-07-11getFactory only called with nullptr "key" argumentStephan Bergmann1-3/+2
2015-11-13Bogus assertStephan Bergmann1-10/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-05-02cppuhelper: Allow logging the used services / constructors.Jan Holesovsky1-0/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-07-01New loplugin:stringconcatStephan Bergmann1-2/+2
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin1-2/+0
2014-06-04cppuhelper: fix includesThomas Arnhold1-1/+1
2014-04-25Print the important failure messages on iOS even in a non-debug buildTor Lillqvist1-0/+8
2014-01-24Log what we are about to "load" in the DISABLE_DYNLOADING caseTor Lillqvist1-0/+2
2014-01-14Use SAL_WARN, too, to increase chance of actually seeing the messageTor Lillqvist1-0/+2
2014-01-01Only component-mapping.h is needed here.Matúš Kukan1-3/+1
2013-12-19Missing initializationStephan Bergmann1-1/+1
2013-12-19Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann1-2/+2
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann1-391/+268
2013-12-18Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan1-58/+9
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan1-14/+10
2013-12-18Deduplicate some foo_component_getFactory declarations.Matúš Kukan1-31/+0
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan1-4/+25
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann1-49/+48
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-0/+1
2013-12-16Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann1-2/+6
2013-12-13Shortcut common case of calling same-env component_getFactory fnStephan Bergmann1-31/+41
2013-12-13[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann1-18/+30
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza1-2/+0
2013-12-11Let's have a static variable for getenv("UNO_ENV_LOG").Matúš Kukan1-1/+1
2013-10-13Minor refactoring of iOS codeTor Lillqvist1-1/+1
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 Bergmann1-27/+0
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-03Can unify this now it seemsTor Lillqvist1-8/+0
2013-09-03Update a few library namesTor Lillqvist1-4/+4
2013-08-19Prefer using declarations over using directivesStephan Bergmann1-2/+4
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-24Avoid (harmless) duplicate entryTor Lillqvist1-1/+0
2013-04-23libcomphelpgcc3 got renamed to libcomphelperTor Lillqvist1-1/+2
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan1-3/+0
2013-03-28Do support the deployment component unconditionally, and add ucpexpand1Tor Lillqvist1-4/+3