summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool
AgeCommit message (Expand)AuthorFilesLines
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-14/+14
2016-03-22tdf#84323: Make osl::Condition::wait more readableGurkaran1-2/+2
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-6/+2
2016-02-09Remove excess newlinesChris Sherlock2-5/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-22cppcheck:useInitializationListNoel Grandin2-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-32/+32
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-14boost->stdCaolán McNamara4-6/+5
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann4-28/+22
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-27/+21
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-18Remove include stdio (part2)Julien Nabet3-16/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-2/+2
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann3-10/+10
2015-01-05Fix includeStephan Bergmann1-1/+1
2015-01-05Include function declarationsStephan Bergmann1-2/+3
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2-5/+4
2014-11-20Clean up includesStephan Bergmann2-5/+7
2014-11-17cid#1254675 Uncaught exceptionStephan Bergmann1-1/+4
2014-11-14cid#983623 Don't throw DisposedException past uno_threadpool_putJobStephan Bergmann4-31/+26
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin1-1/+1
2014-08-25set names on a bunch more threads...Michael Stahl1-0/+2
2014-08-25everything is independent from vos these days...Michael Stahl1-1/+0
2014-06-05cppu: remove SAL_THROW macroNoel Grandin2-8/+8
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-3/+1
2014-05-19oox: drop using from headerThomas Arnhold3-7/+8
2014-05-11coverity#707713 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-19fixincludeguards.sh: cppuThomas Arnhold3-6/+6
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-27Remove visual noise from cppuAlexander Wilms3-9/+9
2014-02-23Remove unneccessary commentsAlexander Wilms3-6/+6
2014-02-17cppu: sal_Bool -> boolStephan Bergmann9-45/+45
2014-01-27bool improvementsStephan Bergmann1-1/+1
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+0
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann1-1/+1
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann1-2/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-8/+6
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-6/+0
2012-06-13re-base on ALv2 code.Michael Meeks9-210/+129
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann4-201/+202
2012-05-16Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann2-9/+19