summaryrefslogtreecommitdiff
path: root/cppuhelper/source/typemanager.cxx
AgeCommit message (Expand)Author
2021-10-29Prepare for removal of non-const operator[] from Sequence in cppuhelperMike Kaganski
2021-10-11loplugin:moveparam in cppuhelperNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-18better to use a std::vector hereNoel Grandin
2021-07-18osl::Mutex->std::mutex in EnumerationNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-12-Werror,-Wuninitialized (apparently new in Clang 12 trunk)Stephan Bergmann
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu
2020-05-20use for-range on Sequence in cppuhelper,cuiNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelperStephan Bergmann
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-08Blind fix for apparently buggy GCC 4.8Stephan Bergmann
2017-02-08Use OUStringLiteralStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2014-06-04cppuhelper: fix includesThomas Arnhold
2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann
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-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-11Don't call Manager::addProvider(null) upon optional NoSuchFileExceptionStephan Bergmann
2013-09-12Use OUString::startsWith where possibleStephan Bergmann
2013-09-12Pass by const refStephan Bergmann
2013-08-19Use upcasting Reference copy ctorStephan Bergmann
2013-05-16Support for annotations in the new UNOIDL formatStephan Bergmann
2013-05-08Don't call code in UNO object ctor that throws UNO exceptionsStephan Bergmann
2013-04-30Explicit copy ctor avoiding copying singular iteratorsStephan Bergmann
2013-04-26Fix TypeManagerStephan Bergmann
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann
2013-03-09Revert "WIP: Experimental new binary type.rdb format"Stephan Bergmann
2013-03-09WIP: Experimental new binary type.rdb formatStephan Bergmann