summaryrefslogtreecommitdiff
path: root/cppuhelper/source/shlib.cxx
AgeCommit message (Expand)Author
2018-01-12Revert "Print the important failure messages on iOS even in a non-debug build"Stephan Bergmann
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-01-18-Werror=unused-function (DISABLE_DYNLOADING)Stephan Bergmann
2017-01-17cppuhelper: implement environment mapping for constructor functionsMichael Stahl
2016-07-11getFactory only called with nullptr "key" argumentStephan Bergmann
2015-11-13Bogus assertStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-05-02cppuhelper: Allow logging the used services / constructors.Jan Holesovsky
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin
2014-06-04cppuhelper: fix includesThomas Arnhold
2014-04-25Print the important failure messages on iOS even in a non-debug buildTor Lillqvist
2014-01-24Log what we are about to "load" in the DISABLE_DYNLOADING caseTor Lillqvist
2014-01-14Use SAL_WARN, too, to increase chance of actually seeing the messageTor Lillqvist
2014-01-01Only component-mapping.h is needed here.Matúš Kukan
2013-12-19Missing initializationStephan Bergmann
2013-12-19Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-18Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan
2013-12-18Deduplicate some foo_component_getFactory declarations.Matúš Kukan
2013-12-18Allow UNO component libraries to have each implementation in its own function.Matúš Kukan
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-16Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann
2013-12-13Shortcut common case of calling same-env component_getFactory fnStephan Bergmann
2013-12-13[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-12-11Let's have a static variable for getenv("UNO_ENV_LOG").Matúš Kukan
2013-10-13Minor refactoring of iOS codeTor Lillqvist
2013-10-01WaE: 'rPath' : unreferenced formal parameterTor Lillqvist
2013-10-01prevent WaE with unused parametersMarkus Mohrhard
2013-10-01[API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann
2013-10-01[API CHANGE] Remove unused cppu::invokeStaticComponentFactory againStephan Bergmann
2013-10-01[API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loadersStephan Bergmann
2013-09-30Special-case Mac OS X .jnilibStephan Bergmann
2013-09-03Can unify this now it seemsTor Lillqvist
2013-09-03Update a few library namesTor Lillqvist
2013-08-19Prefer using declarations over using directivesStephan Bergmann
2013-05-02Adapt to library name changes for Android, tooTor Lillqvist
2013-05-01Library names have changed thanks to the "layer" changesTor Lillqvist
2013-04-24Avoid (harmless) duplicate entryTor Lillqvist
2013-04-23libcomphelpgcc3 got renamed to libcomphelperTor Lillqvist
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan
2013-03-28Do support the deployment component unconditionally, and add ucpexpand1Tor Lillqvist
2013-03-28Need deployment component too when HAVE_FEATURE_EXTENSIONSTor Lillqvist
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold