summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool
AgeCommit message (Expand)Author
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
2016-03-22tdf#84323: Make osl::Condition::wait more readableGurkaran
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-22cppcheck:useInitializationListNoel 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-08-18Some oslCondition -> osl::ConditionStephan Bergmann
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-18Remove include stdio (part2)Julien Nabet
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
2015-01-05Fix includeStephan Bergmann