summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/threadpool.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-05-17clang-tidy modernize-pass-by-value in cppuNoel Grandin1-1/+1
2021-07-17cppu : use std::mutex in DisposedCallerAdminArnaud Versini1-1/+1
2021-04-06cppu : use std::mutex in threadpoolArnaud Versini1-4/+5
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman1-4/+1
2020-06-26Handle uno_threadpool_dispose in parallel with uno_threadpool_putJobStephan Bergmann1-1/+2
2020-06-16Use the saner std::condition_variable semantics for JobQueue::m_cndWaitStephan Bergmann1-1/+1
2020-06-15Model the dispose tokens as `void const *` instead of `sal_Int64`Stephan Bergmann1-7/+7
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin1-1/+1
2017-11-18Replace lists by vector or deque (cppu)Julien Nabet1-4/+4
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-4/+4
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-01::std::list < sal_Int64 > -> std::vectorNoel Grandin1-5/+2
2015-09-14boost->stdCaolán McNamara1-3/+1
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann1-2/+5
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann1-1/+1
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-3/+2
2014-11-14cid#983623 Don't throw DisposedException past uno_threadpool_putJobStephan Bergmann1-3/+3
2014-05-19oox: drop using from headerThomas Arnhold1-7/+6
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-02-17cppu: sal_Bool -> boolStephan Bergmann1-4/+4
2014-01-27bool improvementsStephan Bergmann1-1/+1
2012-06-13re-base on ALv2 code.Michael Meeks1-23/+14
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann1-5/+38
2012-05-16Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann1-2/+2
2011-12-08Less succes, more successStefan Knorr (astron)1-1/+1
2011-02-03move module cppu to boost unordered containersFridrich Strba1-2/+2
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-11#i107490# cppu lifecycle cleanupCaolán McNamara1-2/+13
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-11INTEGRATION: CWS changefileheader (1.5.84); FILE MERGEDRüdiger Timm1-23/+18
2006-06-19INTEGRATION: CWS warnings01 (1.1.1.1.196); FILE MERGEDJens-Heiner Rechtien1-3/+3
2006-04-26INTEGRATION: CWS jsc9 (1.3.2); FILE MERGEDKurt Zenker1-11/+7
2006-04-19INTEGRATION: CWS sb49 (1.2.38); FILE MERGEDJens-Heiner Rechtien1-7/+11
2005-09-08INTEGRATION: CWS ooo19126 (1.1.1.1.200); FILE MERGEDRüdiger Timm1-47/+21
2000-09-18initial importJens-Heiner Rechtien1-0/+163