summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* New loplugin:dataStephan Bergmann2019-05-223-4/+4
* regenerate PCH headersLuboš Luňák2019-05-121-2/+2
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-091-15/+19
* Fix typoAndrea Gelmini2019-04-201-1/+1
* preload: cleanup disabled messages and simplify flow.Michael Meeks2019-03-291-90/+86
* preload: add the ability to disable various components.Michael Meeks2019-03-251-2/+36
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-171-1/+1
* re-land "new loplugin typedefparam""Noel Grandin2019-03-051-3/+3
* Revert "new loplugin typedefparam"Noel Grandin2019-03-041-3/+3
* new loplugin typedefparamNoel Grandin2019-03-041-3/+3
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-03-036-295/+165
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-192-6/+6
* tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen2019-02-1428-71/+63
* loplugin:indentation in cppu..cuiNoel Grandin2019-02-084-19/+20
* Do not use indexed getToken for a single callMatteo Casalin2018-12-281-2/+1
* kde5: remove older kde/tde plugins, and references to thatThorsten Behrens2018-12-171-8/+0
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-4/+4
* improve function-local statics in basic..cuiNoel Grandin2018-11-211-3/+1
* cppCheck narrowed variableScope rEntryZdibák Zoltán2018-11-111-2/+2
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-9/+9
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-042-30/+9
* tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski2018-10-271-5/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-2429-552/+528
* pvs-studio: V794 The assignment operator should be protectedCaolán McNamara2018-10-221-6/+12
* loplugin:staticvar in cppuhelper..desktopNoel Grandin2018-10-171-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-172-8/+6
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-099-26/+26
* loplugin:useuniqueptr in ComponentContextNoel Grandin2018-10-011-44/+29
* New loplugin:externalStephan Bergmann2018-09-173-5/+5
* Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist2018-09-151-0/+8
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-106-0/+7
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-1/+1
* Fix typo in codeAndrea Gelmini2018-08-281-1/+1
* Fix typosAndrea Gelmini2018-08-131-1/+1
* No more need for CppunitTest_cppuhelper_qa_weak to be a subsequentcheckStephan Bergmann2018-08-091-4/+0
* Remove unnecessary test dependencyStephan Bergmann2018-08-091-1/+0
* No need for CppunitTest_cppuhelper_qa_misc to be a subsequentcheckStephan Bergmann2018-08-091-1/+1
* fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara2018-08-041-0/+32
* replace double checked locking patternsJochen Nitschke2018-07-291-15/+7
* Fix typosAndrea Gelmini2018-07-191-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-165-0/+5
* tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov2018-06-291-5/+3
* cppuhelper : use rtl::isAlphaNumeric instead of recreate the method.Arnaud Versini2018-05-311-16/+6
* loplugin:unusedfields-in-constructor in variousNoel Grandin2018-05-291-3/+2
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-253-52/+76
* loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin2018-02-261-1/+1
* Pre-load key UNO mappings.Michael Meeks2018-02-111-0/+20
* lok: allow libraries to pre-init themselves.Michael Meeks2018-02-111-0/+13
* cppuhelper: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-011-4/+0
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-191-2/+2