summaryrefslogtreecommitdiff
path: root/cppuhelper/source/weak.cxx
AgeCommit message (Expand)Author
2024-09-05tsan: data raceNoel Grandin
2024-03-29tdf#146619 Drop unused 'using namespace' in: cppu/ cppuhelper/Gabor Kelemen
2022-02-28address review comments for "Add XWeak constructor..."Noel Grandin
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin
2022-01-04Drop MSVC special-casing for OWeakObject ctorMike Kaganski
2021-12-17Remove empty docpp doxygen comments around namespacesMiklos Vajna
2021-07-17osl::Mutex->std::mutex in OWeakConnectionPointNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-11cppu:OWeakObject zombie debuggingNoel
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen
2018-11-21improve function-local statics in basic..cuiNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cppuhelperStephan Bergmann
2016-10-16clang-cl loplugin: cppuhelperStephan Bergmann
2016-09-19cid#1371142: Move semantics for css::uno::WeakReferenceHelperStephan Bergmann
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-06-17cppuhelper: fix use-after-free race in OWeakConnectionPointMichael Stahl
2016-06-17cppuhelper: WeakReference isn't thread-safeMichael Stahl
2016-05-24optimise references list handling in OWeakConnectionPoint some moreNoel Grandin
2016-05-18add some spaces to make it easier to readMarkus Mohrhard
2016-05-16optimise references list handling in OWeakConnectionPointNoel Grandin
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin
2014-06-04cppuhelper: fix includesThomas Arnhold
2014-04-03Remove unused copy ctor (and use boost::noncopyable)Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann