Age | Commit message (Expand) | Author |
2021-05-18 | Use implicit conversion from OStringBuffer to std::string_view | Stephan Bergmann |
2021-05-14 | Improve loplugin:stringview | Stephan Bergmann |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-30 | throw() -> noexcept, part 1/3: Manual scaffolding | Stephan Bergmann |
2021-04-29 | cid#1473812 Untrusted value as argument | Caolán McNamara |
2021-04-21 | loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-02-12 | fix fuzzer build | Caolán McNamara |
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 |