summaryrefslogtreecommitdiff
path: root/cppuhelper/source/weak.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-1/+1
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov1-6/+6
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen1-2/+4
2018-11-21improve function-local statics in basic..cuiNoel Grandin1-3/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-4/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-5/+5
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-19/+14
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cppuhelperStephan Bergmann1-0/+2
2016-10-16clang-cl loplugin: cppuhelperStephan Bergmann1-1/+1
2016-09-19cid#1371142: Move semantics for css::uno::WeakReferenceHelperStephan Bergmann1-0/+10
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-17cppuhelper: fix use-after-free race in OWeakConnectionPointMichael Stahl1-0/+3
2016-06-17cppuhelper: WeakReference isn't thread-safeMichael Stahl1-7/+4
2016-05-24optimise references list handling in OWeakConnectionPoint some moreNoel Grandin1-7/+17
2016-05-18add some spaces to make it easier to readMarkus Mohrhard1-9/+12
2016-05-16optimise references list handling in OWeakConnectionPointNoel Grandin1-7/+17
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke1-4/+11
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin1-18/+18
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin1-1/+1
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin1-16/+15
2014-06-04cppuhelper: fix includesThomas Arnhold1-1/+1
2014-04-03Remove unused copy ctor (and use boost::noncopyable)Stephan Bergmann1-26/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-10/+10
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-17/+17
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-01-28bool improvementsStephan Bergmann1-6/+6
2012-12-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud1-11/+11
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-17/+17
2011-11-27remove include of pch header in cppuhelperNorbert Thiebaud1-2/+0
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-10-14Delete commented out code in ure/cppuhelperLaurent Charrière1-10/+0
2010-10-05remove include guards using fixguard.pyPetr Mladek1-4/+0