summaryrefslogtreecommitdiff
path: root/cppuhelper/source
AgeCommit message (Expand)Author
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-19loplugin:constvars in cppuhelper..desktopNoel Grandin
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-12Optimize cppu::supportsService to use const methods of SequenceMike Kaganski
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelperStephan Bergmann
2019-07-19loplugin:referencecasting in cppcanvas..cuiNoel Grandin
2019-07-18Resort pProperties when really needed (cppuhelper)Julien Nabet
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-22New loplugin:dataStephan Bergmann
2019-04-20Fix typoAndrea Gelmini
2019-03-29preload: cleanup disabled messages and simplify flow.Michael Meeks
2019-03-25preload: add the ability to disable various components.Michael Meeks
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin
2018-12-28Do not use indexed getToken for a single callMatteo Casalin
2018-12-17kde5: remove older kde/tde plugins, and references to thatThorsten Behrens
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-21improve function-local statics in basic..cuiNoel Grandin
2018-11-11cppCheck narrowed variableScope rEntryZdibák Zoltán
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-01loplugin:useuniqueptr in ComponentContextNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-15Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-28Fix typo in codeAndrea Gelmini
2018-08-13Fix typosAndrea Gelmini
2018-07-29replace double checked locking patternsJochen Nitschke
2018-07-19Fix typosAndrea Gelmini
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov
2018-05-31cppuhelper : use rtl::isAlphaNumeric instead of recreate the method.Arnaud Versini
2018-05-29loplugin:unusedfields-in-constructor in variousNoel Grandin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin