summaryrefslogtreecommitdiff
path: root/codemaker
AgeCommit message (Expand)AuthorFilesLines
2021-05-18Use implicit conversion from OStringBuffer to std::string_viewStephan Bergmann1-1/+1
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-30throw() -> noexcept, part 1/3: Manual scaffoldingStephan Bergmann1-1/+1
2021-04-29cid#1473812 Untrusted value as argumentCaolán McNamara2-0/+2
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-16/+16
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-9/+11
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-02-12fix fuzzer buildCaolán McNamara2-2/+8
2021-01-29loplugin:stringviewparam extend to new..Noel2-3/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann7-64/+66
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann6-23/+25
2020-11-13tdf#123936 Formatting files in module codemaker with clang-formatPhilipp Hofer4-28/+25
2020-11-11loplugin:stringviewNoel1-2/+2
2020-09-04tdf#124176 Use #pragma once in codemakerGeorge Bateman8-32/+8
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann1-1/+1
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+1
2020-05-19Fix the Clang check for using <experimental/source_location>Stephan Bergmann1-2/+3
2020-05-18use std::experimental::source_location in uno::ExceptionNoel Grandin3-6/+76
2020-05-08compact namespace in canvas..cuiNoel Grandin4-8/+8
2020-04-18loplugin:flatten in codemakerNoel Grandin3-165/+170
2020-03-02ofz#20976 build-failureCaolán McNamara2-0/+8
2020-03-02Revert "ofz#20976 build-failure"Caolán McNamara2-8/+0
2020-03-02ofz#20976 build-failureCaolán McNamara2-0/+8
2020-01-15clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin4-8/+8
2019-12-18sal_Char->char in canvas..codemakerNoel Grandin1-10/+10
2019-10-28loplugin:stringadd improve detectionNoel Grandin2-4/+4
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin3-16/+66
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-3/+3
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-3/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin2-17/+17
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin2-34/+32
2019-09-05loplugin:useuniqueptr in ClassFileNoel Grandin3-13/+13
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski1-2/+1
2019-04-13loplugin:sequentialassign in codemaker..connectivityNoel Grandin2-4/+2
2019-04-05Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski9-85/+88
2019-04-05tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski1-2/+1
2019-04-04Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski9-88/+85
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-1/+2
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann2-2/+2
2019-02-08loplugin:indentation in codemaker..comphelperNoel Grandin1-4/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann4-4/+4
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin2-6/+6
2018-10-31loplugin:useuniqueptr in codemakerNoel Grandin3-11/+7
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin9-24/+20
2018-10-21pvs-studio: The condition 'nIndex != - 1' of loop is always trueCaolán McNamara1-1/+1
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-8/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin3-25/+16