Age | Commit message (Expand) | Author |
2013-05-02 | Adapt to library name changes for Android, too | Tor Lillqvist |
2013-05-01 | Library names have changed thanks to the "layer" changes | Tor Lillqvist |
2013-04-24 | Avoid (harmless) duplicate entry | Tor Lillqvist |
2013-04-23 | libcomphelpgcc3 got renamed to libcomphelper | Tor Lillqvist |
2013-04-16 | do not use deprecated rtl_registerModuleForUnloading | Matúš Kukan |
2013-03-28 | Do support the deployment component unconditionally, and add ucpexpand1 | Tor Lillqvist |
2013-03-28 | Need deployment component too when HAVE_FEATURE_EXTENSIONS | Tor Lillqvist |
2013-03-20 | Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength) | Stephan Bergmann |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-18 | Wundef, fix various more or less broken debug code | Luboš Luňák |
2013-02-25 | cppuhelper: log failures from osl_loadModule calls | Michael Stahl |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2013-01-06 | UNO components have the "lib" prefix only on Android | Tor Lillqvist |
2012-12-06 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-10-11 | Update library names for DISABLE_DYNLOADING | Tor Lillqvist |
2012-10-11 | Include android-bootstrap.h for Android | Tor Lillqvist |
2012-10-09 | I want to see what unknown library is required always | Tor Lillqvist |
2012-10-07 | Handle lack of module loading/unloading API when DISABLE_DYNLOADING | Tor Lillqvist |
2012-10-04 | Disable-dynloading updates to component list | Tor Lillqvist |
2012-07-13 | This look like the same as rLibName.endsWithIgnoreAsciiCase so kill it. Add m... | Christophe JAILLET |
2012-06-04 | Unbreak stuff on iOS a bit after bootstrapping changes | Tor Lillqvist |
2012-04-18 | Add static mapping of the fastsax component | Tor Lillqvist |
2012-04-17 | More static UNO component linkage | Tor Lillqvist |
2012-04-16 | Add the package2 component | Tor Lillqvist |
2012-04-15 | Add utl and xstor UNO component mapping | Tor Lillqvist |
2012-04-15 | Add newline... | Tor Lillqvist |
2012-04-15 | Add comphelp and stocservices UNO component mapping | Tor Lillqvist |
2012-04-15 | Just assert if trying to "load" an unknown library when DISABLE_DYNLOADING | Tor Lillqvist |
2012-04-15 | Map and link in also the sfx UNO component | Tor Lillqvist |
2012-04-15 | Map and link in also the filterconfig1 UNO component | Tor Lillqvist |
2012-04-09 | Use lo_get_libmap() | Tor Lillqvist |
2012-03-30 | More static lib name mappings. Yeah, need to do a gperf thing some night | Tor Lillqvist |
2012-03-29 | Add some more temporary hardcoded library mappings for DISABLE_DYNLOADING | Tor Lillqvist |
2012-03-21 | More hacking on static linking (iOS) support | Tor Lillqvist |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann |
2012-01-03 | WaE: unused parameter 'rPath' | Tor Lillqvist |
2011-12-17 | Fix for fdo43460 Part X getLength() to isEmpty() | Olivier Hallot |
2011-11-27 | remove include of pch header in cppuhelper | Norbert Thiebaud |
2011-11-17 | Look for libboostrap.uno.so and not bootstrap.uno.so on Android | Tor Lillqvist |
2011-09-21 | Improved some error reporting. | Stephan Bergmann |
2011-08-08 | For iOS just link directly to the bootstrap component | Tor Lillqvist |
2011-08-08 | Don't bother trying to truncate parts debugging output | Tor Lillqvist |
2011-08-08 | Add invokeStaticComponentFactory() for statically linked components | Tor Lillqvist |
2011-08-08 | OSL_TRACE adds trailing newline itself | Tor Lillqvist |
2011-08-07 | getLibEnv always returned an empty string anyway so make it void instead | Tor Lillqvist |
2011-08-01 | Try to use the app executable module on iOS for now | Tor Lillqvist |
2011-07-11 | Default to current language binding name, if not specified. | Matúš Kukan |
2011-06-24 | re-work prefix handling and undo cppuhelper ABI change, add unit test | Michael Meeks |
2011-06-24 | Allows using prefix information about component | Matus Kukan |
2011-06-14 | Revert "Bypass DLL prefix and extension stuff on iOS for now" | Tor Lillqvist |