Age | Commit message (Expand) | Author |
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-23 | loplugin:unusedfields in registry..sax | Noel Grandin |
2017-06-12 | clang-tidy readability-delete-null-pointer | Noel Grandin |
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 | 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-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types: registry | Stephan Bergmann |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-02-25 | loplugin:loopvartoosmall | Stephan Bergmann |
2017-02-10 | Remove MinGW support | Stephan Bergmann |
2017-02-10 | test coverity sanitizing in-source modelling | Caolán McNamara |
2017-02-01 | loplugin:useuniqueptr extend to check local vars | Noel Grandin |
2017-01-25 | loplugin: unnecessary destructor oox..sax | Noel Grandin |
2016-12-13 | OSL_TRACE->SAL in framework..sal | Noel Grandin |
2016-09-19 | convert storeAccessMode to scoped enum | Noel Grandin |
2016-09-09 | loplugin:constantparam in sot..svl | Noel Grandin |
2016-08-05 | loplugin:countusersofdefaultparams in oox..sd | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-03-17 | loplugin:constantparam in registry | Noel Grandin |
2016-02-23 | new loplugin: commaoperator | Noel Grandin |
2016-02-16 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-18 | loplugin: unused return values | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-12-21 | loplugin:unusedmethods | Noel Grandin |
2015-11-25 | loplugin:unusedfields in include/package,include/registry | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-07 | Abstract out repeated code into a lambda | Stephan Bergmann |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-29 | loplugin:removeunusedmethods, remove unused stuff | Noel Grandin |
2015-08-23 | tdf#39440 cppcheck: redundantAssignment | Michael Weghorn |
2015-08-21 | Force #defined constants to sal_uInt32 to reduce conversion warnings | Matteo Casalin |