Age | Commit message (Expand) | Author |
2019-11-21 | preload: cleanup failed module load warnings and rename them. | Michael Meeks |
2019-10-18 | make bin/update_pch.s always include code in trivial #if's | Luboš Luňák |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin |
2019-09-26 | add property name when throwing css::uno::UnknownPropertyException | Noel Grandin |
2019-09-23 | do not require $(SRCDIR) in every gb_Library_set_precompiled_header | Luboš Luňák |
2019-09-19 | improve and enable loplugin:fragiledestructor | Noel Grandin |
2019-08-27 | loplugin:referencecasting find more redundant static_cast | Noel Grandin |
2019-08-19 | loplugin:constvars in cppuhelper..desktop | Noel Grandin |
2019-08-17 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Julien Nabet |
2019-08-12 | Optimize cppu::supportsService to use const methods of Sequence | Mike Kaganski |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelper | Stephan Bergmann |
2019-07-29 | loplugin:sequentialassign | Noel Grandin |
2019-07-19 | loplugin:referencecasting in cppcanvas..cui | Noel Grandin |
2019-07-18 | Resort pProperties when really needed (cppuhelper) | Julien Nabet |
2019-06-05 | Use hasElements to check Sequence emptiness in cppcanvas..desktop | Arkadiy Illarionov |
2019-05-22 | New loplugin:data | Stephan Bergmann |
2019-05-12 | regenerate PCH headers | Luboš Luňák |
2019-05-09 | regenerate PCH headers for the 4 new levels | Luboš Luňák |
2019-04-20 | Fix typo | Andrea Gelmini |
2019-03-29 | preload: cleanup disabled messages and simplify flow. | Michael Meeks |
2019-03-25 | preload: add the ability to disable various components. | Michael Meeks |
2019-03-17 | tdf#120703 PVS: remove redundant static casts | Mike Kaganski |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-03-04 | Revert "new loplugin typedefparam" | Noel Grandin |
2019-03-04 | new loplugin typedefparam | Noel Grandin |
2019-03-03 | Simplify containers iterations in cppcanvas, cppu, cppuhelper | Arkadiy Illarionov |
2019-02-19 | Some uses of C++17 class template argument deduction | Stephan Bergmann |
2019-02-14 | tdf#42949 Fix IWYU warnings in cppuhelper/ | Gabor Kelemen |
2019-02-08 | loplugin:indentation in cppu..cui | Noel Grandin |
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 |