/embeddedobj/

cib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/threadpool.cxx
AgeCommit message (Expand)Author
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
2017-12-23loplugin:passstuffbyref improved returnsNoel 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-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-02-21loplugin:subtlezeroinit: cppuStephan Bergmann
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-01::std::list < sal_Int64 > -> std::vectorNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-03-22tdf#84323: Make osl::Condition::wait more readableGurkaran
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-09-14boost->stdCaolán McNamara
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-18Remove include stdio (part2)Julien Nabet
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-11-14cid#983623 Don't throw DisposedException past uno_threadpool_putJobStephan Bergmann
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin
2014-05-19oox: drop using from headerThomas Arnhold
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17cppu: sal_Bool -> boolStephan Bergmann