Age | Commit message (Expand) | Author |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-05 | cppuhelper: remove SAL_THROW macro | Noel Grandin |
2014-06-04 | cppuhelper: fix includes | Thomas Arnhold |
2014-04-25 | Print the important failure messages on iOS even in a non-debug build | Tor Lillqvist |
2014-01-24 | Log what we are about to "load" in the DISABLE_DYNLOADING case | Tor Lillqvist |
2014-01-14 | Use SAL_WARN, too, to increase chance of actually seeing the message | Tor Lillqvist |
2014-01-01 | Only component-mapping.h is needed here. | Matúš Kukan |
2013-12-19 | Missing initialization | Stephan Bergmann |
2013-12-19 | Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond. | Stephan Bergmann |
2013-12-19 | Add .component <implementation constructor="..." feature | Stephan Bergmann |
2013-12-18 | Get more --disable-dynamic-loading code out of shlib.cxx. | Matúš Kukan |
2013-12-18 | bootstrap component: Split into implementation functions. | Matúš Kukan |
2013-12-18 | Deduplicate some foo_component_getFactory declarations. | Matúš Kukan |
2013-12-18 | Allow UNO component libraries to have each implementation in its own function. | Matúš Kukan |
2013-12-16 | Allow setting environment value directly in .component files | Stephan Bergmann |
2013-12-16 | Clean-up uno/lbnames.h | Stephan Bergmann |
2013-12-16 | Clean-up: The "_" delimiter is logically not part of the prefix | Stephan Bergmann |
2013-12-13 | Shortcut common case of calling same-env component_getFactory fn | Stephan Bergmann |
2013-12-13 | [API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix again | Stephan Bergmann |
2013-12-11 | fdo#60698: Merge fastsax and sax_shared into expwrap | Marcos Paulo de Souza |
2013-12-11 | Let's have a static variable for getenv("UNO_ENV_LOG"). | Matúš Kukan |
2013-10-13 | Minor refactoring of iOS code | Tor Lillqvist |
2013-10-01 | WaE: 'rPath' : unreferenced formal parameter | Tor Lillqvist |
2013-10-01 | prevent WaE with unused parameters | Markus Mohrhard |
2013-10-01 | [API CHANGE] Stricter requirements for shlib.hxx function arguments | Stephan Bergmann |
2013-10-01 | [API CHANGE] Remove unused cppu::invokeStaticComponentFactory again | Stephan Bergmann |
2013-10-01 | [API CHANGE] Remove unused CPLD_ACCESS feature from C++/Java component loaders | Stephan Bergmann |
2013-09-30 | Special-case Mac OS X .jnilib | Stephan Bergmann |
2013-09-03 | Can unify this now it seems | Tor Lillqvist |
2013-09-03 | Update a few library names | Tor Lillqvist |
2013-08-19 | Prefer using declarations over using directives | Stephan Bergmann |
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 |