summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-08-09No more need for CppunitTest_cppuhelper_qa_weak to be a subsequentcheckStephan Bergmann1-4/+0
2018-08-09Remove unnecessary test dependencyStephan Bergmann1-1/+0
2018-08-09No need for CppunitTest_cppuhelper_qa_misc to be a subsequentcheckStephan Bergmann1-1/+1
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara1-0/+32
2018-07-29replace double checked locking patternsJochen Nitschke1-15/+7
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-16Add missing sal/log.hxx headersGabor Kelemen5-0/+5
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov1-5/+3
2018-05-31cppuhelper : use rtl::isAlphaNumeric instead of recreate the method.Arnaud Versini1-16/+6
2018-05-29loplugin:unusedfields-in-constructor in variousNoel Grandin1-3/+2
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin3-52/+76
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-1/+1
2018-02-11Pre-load key UNO mappings.Michael Meeks1-0/+20
2018-02-11lok: allow libraries to pre-init themselves.Michael Meeks1-0/+13
2018-02-01cppuhelper: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-4/+0
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2018-01-17Fix typosAndrea Gelmini1-3/+3
2018-01-15More loplugin:cstylecast: cppuhelperStephan Bergmann1-8/+8
2018-01-12More loplugin:cstylecast: cppuhelperStephan Bergmann3-5/+5
2018-01-12Revert "Print the important failure messages on iOS even in a non-debug build"Stephan Bergmann1-8/+0
2018-01-11Log just one line in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist1-3/+48
2018-01-10Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist1-3/+4
2018-01-10Bin superfluous using declarationsTor Lillqvist1-3/+0
2018-01-10Don't try to preload the KDE4 shell backend as that crashesTor Lillqvist1-0/+7
2018-01-10Simplify logging in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist1-39/+4
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin5-6/+6
2017-12-07loplugin:countusersofdefaultparams in comphelperNoel Grandin1-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-2/+2
2017-11-28not used with disable-dynloadingCaolán McNamara1-1/+1
2017-11-25iOS, simplifyModule in cppuhelper is unusedlibreoffice-6-0-branch-pointjan Iversen1-0/+2
2017-11-25add cppu::throwException test caseCaolán McNamara3-0/+88