summaryrefslogtreecommitdiffstats
path: root/codemaker
Commit message (Expand)AuthorAgeFilesLines
* 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
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* Revert "clang bugprone-unused-return-value"Noel Grandin2018-09-111-2/+4
* Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann2018-09-101-1/+1
* clang bugprone-unused-return-valueNoel Grandin2018-09-081-4/+2
* loplugin:unusedfieldsNoel Grandin2018-08-082-8/+1
* codemaker: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-0/+6
* Add missing method hasUnsignedLongDependency()Muhammet Kara2018-07-252-1/+4
* Add missing sal/log.hxx headersGabor Kelemen2018-07-091-0/+1
* tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov2018-06-291-31/+29
* tdf#117918 codemaker: avoid including ourselves in .hpp filesMiklos Vajna2018-06-061-1/+4
* coverity#1019311 silence Unchecked return valueCaolán McNamara2018-01-261-1/+1
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-191-4/+4