summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin1-26/+26
2018-05-22Fix typosAndrea Gelmini1-3/+3
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 Bergmann3-6/+6
2018-01-15More loplugin:cstylecast: cppuStephan Bergmann1-3/+3
2018-01-15loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin1-11/+7
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann6-122/+122
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin3-21/+15
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin15-74/+74
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-4/+4
2017-11-18Replace lists by vector or deque (cppu)Julien Nabet4-59/+30
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: cppuStephan Bergmann29-478/+478
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-5/+3
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-11/+0
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin3-3/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-5/+4
2017-08-10Remove excess SAL_INFOsStephan Bergmann1-12/+0
2017-07-19loplugin:constparams in cppuNoel Grandin5-8/+8
2017-07-17cppu: remove unnecessary LOG_LIFECYCLE_* macrosChris Sherlock6-96/+14
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin4-10/+10
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+2