summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool
AgeCommit message (Expand)Author
2023-02-15Drop 'using namespace ::std' in dirs b* c*Gabor Kelemen
2022-05-17clang-tidy modernize-pass-by-value in cppuNoel Grandin
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-09-10clang:optin.performance.Padding in cppuNoel Grandin
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2021-08-06return a reference instead of a pointerCaolán McNamara
2021-08-06cid#1489779 Uninitialized pointer fieldCaolán McNamara
2021-08-04osl_createThreadKey->thread_local in IdContainerNoel Grandin
2021-07-17cppu : use std::mutex in DisposedCallerAdminArnaud Versini
2021-04-06cppu : use std::mutex in threadpoolArnaud Versini
2021-01-30Don't use global mutex here for static initializationMike Kaganski
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman
2020-06-26Handle uno_threadpool_dispose in parallel with uno_threadpool_putJobStephan Bergmann
2020-06-16Use the saner std::condition_variable semantics for JobQueue::m_cndWaitStephan Bergmann
2020-06-15Model the dispose tokens as `void const *` instead of `sal_Int64`Stephan Bergmann
2020-06-15Remove a potentially already enqueued response when a bridge is disposedStephan Bergmann
2020-04-18loplugin:flatten in cppuNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-04-22Fix typoAndrea Gelmini
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-03-02Fix typoAndrea Gelmini
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-18Replace lists by vector or deque (cppu)Julien Nabet
2017-10-23loplugin:includeform: cppuStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert cppu's threadpool from OSL_ASSERT to assertChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-23Assert IdContainer's bInit in uno_releaseIdFromCurrentThreadStephan Bergmann
2017-02-21loplugin:subtlezeroinit: cppuStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-07Prevent self-join in ThreadAdmin::joinStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-01std::list<sal_Int64> -> std::dequeNoel Grandin
2016-09-01::std::list < sal_Int64 > -> std::vectorNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann