summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/shlib.cxx
Commit message (Expand)AuthorAgeFilesLines
* New loplugin:stringconcatStephan Bergmann2014-07-011-2/+2
* cppuhelper: remove SAL_THROW macroNoel Grandin2014-06-051-2/+0
* cppuhelper: fix includesThomas Arnhold2014-06-041-1/+1
* Print the important failure messages on iOS even in a non-debug buildTor Lillqvist2014-04-251-0/+8
* Log what we are about to "load" in the DISABLE_DYNLOADING caseTor Lillqvist2014-01-241-0/+2
* Use SAL_WARN, too, to increase chance of actually seeing the messageTor Lillqvist2014-01-141-0/+2
* Only component-mapping.h is needed here.Matúš Kukan2014-01-011-3/+1
* Missing initializationStephan Bergmann2013-12-191-1/+1
* Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann2013-12-191-2/+2
* Add .component <implementation constructor="..." featureStephan Bergmann2013-12-191-391/+268
* Get more --disable-dynamic-loading code out of shlib.cxx.Matúš Kukan2013-12-181-58/+9
* bootstrap component: Split into implementation functions.Matúš Kukan2013-12-181-14/+10
* Deduplicate some foo_component_getFactory declarations.Matúš Kukan2013-12-181-31/+0
* Allow UNO component libraries to have each implementation in its own function.Matúš Kukan2013-12-181-4/+25
* Allow setting environment value directly in .component filesStephan Bergmann2013-12-161-49/+48
* Clean-up uno/lbnames.hStephan Bergmann2013-12-161-0/+1
* Clean-up: The "_" delimiter is logically not part of the prefixStephan Bergmann2013-12-161-2/+6
* Shortcut common case of calling same-env component_getFactory fnStephan Bergmann2013-12-131-31/+41
* [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix againStephan Bergmann2013-12-131-18/+30
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-111-2/+0
* Let's have a static variable for getenv("UNO_ENV_LOG").Matúš Kukan2013-12-111-1/+1
* Minor refactoring of iOS codeTor Lillqvist2013-10-131-1/+1
* WaE: 'rPath' : unreferenced formal parameterTor Lillqvist2013-10-011-0/+1
* prevent WaE with unused parametersMarkus Mohrhard2013-10-011-0/+2
* [API CHANGE] Stricter requirements for shlib.hxx function argumentsStephan Bergmann2013-10-011-93/+24
* [API CHANGE] Remove unused cppu::invokeStaticComponentFactory againStephan Bergmann2013-10-011-27/+0
* [API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loadersStephan Bergmann2013-10-011-169/+1
* Special-case Mac OS X .jnilibStephan Bergmann2013-09-301-1/+5
* Can unify this now it seemsTor Lillqvist2013-09-031-8/+0
* Update a few library namesTor Lillqvist2013-09-031-4/+4
* Prefer using declarations over using directivesStephan Bergmann2013-08-191-2/+4
* Adapt to library name changes for Android, tooTor Lillqvist2013-05-021-13/+7
* Library names have changed thanks to the "layer" changesTor Lillqvist2013-05-011-6/+6
* Avoid (harmless) duplicate entryTor Lillqvist2013-04-241-1/+0
* libcomphelpgcc3 got renamed to libcomphelperTor Lillqvist2013-04-231-1/+2
* do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan2013-04-161-3/+0
* Do support the deployment component unconditionally, and add ucpexpand1Tor Lillqvist2013-03-281-4/+3
* Need deployment component too when HAVE_FEATURE_EXTENSIONSTor Lillqvist2013-03-281-5/+12
* Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Stephan Bergmann2013-03-201-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
* Wundef, fix various more or less broken debug codeLuboš Luňák2013-03-181-2/+2
* cppuhelper: log failures from osl_loadModule callsMichael Stahl2013-02-251-25/+17
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-301-31/+29
* UNO components have the "lib" prefix only on AndroidTor Lillqvist2013-01-061-6/+19
* re-base on ALv2 code. Includes:Michael Meeks2012-12-061-23/+14
* Update library names for DISABLE_DYNLOADINGTor Lillqvist2012-10-111-5/+12
* Include android-bootstrap.h for AndroidTor Lillqvist2012-10-111-0/+4
* I want to see what unknown library is required alwaysTor Lillqvist2012-10-091-4/+0
* Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2012-10-071-0/+2
* Disable-dynloading updates to component listTor Lillqvist2012-10-041-3/+8