Age | Commit message (Expand) | Author |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-21 | coverity#707716 Uninitialized pointer field | Caolán McNamara |
2014-02-18 | clean up | Stephan Bergmann |
2014-02-18 | Do not throw when a singleton can't be raised, only warn. | Matúš Kukan |
2014-02-17 | cppuhelper: sal_Bool -> bool | Stephan Bergmann |
2014-02-17 | Drop unused #include | Takeshi Abe |
2014-02-07 | Simplify service manager's tracking of singletons | Stephan Bergmann |
2014-02-03 | Remove needless SAL_DLLPRIVATE annotations | Stephan Bergmann |
2014-02-03 | fdo#54938 Convert to cppu::supportsService | Alexandre Vicenzi |
2014-01-31 | Remove UNOIDL "array" and "union" vaporware remnants | Stephan Bergmann |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-24 | Log what we are about to "load" in the DISABLE_DYNLOADING case | Tor Lillqvist |
2014-01-23 | Let C++ inline functions return bool instead of sal_Bool | Stephan Bergmann |
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 |