Age | Commit message (Expand) | Author |
2018-12-28 | Do not use indexed getToken for a single call | Matteo Casalin |
2018-12-17 | kde5: remove older kde/tde plugins, and references to that | Thorsten Behrens |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-11-21 | improve function-local statics in basic..cui | Noel Grandin |
2018-11-11 | cppCheck narrowed variableScope rEntry | Zdibák Zoltán |
2018-11-10 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 | Tamás Zolnai |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-10-27 | tdf#120703 (PVS): V519 The variable is assigned values twice successively | Mike Kaganski |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-22 | pvs-studio: V794 The assignment operator should be protected | Caolán McNamara |
2018-10-17 | loplugin:staticvar in cppuhelper..desktop | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-10-01 | loplugin:useuniqueptr in ComponentContext | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-15 | Re-think cppu::throwException() and the C++/UNO bridge on iOS | Tor Lillqvist |
2018-09-10 | tdf#42949 Fix IWYU warnings in include/cppuhelper/* | Gabor Kelemen |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-28 | Fix typo in code | Andrea Gelmini |
2018-08-13 | Fix typos | Andrea Gelmini |
2018-08-09 | No more need for CppunitTest_cppuhelper_qa_weak to be a subsequentcheck | Stephan Bergmann |
2018-08-09 | Remove unnecessary test dependency | Stephan Bergmann |
2018-08-09 | No need for CppunitTest_cppuhelper_qa_misc to be a subsequentcheck | Stephan Bergmann |
2018-08-04 | fillUnoException not working on std::rethrow_exception exceptions | Caolán McNamara |
2018-07-29 | replace double checked locking patterns | Jochen Nitschke |
2018-07-19 | Fix typos | Andrea Gelmini |
2018-07-16 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-06-29 | tdf#96099 Remove trivial std::map typedefs in [cd]* | Arkadiy Illarionov |
2018-05-31 | cppuhelper : use rtl::isAlphaNumeric instead of recreate the method. | Arnaud Versini |
2018-05-29 | loplugin:unusedfields-in-constructor in various | Noel Grandin |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin |
2018-02-26 | loplugin:oncevar extend to tools/gen.hxx types | Noel Grandin |
2018-02-11 | Pre-load key UNO mappings. | Michael Meeks |
2018-02-11 | lok: allow libraries to pre-init themselves. | Michael Meeks |
2018-02-01 | cppuhelper: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann |
2018-01-17 | Fix typos | Andrea Gelmini |
2018-01-15 | More loplugin:cstylecast: cppuhelper | Stephan Bergmann |
2018-01-12 | More loplugin:cstylecast: cppuhelper | Stephan Bergmann |
2018-01-12 | Revert "Print the important failure messages on iOS even in a non-debug build" | Stephan Bergmann |
2018-01-11 | Log just one line in cppuhelper::ServiceManager::preloadImplementations() | Tor Lillqvist |
2018-01-10 | Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations() | Tor Lillqvist |
2018-01-10 | Bin superfluous using declarations | Tor Lillqvist |
2018-01-10 | Don't try to preload the KDE4 shell backend as that crashes | Tor Lillqvist |
2018-01-10 | Simplify logging in cppuhelper::ServiceManager::preloadImplementations() | Tor Lillqvist |
2017-12-23 | loplugin:passstuffbyref improved returns | Noel Grandin |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-07 | loplugin:countusersofdefaultparams in comphelper | Noel Grandin |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin |
2017-11-28 | not used with disable-dynloading | Caolán McNamara |