summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2020-05-18android: Actually let's avoid the exceptions via bridges only on aarch4.Jan Holesovsky1-4/+6
2020-05-18android: Avoid throwing exceptions through the bridges.Jan Holesovsky2-6/+52
2020-05-08preload: cleanup failed module load warnings and rename them.Michael Meeks1-3/+11
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+2
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-9/+9
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-08-19loplugin:constvars in cppuhelper..desktopNoel Grandin1-2/+2
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-12Optimize cppu::supportsService to use const methods of SequenceMike Kaganski1-7/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelperStephan Bergmann4-6/+6
2019-07-29loplugin:sequentialassignNoel Grandin1-2/+1
2019-07-19loplugin:referencecasting in cppcanvas..cuiNoel Grandin1-1/+1
2019-07-18Resort pProperties when really needed (cppuhelper)Julien Nabet1-3/+2
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov5-9/+9
2019-05-22New loplugin:dataStephan Bergmann3-4/+4
2019-05-12regenerate PCH headersLuboš Luňák1-2/+2
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-15/+19
2019-04-20Fix typoAndrea Gelmini1-1/+1
2019-03-29preload: cleanup disabled messages and simplify flow.Michael Meeks1-90/+86
2019-03-25preload: add the ability to disable various components.Michael Meeks1-2/+36
2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-3/+3
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-3/+3
2019-03-04new loplugin typedefparamNoel Grandin1-3/+3
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov6-295/+165
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann2-6/+6
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen28-71/+63
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin4-19/+20
2018-12-28Do not use indexed getToken for a single callMatteo Casalin1-2/+1
2018-12-17kde5: remove older kde/tde plugins, and references to thatThorsten Behrens1-8/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-4/+4
2018-11-21improve function-local statics in basic..cuiNoel Grandin1-3/+1
2018-11-11cppCheck narrowed variableScope rEntryZdibák Zoltán1-2/+2
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-9/+9
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski2-30/+9
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-5/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin29-552/+528
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-6/+12
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-8/+6
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann9-26/+26
2018-10-01loplugin:useuniqueptr in ComponentContextNoel Grandin1-44/+29
2018-09-17New loplugin:externalStephan Bergmann3-5/+5
2018-09-15Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist1-0/+8
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen6-0/+7
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-1/+1
2018-08-28Fix typo in codeAndrea Gelmini1-1/+1