Age | Commit message (Expand) | Author |
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 |
2018-06-29 | tdf#96099 Remove trivial std::map typedefs in [cd]* | Arkadiy Illarionov |
2018-06-01 | loplugin: look for CPPUNIT_ASSERT_EQUALS with params swapped | Noel Grandin |
2018-05-22 | Fix typos | Andrea Gelmini |
2018-05-10 | move Java from config_features to already existing config_java | Rene Engelhard |
2018-01-19 | convert these to true asserts | Caolán McNamara |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann |
2018-01-15 | More loplugin:cstylecast: cppu | Stephan Bergmann |
2018-01-15 | loplugin:useuniqueptr in comphelper,cppu,registry | Noel Grandin |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: cppu | Stephan Bergmann |
2018-01-11 | loplugin:useuniqueptr cppu,idlc,io,ucbhelper | Noel Grandin |
2017-12-23 | loplugin:passstuffbyref improved returns | Noel Grandin |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-07 | loplugin:salcall handle static methods | Noel Grandin |
2017-12-05 | loplugin:salcall fix non-virtual methods | Noel Grandin |
2017-11-18 | Replace lists by vector or deque (cppu) | Julien Nabet |
2017-10-26 | loplugin:constmethods in unotools | Noel Grandin |