summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool
AgeCommit message (Expand)Author
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
2015-01-05Fix includeStephan Bergmann
2015-01-05Include function declarationsStephan Bergmann
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-11-20Clean up includesStephan Bergmann
2014-11-17cid#1254675 Uncaught exceptionStephan Bergmann
2014-11-14cid#983623 Don't throw DisposedException past uno_threadpool_putJobStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-25everything is independent from vos these days...Michael Stahl
2014-06-05cppu: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-19oox: drop using from headerThomas Arnhold
2014-05-11coverity#707713 Uninitialized pointer fieldCaolán McNamara
2014-04-19fixincludeguards.sh: cppuThomas Arnhold
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from cppuAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17cppu: sal_Bool -> boolStephan Bergmann
2014-01-27bool improvementsStephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-10-21fdo#68849 add some header guardsThomas Arnhold
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-04sal_Bool to boolTakeshi Abe
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-06-13re-base on ALv2 code.Michael Meeks
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann
2012-05-16Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann
2012-03-14Dead codeStephan Bergmann
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-02-27cppu: JobQueue::enter: add mutex guards for m_nToDoMichael Stahl
2012-02-10Avoid deadlocks when disposing recursive JobQueue::enterStephan Bergmann
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-12-19Prevent creation of new ORequestThreads during shutdown.Stephan Bergmann
2011-12-19Removed superfluous CPPU_DLLPUBLIC from definitions.Stephan Bergmann
2011-12-19cppu: add visibility symbolsMatúš Kukan
2011-12-19cppu: convert to gbuildMatúš Kukan
2011-12-08Less succes, more successStefan Knorr (astron)
2011-12-01-Wstrict-aliasing fixStephan Bergmann
2011-11-27remove include of pch header in cppuNorbert Thiebaud
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-14Use explicitly cast zeros to avoid compilation error with MSVC2010Tor Lillqvist
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-02-03move module cppu to boost unordered containersFridrich Strba