Age | Commit message (Expand) | Author |
2019-05-22 | New loplugin:data | Stephan Bergmann |
2019-04-14 | tdf#120703 PVS: Silence V522 warnings | Mike Kaganski |
2019-04-13 | loplugin:sequentialassign in codemaker..connectivity | Noel Grandin |
2019-04-05 | Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead" | Mike Kaganski |
2019-04-05 | tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739 | Mike Kaganski |
2019-04-04 | Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead | Mike Kaganski |
2019-04-01 | tdf#120703 PVS: Silence V522 warnings | Mike Kaganski |
2019-02-19 | Some uses of C++17 class template argument deduction | Stephan Bergmann |
2019-02-08 | loplugin:indentation in codemaker..comphelper | Noel Grandin |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-11-02 | fix signatures of deleted copy/assign operators | Noel Grandin |
2018-10-31 | loplugin:useuniqueptr in codemaker | Noel Grandin |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-21 | pvs-studio: The condition 'nIndex != - 1' of loop is always true | Caolán McNamara |
2018-10-18 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-11 | Revert "clang bugprone-unused-return-value" | Noel Grandin |
2018-09-10 | Generate UNO exception classes as SAL_WARN_UNUSED | Stephan Bergmann |
2018-09-08 | clang bugprone-unused-return-value | Noel Grandin |
2018-08-08 | loplugin:unusedfields | Noel Grandin |
2018-07-27 | codemaker: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) | Stephan Bergmann |
2018-07-25 | Add missing method hasUnsignedLongDependency() | Muhammet Kara |
2018-07-09 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-06-29 | tdf#96099 Remove trivial std::map typedefs in [cd]* | Arkadiy Illarionov |
2018-06-06 | tdf#117918 codemaker: avoid including ourselves in .hpp files | Miklos Vajna |
2018-01-26 | coverity#1019311 silence Unchecked return value | Caolán McNamara |
2018-01-19 | loplugin:unusedmethods also check for functions returning bool | Noel Grandin |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann |
2018-01-12 | More loplugin:cstylecast: codemaker | Stephan Bergmann |
2017-12-29 | Fix typos | Andrea Gelmini |
2017-11-27 | loplugin:unnecessaryparen: Warn about parentheses around literals | Stephan Bergmann |
2017-11-26 | Replace most lists by vectors in codemaker | Julien Nabet |
2017-11-01 | loplugin:constantparam in c* | Noel Grandin |
2017-10-23 | loplugin:includeform: codemaker | Stephan Bergmann |
2017-10-20 | loplugin:constmethod in codemaker,registry,store | Noel Grandin |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-11 | clang-tidy modernize-use-emplace in c* | Noel Grandin |
2017-08-14 | new loplugin:droplong | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace II | Noel Grandin |
2017-07-31 | loplugin:oncevar | Noel Grandin |
2017-07-18 | loplugin:constparams codemaker,idl,idlc | 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-06-27 | android, fix codemaker buildbreaker | jan Iversen |
2017-06-27 | iOS, remove java and cppunittest | jan Iversen |
2017-06-24 | iOS workaround to avoid mkdir problem. | jan Iversen |
2017-06-20 | loplugin:oncevar in codemaker..connectivity | Noel Grandin |
2017-06-04 | Remove usage of OString("") | Arnaud Versini |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |