summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)Author
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-08Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddressStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin
2019-09-03Silence -fsanitize=object-size in --enable-optimized buildsStephan Bergmann
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-07-26cid#1448407 silence Resource leakCaolán McNamara
2019-05-22New loplugin:dataStephan Bergmann
2019-04-27tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin
2019-01-29cppu: fix Android buildMiklos Vajna
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-11-07coverity#1441100 silence Out-of-bounds accessCaolán McNamara
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-22tweak markupCaolán McNamara
2018-09-10Fix for --enable-debug --disable-assert-always-abortStephan Bergmann
2018-08-29fix android buildNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-07-29replace double checked locking patternsJochen Nitschke
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov
2018-05-10move Java from config_features to already existing config_javaRene Engelhard
2018-01-19convert these to true assertsCaolán McNamara
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-23loplugin:includeform: cppuStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-10Remove excess SAL_INFOsStephan Bergmann
2017-07-19loplugin:constparams in cppuNoel Grandin
2017-07-17cppu: remove unnecessary LOG_LIFECYCLE_* macrosChris Sherlock
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-04fix m68k build (again)Rene Engelhard
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke