summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2020-01-07Replace a CPPUNIT_ASSERT_EQUAL with a static_assertStephan Bergmann1-4/+5
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin4-13/+13
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2-0/+2
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet1-2/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann12-0/+72
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 Bergmann3-21/+9
2019-10-15new loplugin:bufferaddNoel Grandin3-20/+17
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-22Fix typoAndrea Gelmini1-1/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-0/+7
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov4-62/+30
2019-03-02Fix typoAndrea Gelmini1-1/+1
2019-02-20More loplugin:simplifyboolStephan Bergmann1-1/+1
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-1/+1
2019-02-19More loplugin:simplifyboolStephan Bergmann1-1/+1
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin3-8/+8
2019-01-29cppu: fix Android buildMiklos Vajna2-0/+8
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen26-59/+42
2019-01-19Fix typoAndrea Gelmini1-1/+1
2018-12-29typelib: Fix incorrect parameter type to std::min() on m68kJohn Paul Adrian Glaubitz1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin2-2/+2
2018-12-06Remove obsolete GCC version checksStephan Bergmann1-1/+1
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-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-51/+37
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin19-208/+197
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann6-36/+36
2018-09-22tweak markupCaolán McNamara1-2/+2
2018-09-17New loplugin:externalStephan Bergmann3-3/+7
2018-09-10Fix for --enable-debug --disable-assert-always-abortStephan Bergmann1-1/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin2-6/+3
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-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2-2/+2
2018-07-26Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara1-0/+7
2018-07-16Add missing sal/log.hxx headersGabor Kelemen5-0/+5
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov1-3/+2