Age | Commit message (Expand) | Author |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-13 | tdf#123936 Formatting files in module codemaker with clang-format | Philipp Hofer |
2020-11-11 | loplugin:stringview | Noel |
2020-09-04 | tdf#124176 Use #pragma once in codemaker | George Bateman |
2020-09-02 | Turn OStringLiteral into a consteval'ed, static-refcound rtl_String | Stephan Bergmann |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann |
2020-05-19 | Fix the Clang check for using <experimental/source_location> | Stephan Bergmann |
2020-05-18 | use std::experimental::source_location in uno::Exception | Noel Grandin |
2020-05-08 | compact namespace in canvas..cui | Noel Grandin |
2020-04-18 | loplugin:flatten in codemaker | Noel Grandin |
2020-03-02 | ofz#20976 build-failure | Caolán McNamara |
2020-03-02 | Revert "ofz#20976 build-failure" | Caolán McNamara |
2020-03-02 | ofz#20976 build-failure | Caolán McNamara |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in codemaker..configmgr | Noel Grandin |
2019-12-18 | sal_Char->char in canvas..codemaker | Noel Grandin |
2019-10-28 | loplugin:stringadd improve detection | Noel Grandin |
2019-10-23 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-21 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-17 | loplugin:buffereadd find stuff involving adding *StringBuffer | Noel Grandin |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin |
2019-10-08 | loplugin:redundantpointerops simplify *p.get() | Noel Grandin |
2019-10-01 | loplugin:stringadd in basctl..cui | Noel Grandin |
2019-09-05 | loplugin:useuniqueptr in ClassFile | Noel Grandin |
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 |