Age | Commit message (Expand) | Author |
2014-01-22 | Introduce static inline cppu::acquire(), and make use of that. | Jan Holesovsky |
2014-01-21 | Change _get_implementation()'s not to do initialization directly. | Jan Holesovsky |
2014-01-20 | Simplify code; STATUS_LOADED => component||factory1||factory2 | Stephan Bergmann |
2014-01-20 | Minimize the constructor functions to a bare minimum. | Jan Holesovsky |
2014-01-16 | cppuhelper: valgrind complains about uninitialized variable... | Michael Stahl |
2014-01-16 | Support for singleton constructor functions | Stephan Bergmann |
2014-01-15 | Use const& arguments parameter for ctor functions. | Matúš Kukan |
2014-01-15 | Initialize constructor based implementations in one place. | Matúš Kukan |
2014-01-14 | Use SAL_WARN, too, to increase chance of actually seeing the message | Tor Lillqvist |
2014-01-10 | [API CHANGE] cppu::Enterable::v_isValid returns bool | Stephan Bergmann |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2014-01-01 | Only component-mapping.h is needed here. | Matúš Kukan |
2013-12-20 | typo fixes | Andras Timar |
2013-12-19 | Missing initialization | Stephan Bergmann |
2013-12-19 | Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond. | Stephan Bergmann |
2013-12-19 | FactoryWrapper is a misnomer now | 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-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-16 | fdo#72598 Remove SunStudio cruft from code base | Jelle van der Waa |
2013-12-16 | Allow setting environment value directly in .component files | Stephan Bergmann |
2013-12-16 | Parser::attrImplementation_ can be a local var | 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 | cppcheck: fix same expression, ')' = 29 not 28 in ascii' | Julien Nabet |
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-11-19 | remove most use of RTL_CONSTASCII_USTRINGPARAM macro | Noel Grandin |
2013-11-11 | Don't call Manager::addProvider(null) upon optional NoSuchFileException | Stephan Bergmann |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-11 | convert OUString 0==compareToAscii to equalsAscii | Noel Grandin |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-11-04 | remove redundant calls to OUString constructor in if expression | Noel Grandin |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-31 | solver doesn't solve anything... | Michael Stahl |
2013-10-24 | cppuhelper: remove obsolete Package_unorc | Michael Stahl |
2013-10-23 | remove RTL_CONSTASCII_(U)STRINGPARAM | Chr. Rossmanith |
2013-10-23 | convert code to use OUString::endsWith | Noel Grandin |
2013-10-20 | Some clean-up | Stephan Bergmann |
2013-10-20 | Clean-up std::bad_alloc handling | Stephan Bergmann |
2013-10-13 | Minor refactoring of iOS code | Tor Lillqvist |
2013-10-11 | Not being able to honor a "prefix" is a rather hard error | Stephan Bergmann |
2013-10-05 | URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE case | Tor Lillqvist |
2013-10-01 | WaE: 'rPath' : unreferenced formal parameter | Tor Lillqvist |
2013-10-01 | prevent WaE with unused parameters | Markus Mohrhard |