summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/timer.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-05-29cppunit/timer: Use a range based loop and cleanupDr. David Alan Gilbert1-7/+6
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-1/+2
2020-08-28Fix typos in codeAndrea Gelmini1-5/+5
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin1-2/+2
2019-12-24sal_Char->char in vclNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+32
2019-08-16Drop TimerTest::testStopwatchStephan Bergmann1-77/+0
2019-08-16Drop bogus check from TimerTest::testStopwatchStephan Bergmann1-1/+0
2019-08-14Add some margin to the Stopwatch testJan-Marek Glogowski1-2/+2
2019-08-13Add a TaskStopwatch to interrupt idle loopsJan-Marek Glogowski1-0/+78
2019-07-05Enable many more unit tests on all archsJan-Marek Glogowski1-7/+0
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen1-1/+0
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann1-3/+3
2018-09-24Scheduler: add per-priority Task listsJan-Marek Glogowski1-10/+11
2018-09-14loplugin:constfields in vclNoel Grandin1-2/+2
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin1-2/+2
2017-10-23loplugin:includeform: vclStephan Bergmann1-2/+2
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski1-1/+1
2017-08-29Avoid "ThreadSanitizer: data race on vptr (ctor/dtor vs virtual call)"Stephan Bergmann1-1/+1
2017-07-20Don't run testIdleMainloop on WindowsJan-Marek Glogowski1-4/+7
2017-07-15coverity#1415095 annotate Infinite loop as false positiveCaolán McNamara1-1/+2
2017-07-14Fix instant 0ms scheduler wakeup for headlessJan-Marek Glogowski1-2/+2
2017-07-13Run Idle tasks immediatlyJan-Marek Glogowski1-4/+5
2017-07-13Round-robin invoked tasksJan-Marek Glogowski1-0/+42
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski1-12/+111
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17Convert bTimer => bIdleJan-Marek Glogowski1-1/+1
2016-12-09tdf#100337 Message boxes showup empty with white backgroundNoel Grandin1-0/+35
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran1-12/+4
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Formatting changes across all modulesChris Sherlock1-5/+0
2015-10-15cppcheck:variableScopeNoel Grandin1-4/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-08-28Disable the higher frequency timer tests more effectively.Michael Meeks1-5/+9
2015-08-28Add a newline and fflush so that it actually shows up in the outputTor Lillqvist1-1/+2
2015-08-27vcl: print an error message in timer test watchdogMichael Stahl1-0/+1
2015-08-27vcl: increase timeout for timertest hang by someThorsten Behrens1-1/+1
2015-08-27coverity#1320471 Infinite loop coverity[loop_top] - Application::YieldCaolán McNamara1-0/+1
2015-08-25vcl: disable randomly failing timer unit testsThorsten Behrens1-1/+1
2015-08-23vcl: unittests for Timer and AutoTimer.Ashod Nakashian1-4/+105
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl1-1/+1
2015-06-12coverity#1306212 silence Infinite loopCaolán McNamara1-0/+1
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-1/+25
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-03-06Timer Idle: adapted unit tests to new classesTobias Madl1-6/+6
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06Idle and Timer are now completely independentTobias Madl1-3/+5
2014-11-05idle: unit test.Michael Meeks1-4/+22