summaryrefslogtreecommitdiff
path: root/codemaker
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin1-2/+4
2018-09-10Generate UNO exception classes as SAL_WARN_UNUSEDStephan Bergmann1-1/+1
2018-09-08clang bugprone-unused-return-valueNoel Grandin1-4/+2
2018-08-08loplugin:unusedfieldsNoel Grandin2-8/+1
2018-07-27codemaker: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+6
2018-07-25Add missing method hasUnsignedLongDependency()Muhammet Kara2-1/+4
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov1-31/+29
2018-06-06tdf#117918 codemaker: avoid including ourselves in .hpp filesMiklos Vajna1-1/+4
2018-01-26coverity#1019311 silence Unchecked return valueCaolán McNamara1-1/+1
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-4/+4
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann2-5/+5
2018-01-12More loplugin:cstylecast: codemakerStephan Bergmann1-1/+1
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann3-18/+18
2017-11-26Replace most lists by vectors in codemakerJulien Nabet3-10/+8
2017-11-01loplugin:constantparam in c*Noel Grandin1-7/+1
2017-10-23loplugin:includeform: codemakerStephan Bergmann26-142/+142
2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin6-23/+23
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-0/+31
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin3-14/+11
2017-08-14new loplugin:droplongNoel Grandin2-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin5-43/+20
2017-07-31loplugin:oncevarNoel Grandin1-6/+3