Age | Commit message (Expand) | Author |
2018-10-13 | loplugin:constfields in package..registry | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-09-11 | Revert "clang bugprone-unused-return-value" | Noel Grandin |
2018-09-08 | clang bugprone-unused-return-value | Noel Grandin |
2018-09-05 | loplugin:useuniqueptr in TypeWriter::createBlop | Noel Grandin |
2018-08-31 | GCC only supports inline variables since GCC 7 | Stephan Bergmann |
2018-08-30 | loplugin:useuniqueptr in registry | Noel Grandin |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-22 | new loplugin:conststringfield | Noel Grandin |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara |
2018-07-26 | Related: rhbz#1602589 double_free, convert to std::vector | Caolán McNamara |
2018-07-26 | Related: rhbz#1602589 silence error[memleak]: Memory leak: newValue | Caolán McNamara |
2018-06-12 | loplugin:constantparam | Noel Grandin |
2018-05-17 | loplugin:unusedfields in formula..registry | Noel Grandin |
2018-04-27 | loplugin:constantparam | Noel Grandin |
2018-04-20 | loplugin:constantparam | Noel Grandin |
2018-01-15 | More loplugin:cstylecast: registry | 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: registry | Stephan Bergmann |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin |
2017-11-02 | improve constparam loplugin | Noel Grandin |
2017-10-31 | loplugin:constantparam in oox,registry,reportdesign | Noel Grandin |
2017-10-23 | loplugin:includeform: registry | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-20 | loplugin:constmethod in codemaker,registry,store | Noel Grandin |
2017-08-18 | loplugin:unnecessaryparen | Noel Grandin |
2017-08-17 | remove unnecessary use of OUString::getStr | Noel Grandin |
2017-07-17 | loplugin:constparams in store,registry | Noel Grandin |
2017-07-14 | extend loplugin useuniqueptr to POD types | Noel Grandin |
2017-07-13 | use more OUString::operator== in forms..sal | Noel Grandin |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin |
2017-06-26 | Translate German comments and debug strings (leftovers in r... dirs) | Johnny_M |
2017-06-23 | loplugin:unusedfields in registry..sax | Noel Grandin |
2017-06-12 | clang-tidy readability-delete-null-pointer | Noel Grandin |
2017-06-09 | More tests to suppress (all .PHONY test targets should be covered now) | Stephan Bergmann |
2017-06-05 | Improved loplugin:cstylecast to reference types: registry | Stephan Bergmann |
2017-05-27 | registry: fix indenting caused by automated namespace scripts, etc. | Chris Sherlock |
2017-05-27 | registry: remove comment cruft from regimpl.cxx | Chris Sherlock |
2017-05-27 | tdf#43157 - registry: convert from OSL_ASSERT to assert | Chris Sherlock |
2017-05-27 | registry: like Rosencrantz, consistency is all I ask... | Chris Sherlock |
2017-05-27 | registry: typo in function parameter | Chris Sherlock |
2017-05-26 | tdf#39468: translate German to English in registry's regimpl.cxx | Chris Sherlock |
2017-05-09 | cleanup osl/diagnose.h includes | Jochen Nitschke |
2017-05-07 | revert OSL_ASSERT changes | Chris Sherlock |
2017-05-07 | tdf#43157 - registry: convert from OSL_ASSERT to assert | Chris Sherlock |
2017-04-21 | gbuild: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types: registry | Stephan Bergmann |