summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/threadpool.cxx
AgeCommit message (Expand)Author
2018-09-27-Werror=unused-variable (--enable-debug --disable-assert-always-abort)Stephan Bergmann
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-18Allow the comphelper threadpool to be reset after construction.Michael Meeks
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-04We can use thread_local on Windows, tooTor Lillqvist
2017-04-07try and silence coverity#1403659 Data race conditionCaolán McNamara
2017-03-22comphelper::ThreadPool: guard against concurrent shutdown/pushTaskMichael Stahl
2017-03-21comphelper:: fix MSVC hang in ThreadPool::shutdown(), try #2Michael Stahl
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl
2016-12-23loplugin:unusedmethodsNoel Grandin
2016-12-07This is presumably not meant to be exportedStephan Bergmann
2016-12-01tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks
2016-12-01Fix race in ThreadTaskTagStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: comphelperStephan Bergmann
2016-08-01comphelper: fix MSVC 2015 build by removing pointless catchlbenes
2016-07-27change from a 2 min dbgutil failure to a 3 minCaolán McNamara
2016-07-18fix buildCaolán McNamara
2016-07-18-Werror=enum-compareNoel Grandin
2016-07-18remove some now unnecessary debug traceNoel Grandin
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin
2016-06-15tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
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
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2014-11-04thread-pool: Initialize empty pools to start complete.Matúš Kukan
2014-10-31thread-pool: fix waiting until all tasks are complete.Michael Meeks
2014-10-30thread-pool: re-work termination semantics to avoid problems.Michael Meeks
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks