summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)AuthorFilesLines
2021-01-29loplugin:stringviewparam extend to new..Noel1-3/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-4/+4
2020-11-13tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer2-7/+12
2020-11-11loplugin:stringviewNoel2-3/+3
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-1/+0
2020-09-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara1-2/+1
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman9-36/+9
2020-08-05Avoid warnings about unused Char4Stephan Bergmann1-5/+6
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: cppuStephan Bergmann1-1/+1
2020-05-24inline some use-once typedefsNoel Grandin1-3/+2
2020-05-08compact namespace in canvas..cuiNoel Grandin2-5/+3
2020-04-18loplugin:flatten in cppuNoel Grandin2-41/+41
2020-04-14loplugin:buriedassign in c*Noel Grandin3-6/+13
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin1-2/+2
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin1-4/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+29
2019-11-08Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddressStephan Bergmann1-2/+27
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-2/+1
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-5/+3
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+5
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin2-2/+2
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin3-18/+9
2019-09-03Silence -fsanitize=object-size in --enable-optimized buildsStephan Bergmann1-3/+23
2019-08-30new loplugin:noexceptmoveNoel Grandin1-2/+2
2019-07-26cid#1448407 silence Resource leakCaolán McNamara1-0/+1
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-04-27tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-11/+8
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-0/+7
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2-18/+10
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin1-2/+2
2019-01-29cppu: fix Android buildMiklos Vajna2-0/+8
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen11-27/+14
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin1-3/+12
2018-11-07coverity#1441100 silence Out-of-bounds accessCaolán McNamara1-0/+1
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-16/+13
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin8-55/+51
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann3-25/+25
2018-09-22tweak markupCaolán McNamara1-2/+2
2018-09-10Fix for --enable-debug --disable-assert-always-abortStephan Bergmann1-1/+1
2018-08-29fix android buildNoel Grandin1-1/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin3-22/+22
2018-08-29loplugin:constantparam (1)Noel Grandin1-39/+39
2018-07-29replace double checked locking patternsJochen Nitschke1-11/+4
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov1-3/+2
2018-05-10move Java from config_features to already existing config_javaRene Engelhard2-2/+2
2018-01-19convert these to true assertsCaolán McNamara1-2/+2
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann4-92/+92