Age | Commit message (Expand) | Author |
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 |
2017-10-23 | loplugin:includeform: cppu | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-13 | Enable -Wunreachable-code | Stephan Bergmann |
2017-09-04 | loplugin:unnecessaryparen include c++ casts | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace II | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace | Noel Grandin |
2017-08-10 | Remove excess SAL_INFOs | Stephan Bergmann |
2017-07-19 | loplugin:constparams in cppu | Noel Grandin |
2017-07-17 | cppu: remove unnecessary LOG_LIFECYCLE_* macros | Chris Sherlock |
2017-07-13 | use more OUString::operator== comphelper..cui | Noel Grandin |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin |
2017-07-07 | loplugin:unnecessaryparen handle parens inside call expr | Noel Grandin |
2017-07-04 | fix m68k build (again) | Rene Engelhard |
2017-07-03 | C++11 remove std::unary_function bases from functors | Jochen Nitschke |
2017-07-02 | loplugin:casttovoid: cppu | Stephan Bergmann |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |
2017-05-18 | Revert "Fix typos" | Stephan Bergmann |
2017-05-18 | Fix typos | Andrea Gelmini |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |