summaryrefslogtreecommitdiff
path: root/cppuhelper/source/shlib.cxx
AgeCommit message (Expand)Author
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
2013-03-18Wundef, fix various more or less broken debug codeLuboš Luňák
2013-02-25cppuhelper: log failures from osl_loadModule callsMichael Stahl
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-06UNO components have the "lib" prefix only on AndroidTor Lillqvist
2012-12-06re-base on ALv2 code. Includes:Michael Meeks
2012-10-11Update library names for DISABLE_DYNLOADINGTor Lillqvist
2012-10-11Include android-bootstrap.h for AndroidTor Lillqvist
2012-10-09I want to see what unknown library is required alwaysTor Lillqvist
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
2012-10-04Disable-dynloading updates to component listTor Lillqvist
2012-07-13This look like the same as rLibName.endsWithIgnoreAsciiCase so kill it. Add m...Christophe JAILLET
2012-06-04Unbreak stuff on iOS a bit after bootstrapping changesTor Lillqvist
2012-04-18Add static mapping of the fastsax componentTor Lillqvist
2012-04-17More static UNO component linkageTor Lillqvist
2012-04-16Add the package2 componentTor Lillqvist
2012-04-15Add utl and xstor UNO component mappingTor Lillqvist
2012-04-15Add newline...Tor Lillqvist
2012-04-15Add comphelp and stocservices UNO component mappingTor Lillqvist
2012-04-15Just assert if trying to "load" an unknown library when DISABLE_DYNLOADINGTor Lillqvist
2012-04-15Map and link in also the sfx UNO componentTor Lillqvist
2012-04-15Map and link in also the filterconfig1 UNO componentTor Lillqvist
2012-04-09Use lo_get_libmap()Tor Lillqvist
2012-03-30More static lib name mappings. Yeah, need to do a gperf thing some nightTor Lillqvist
2012-03-29Add some more temporary hardcoded library mappings for DISABLE_DYNLOADINGTor Lillqvist
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-03WaE: unused parameter 'rPath'Tor Lillqvist
2011-12-17Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header in cppuhelperNorbert Thiebaud
2011-11-17Look for libboostrap.uno.so and not bootstrap.uno.so on AndroidTor Lillqvist
2011-09-21Improved some error reporting.Stephan Bergmann
2011-08-08For iOS just link directly to the bootstrap componentTor Lillqvist
2011-08-08Don't bother trying to truncate parts debugging outputTor Lillqvist
2011-08-08Add invokeStaticComponentFactory() for statically linked componentsTor Lillqvist
2011-08-08OSL_TRACE adds trailing newline itselfTor Lillqvist
2011-08-07getLibEnv always returned an empty string anyway so make it void insteadTor Lillqvist
2011-08-01Try to use the app executable module on iOS for nowTor Lillqvist
2011-07-11Default to current language binding name, if not specified.Matúš Kukan
2011-06-24re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks
2011-06-24Allows using prefix information about componentMatus Kukan
2011-06-14Revert "Bypass DLL prefix and extension stuff on iOS for now"Tor Lillqvist