summaryrefslogtreecommitdiff
path: root/vcl/source/app/timer.cxx
AgeCommit message (Expand)Author
2021-06-27Immediately schedule Tasks on start per defaultJan-Marek Glogowski
2019-12-24sal_Char->char in vclNoel Grandin
2019-10-20loplugin:virtualdead unused param in Task::UpdateMinPeriodNoel Grandin
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-13Drop Task::ReadyForScheduleJan-Marek Glogowski
2017-07-13Drop special idle handlingJan-Marek Glogowski
2017-07-13Just walk the task list onceJan-Marek Glogowski
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski
2017-01-20Apply stricter member access control for TasksJan-Marek Glogowski
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17Convert bTimer => bIdleJan-Marek Glogowski
2017-01-17Always schedule with the same timeJan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2015-11-25vcl: don't treat non-ready timers as idle handlers.Michael Meeks
2015-11-25vcl: timer - avoid expensive and pointless re-fetch of current time.Michael Meeks
2015-11-25vcl: move private impl. detail of Scheduler out of global header.Michael Meeks
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks
2015-09-04Minor refactoring and cleanup of Scheduler and Timer.Ashod Nakashian
2015-06-15Revert "std::list for Scheduler"Stephan Bergmann
2015-06-12std::list for SchedulerJuergen Funk
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks
2015-03-11vcl timers: avoid crash initializing too early.Michael Meeks
2015-03-11vcl timers: avoid crash with vcldemo.Michael Meeks
2015-03-10Scheduler: replaced max cast with SAL_MAX_UINT64Tobias Madl
2015-03-09Scheduler: Changed uLong to uInt32/uInt64Tobias Madl
2015-03-06adapted comments and variable namesTobias Madl
2015-03-06Scheduler: removed variable priorityTobias Madl
2015-03-06Timer: added new saltimer handlingTobias Madl
2015-03-06Idle Timer: Invented Base ClassTobias Madl
2015-03-06Optimized Timer/Idle codeTobias Madl
2015-03-06Scheduling optimization and starving protectionTobias Madl
2015-03-06Idle: Idle and Timer completely independendTobias Madl
2015-03-06Idle: Better place for Idle handlingTobias Madl
2015-03-06Timer: first independend idle useTobias Madl
2015-02-04make idle timers actually activate only when idleLuboš Luňák
2014-12-09changed timers to idleJennifer Liebel
2014-12-09applied patch from Michael MeeksJennifer Liebel
2014-12-09Basic Idle handler implementationTobias Madl
2014-11-05idle: implement ProcessAllIdleHandlers.László Németh
2014-11-05Basic Idle handler implementationTobias Madl
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-25vcl: avoid crashes from Timer Queues on shutdownMichael Stahl
2014-09-23fdo#84000 - unwind recursive timer issues.Michael Meeks
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-29small cleanup in timer.cxxMarkus Mohrhard