Age | Commit message (Expand) | Author |
2016-02-26 | Use an XInitialization-based channel to request service mgr pre-init | Stephan Bergmann |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-16 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-15 | Re-work cppu::preInitBootstrap() | Henry Castro |
2016-02-15 | In loadAllImplementations(), also invoke component factory | Henry Castro |
2016-02-15 | Just abort() in the DISABLE_DYNLOADING case for now | Tor Lillqvist |
2016-02-15 | Introduce lok_preinit() to preload all registered UNO implementations | Henry Castro |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-31 | unnecessary use of OUString constructor | Noel Grandin |
2016-01-04 | tdf#82775: Don't prematurely dispose single-instance services | Stephan Bergmann |
2015-12-02 | inline one-liner static method | Noel Grandin |
2015-11-28 | Work around clang-cl PR25641 | Stephan Bergmann |
2015-11-20 | loplugin:override | Stephan Bergmann |
2015-11-19 | cppuhelper: enable CppunitTest_cppuhelper_qa_weak | Michael Stahl |
2015-11-16 | use initialiser list for Sequence<OUString> | Noel Grandin |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-13 | Bogus assert | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-04 | yyyyy | Noel Grandin |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-13 | remove some useless comments | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-05 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-14 | boost->std | Caolán McNamara |
2015-08-17 | tdf#84323: Make osl::Thread::wait more readable | Stephan Bergmann |
2015-07-29 | com::sun::star-css in cppu,cppuhelper | Noel Grandin |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-29 | Revert "return and use std::vector from OInterfaceContainerHelper" | Noel Grandin |
2015-06-29 | return and use std::vector from OInterfaceContainerHelper | Noel Grandin |
2015-06-25 | loplugin:stringconstant: Flag more inefficiencies | Stephan Bergmann |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-09 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-05-15 | tdf#62475: partial handmade fixes | Andrea Gelmini |
2015-05-02 | cppuhelper: Allow logging the used services / constructors. | Jan Holesovsky |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-09 | convert RegError to scoped enum | Noel Grandin |
2015-04-09 | convert RegValueType to scoped enum | Noel Grandin |
2015-04-09 | convert REG_ constants to scoped enum | Noel Grandin |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | loplugin:staticfunction | Noel Grandin |
2015-03-25 | Typos | Julien Nabet |