summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Expand)AuthorAgeFilesLines
* Use implicit conversion from OStringBuffer to std::string_viewStephan Bergmann2021-05-181-1/+1
* Improve loplugin:stringviewStephan Bergmann2021-05-141-1/+2
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-021-1/+1
* throw() -> noexcept, part 1/3: Manual scaffoldingStephan Bergmann2021-04-301-1/+1
* cid#1473812 Untrusted value as argumentCaolán McNamara2021-04-292-0/+2
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-212-16/+16
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-9/+11
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* fix fuzzer buildCaolán McNamara2021-02-122-2/+8
* loplugin:stringviewparam extend to new..Noel2021-01-292-3/+3
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-297-64/+66
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-116-23/+25
* tdf#123936 Formatting files in module codemaker with clang-formatPhilipp Hofer2020-11-134-28/+25
* loplugin:stringviewNoel2020-11-111-2/+2
* tdf#124176 Use #pragma once in codemakerGeorge Bateman2020-09-048-32/+8
* Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann2020-09-021-1/+1
* Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2020-08-301-1/+1
* Fix the Clang check for using <experimental/source_location>Stephan Bergmann2020-05-191-2/+3
* use std::experimental::source_location in uno::ExceptionNoel Grandin2020-05-183-6/+76
* compact namespace in canvas..cuiNoel Grandin2020-05-084-8/+8
* loplugin:flatten in codemakerNoel Grandin2020-04-183-165/+170
* ofz#20976 build-failureCaolán McNamara2020-03-022-0/+8
* Revert "ofz#20976 build-failure"Caolán McNamara2020-03-022-8/+0
* ofz#20976 build-failureCaolán McNamara2020-03-022-0/+8
* clang-tidy modernize-concat-nested-namespace in codemaker..configmgrNoel Grandin2020-01-154-8/+8
* sal_Char->char in canvas..codemakerNoel Grandin2019-12-181-10/+10
* loplugin:stringadd improve detectionNoel Grandin2019-10-282-4/+4
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-233-16/+66
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-211-3/+3
* loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin2019-10-171-3/+1
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-142-17/+17
* loplugin:redundantpointerops simplify *p.get()Noel Grandin2019-10-081-1/+1
* loplugin:stringadd in basctl..cuiNoel Grandin2019-10-012-34/+32
* loplugin:useuniqueptr in ClassFileNoel Grandin2019-09-053-13/+13
* New loplugin:dataStephan Bergmann2019-05-221-1/+1
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-141-2/+1
* loplugin:sequentialassign in codemaker..connectivityNoel Grandin2019-04-132-4/+2
* Revert "Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 instead"Mike Kaganski2019-04-059-85/+88
* tdf#120703: partially revert commit 85456fae54029edd26df2277a9eec5e2fe3d9739Mike Kaganski2019-04-051-2/+1
* Get rid of b2u/u2b helpers; use OUString's toUtf8/fromUtf8 insteadMike Kaganski2019-04-049-88/+85
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-011-1/+2
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-192-2/+2
* loplugin:indentation in codemaker..comphelperNoel Grandin2019-02-081-4/+3
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-084-4/+4
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-022-6/+6
* loplugin:useuniqueptr in codemakerNoel Grandin2018-10-313-11/+7
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-249-24/+20
* pvs-studio: The condition 'nIndex != - 1' of loop is always trueCaolán McNamara2018-10-211-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-8/+2
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-173-25/+16