Age | Commit message (Expand) | Author |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper | Noel Grandin |
2020-01-07 | Replace a CPPUNIT_ASSERT_EQUAL with a static_assert | Stephan Bergmann |
2019-12-18 | sal_Char->char in cppcanvas..cui | Noel Grandin |
2019-12-03 | Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t) | Stephan Bergmann |
2019-11-23 | cppcheck: performing init in init list (comphelper/connectivity/cppu/cui) | Julien Nabet |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-11-08 | Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddress | Stephan Bergmann |
2019-10-28 | loplugin:stringadd improve detection | Noel Grandin |
2019-10-17 | Remaining loplugin:bufferadd | Stephan Bergmann |
2019-10-15 | new loplugin:bufferadd | Noel Grandin |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin |
2019-10-01 | loplugin:stringadd in basctl..cui | Noel Grandin |
2019-09-03 | Silence -fsanitize=object-size in --enable-optimized builds | Stephan Bergmann |
2019-08-30 | new loplugin:noexceptmove | Noel Grandin |
2019-07-26 | cid#1448407 silence Resource leak | Caolán McNamara |
2019-05-22 | New loplugin:data | Stephan Bergmann |
2019-04-27 | tdf#120703 PVS: V581 ifs with identical conditions | Mike Kaganski |
2019-04-22 | Fix typo | Andrea Gelmini |
2019-04-15 | improve loplugin simplifyconstruct | Noel Grandin |
2019-04-01 | tdf#120703 PVS: Silence V522 warnings | Mike Kaganski |
2019-03-03 | Simplify containers iterations in cppcanvas, cppu, cppuhelper | Arkadiy Illarionov |
2019-03-02 | Fix typo | Andrea Gelmini |
2019-02-20 | More loplugin:simplifybool | Stephan Bergmann |
2019-02-19 | Some uses of C++17 class template argument deduction | Stephan Bergmann |
2019-02-19 | More loplugin:simplifybool | Stephan Bergmann |
2019-02-08 | loplugin:indentation in cppu..cui | Noel Grandin |
2019-01-29 | cppu: fix Android build | Miklos Vajna |
2019-01-29 | tdf#42949 Fix IWYU warnings in cppu/ | Gabor Kelemen |
2019-01-19 | Fix typo | Andrea Gelmini |
2018-12-29 | typelib: Fix incorrect parameter type to std::min() on m68k | John Paul Adrian Glaubitz |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-07 | loplugin:singlevalfields extend to all static vars | Noel Grandin |
2018-12-06 | Remove obsolete GCC version checks | Stephan Bergmann |
2018-11-16 | loplugin:buriedassign in avmedia..cui | Noel Grandin |
2018-11-07 | coverity#1441100 silence Out-of-bounds access | Caolán McNamara |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-09-22 | tweak markup | Caolán McNamara |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-10 | Fix for --enable-debug --disable-assert-always-abort | Stephan Bergmann |
2018-09-06 | loplugin:simplifyconstruct in canvas..cui | Noel Grandin |
2018-08-29 | fix android build | Noel Grandin |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-29 | loplugin:constantparam (1) | Noel Grandin |
2018-07-29 | replace double checked locking patterns | Jochen Nitschke |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara |
2018-07-26 | Related: rhbz#1602589 silence coverity leaked_storage | Caolán McNamara |
2018-07-16 | Add missing sal/log.hxx headers | Gabor Kelemen |