summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2020-05-20use for-range on Sequence in cppuhelper,cuiNoel Grandin4-58/+57
2020-05-08compact namespace in canvas..cuiNoel Grandin6-13/+11
2020-04-17loplugin:flatten in cppuhelperNoel Grandin5-501/+504
2020-04-14loplugin:buriedassign in c*Noel Grandin1-6/+10
2020-03-10Fix typoAndrea Gelmini1-1/+1
2020-03-05tdf#127781 Android Viewer: aarch64: Avoid throwing exceptions through bridgesMichael Weghorn1-4/+4
2020-02-11android: Actually let's avoid the exceptions via bridges only on aarch4.Jan Holesovsky1-4/+6
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-1/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+4
2020-01-26simplify InterfaceContainerHelper::clearNoel Grandin1-7/+6
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin1-3/+3
2020-01-17Use std::vector in OInterfaceContainerHelper instead of SequenceNoel Grandin1-56/+31
2020-01-15improve "convert OSL_ASSERT to assert"Noel Grandin1-2/+3
2020-01-15convert OSL_ASSERT to assertNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin3-19/+7
2020-01-14Remove unused prefix="direct" featureStephan Bergmann1-7/+4
2020-01-10use more std::make_sharedNoel Grandin1-5/+5
2019-12-30Merge ImplementationInfo back into ImplementationStephan Bergmann2-118/+95
2019-12-24ImplementationInfo can be inlinedNoel Grandin2-80/+76
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin1-1/+1
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-05android: Avoid throwing exceptions through the bridges.Jan Holesovsky2-6/+52
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-0/+33
2019-11-21preload: 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