summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source
Commit message (Expand)AuthorAgeFilesLines
* android: Actually let's avoid the exceptions via bridges only on aarch4.Jan Holesovsky2020-01-281-4/+6
* WIP android: Avoid throwing exceptions through the bridges.Jan Holesovsky2019-11-291-6/+50
* preload: cleanup failed module load warnings and rename them.Michael Meeks2019-11-221-3/+11
* preload: cleanup disabled messages and simplify flow.Michael Meeks2019-11-221-97/+93
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-11-226-295/+165
* preload: add the ability to disable various components.Michael Meeks2019-11-221-2/+36
* cppCheck narrowed variableScope rEntryZdibák Zoltán2018-11-111-2/+2
* 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-2425-444/+420
* 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
* 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
* Fix typosAndrea Gelmini2018-01-171-3/+3
* More loplugin:cstylecast: cppuhelperStephan Bergmann2018-01-151-8/+8
* More loplugin:cstylecast: cppuhelperStephan Bergmann2018-01-122-3/+3
* Revert "Print the important failure messages on iOS even in a non-debug build"Stephan Bergmann2018-01-121-8/+0
* Log just one line in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist2018-01-111-3/+48
* Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist2018-01-101-3/+4
* Bin superfluous using declarationsTor Lillqvist2018-01-101-3/+0
* Don't try to preload the KDE4 shell backend as that crashesTor Lillqvist2018-01-101-0/+7
* Simplify logging in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist2018-01-101-39/+4
* loplugin:passstuffbyref improved returnsNoel Grandin2017-12-231-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-115-6/+6
* loplugin:countusersofdefaultparams in comphelperNoel Grandin2017-12-071-2/+2
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-2/+2
* not used with disable-dynloadingCaolán McNamara2017-11-281-1/+1
* iOS, simplifyModule in cppuhelper is unusedlibreoffice-6-0-branch-pointjan Iversen2017-11-251-0/+2
* LOK: provide user feedback while preloading.Michael Meeks2017-11-251-1/+41
* Better fix for CppunitTest_servicesStephan Bergmann2017-10-272-5/+16