summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.cxx
AgeCommit message (Expand)Author
2022-05-09osl::Mutex->std::mutex in cppuhelper::ServiceManagerNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in cppuhelperStephan Bergmann
2022-04-26Drop obsolete workaround for LanguageTool 1.7Gabor Kelemen
2022-04-22use more string_view in cppuhelperNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-10-29Prepare for removal of non-const operator[] from Sequence in cppuhelperMike Kaganski
2021-10-11loplugin:moveparam in cppuhelperNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-18osl::Mutex->std::mutex in ContentEnumerationNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-10-01Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-20use for-range on Sequence in cppuhelper,cuiNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-30Merge ImplementationInfo back into ImplementationStephan Bergmann
2019-12-24ImplementationInfo can be inlinedNoel Grandin
2019-11-21preload: cleanup failed module load warnings and rename them.Michael Meeks
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelperStephan Bergmann
2019-05-22New loplugin:dataStephan Bergmann
2019-03-29preload: cleanup disabled messages and simplify flow.Michael Meeks
2019-03-25preload: add the ability to disable various components.Michael Meeks
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin
2018-12-17kde5: remove older kde/tde plugins, and references to thatThorsten Behrens
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-17loplugin:staticvar in cppuhelper..desktopNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-11Pre-load key UNO mappings.Michael Meeks
2018-02-11lok: allow libraries to pre-init themselves.Michael Meeks
2018-01-17Fix typosAndrea Gelmini
2018-01-11Log just one line in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist
2018-01-10Do use just std::cerr in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist
2018-01-10Bin superfluous using declarationsTor Lillqvist
2018-01-10Don't try to preload the KDE4 shell backend as that crashesTor Lillqvist
2018-01-10Simplify logging in cppuhelper::ServiceManager::preloadImplementations()Tor Lillqvist
2017-11-28not used with disable-dynloadingCaolán McNamara
2017-11-25iOS, simplifyModule in cppuhelper is unusedlibreoffice-6-0-branch-pointjan Iversen
2017-11-25LOK: provide user feedback while preloading.Michael Meeks
2017-10-27Better fix for CppunitTest_servicesStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin