summaryrefslogtreecommitdiff
path: root/cppuhelper/source/servicemanager.hxx
AgeCommit message (Expand)Author
2024-05-03use boost::small_vector in cppuhelperNoel Grandin
2023-05-10use WeakComponentImplHelper2 in ServiceManagerNoel Grandin
2022-06-02clang-tidy modernize-pass-by-value in cppuhelperNoel Grandin
2022-05-09osl::Mutex->std::mutex in cppuhelper::ServiceManagerNoel Grandin
2022-04-22use more string_view in cppuhelperNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2021-03-12use std::unordered_map in cppuhelper ServiceManagerLuboš Luňák
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-10-01Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman
2020-05-08compact namespace in canvas..cuiNoel Grandin
2019-12-30Merge ImplementationInfo back into ImplementationStephan Bergmann
2019-12-24ImplementationInfo can be inlinedNoel Grandin
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-27Better fix for CppunitTest_servicesStephan Bergmann
2017-10-23loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin
2017-07-21loplugin:constparams in soltools and variousNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17cppuhelper: implement environment mapping for constructor functionsMichael Stahl
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-12loplugin:passstuffbyrefStephan Bergmann
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro
2015-11-28Work around clang-cl PR25641Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2014-06-04cppuhelper: fix includesThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-07Simplify service manager's tracking of singletonsStephan Bergmann
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann
2014-01-16cppuhelper: valgrind complains about uninitialized variable...Michael Stahl
2014-01-16Support for singleton constructor functionsStephan Bergmann
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann
2013-05-08Don't call code in UNO object ctor that throws UNO exceptionsStephan Bergmann
2013-01-16Move addSingletonContextEntries to ServiceManagerStephan Bergmann
2013-01-16UNO methods are no longer called directly on ServiceManagerStephan Bergmann
2013-01-16Extract servicemanager and typedescriptionprovider from defaultbootstrapStephan Bergmann