summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelperStephan Bergmann1-2/+2
2019-05-22New loplugin:dataStephan Bergmann1-2/+2
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-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov1-152/+97
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen1-2/+0
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin1-1/+2
2018-12-17kde5: remove older kde/tde plugins, and references to thatThorsten Behrens1-8/+0
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-3/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-86/+86
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-6/+4
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-01-17Fix typosAndrea Gelmini1-3/+3
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-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-25LOK: provide user feedback while preloading.Michael Meeks1-1/+41
2017-10-27Better fix for CppunitTest_servicesStephan Bergmann1-5/+5
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+1
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin1-26/+22
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-10/+4
2017-07-21loplugin:constparams in soltools and variousNoel Grandin1-1/+1
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-79/+12
2017-01-17cppuhelper: implement environment mapping for constructor functionsMichael Stahl1-28/+17
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke1-5/+4
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin1-2/+2
2016-11-02Improve some error reportingStephan Bergmann1-2/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin1-11/+11
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke1-8/+16
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet1-1/+1
2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann1-112/+127
2016-02-15In loadAllImplementations(), also invoke component factoryHenry Castro1-5/+81
2016-02-15Just abort() in the DISABLE_DYNLOADING case for nowTor Lillqvist1-0/+4
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro1-0/+35
2015-11-28Work around clang-cl PR25641Stephan Bergmann1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-24/+24