summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimerinfo_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira2024-03-131-22/+12
* QTimerInfo: store nanoseconds instead of millisecondsThiago Macieira2024-03-131-16/+18
* QTimerInfo: correct CoarseTimer beyond the [20ms,20s] range earlierThiago Macieira2024-03-131-18/+16
* QTimerInfoList: change timerWait() to return std::optional<ms>Ahmad Samir2023-08-111-7/+8
* QTimerInfo: refactor QTimerInfoAhmad Samir2023-07-191-6/+1
* QTimerInfoList: don't inherit from a container in an exported classAhmad Samir2023-07-191-23/+22
* QTimerInfoList: refactor unregisterTimers()Ahmad Samir2023-07-191-15/+17
* QTimerInfoList: use std::upper_bound/rotateAhmad Samir2023-07-191-12/+12
* QTimerInfoList: improve class encapsulationAhmad Samir2023-06-101-0/+13
* QTimerInfoList: cleanupAhmad Samir2023-06-101-74/+2
* QTimerInfoList/Unix: use chrono::steady_clock::time_pointAhmad Samir2023-06-101-51/+42
* QTimerInfoList: remove code that attempted to repair time on clock jumpsThiago Macieira2023-04-181-87/+0
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-2/+2
* QTimerInfo: fix lambda nameAhmad Samir2023-03-171-3/+4
* q_core_unix: take timespec args by valueAhmad Samir2023-03-011-7/+3
* q_core_unix: move timspec<->chrono helpers from qtools_p.hAhmad Samir2023-02-251-1/+1
* QTimerInfo: replace a goto with a lambdaAhmad Samir2023-02-241-58/+66
* QTimerInfo: use range-for; use STL algorithmsAhmad Samir2023-02-241-57/+39
* QTimerInfo: don't shadow member variable nameAhmad Samir2023-02-241-19/+19
* QTimerInfo: use chrono for time intervalsAhmad Samir2023-02-241-73/+93
* q_core_unix_p.h: use std::chrono for time intervalsAhmad Samir2023-02-241-26/+0
* QtMiscUtils: add std::chrono::duration <-> timespec helpersAhmad Samir2023-02-201-2/+2
* QTimerInfo/Unix: use chrono for time arithmeticAhmad Samir2022-11-111-5/+9
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Avoid detaching in QBasicTimerhjk2022-09-281-1/+1
* Migrate QBasicTimer from int to qint64Konrad Kujawa2022-08-301-6/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QTimerInfo/Unix: Fix roundToMillisecond when it's already roundedThiago Macieira2022-02-111-2/+9
* Document a peculiarity that might plausibly confuse readersEdward Welbourne2021-03-261-2/+5
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* Remove obsolete native client platformMorten Johan Sørvig2020-09-031-5/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-4/+4
* Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-2/+1
* CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-1/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-10/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-3/+2
|\
| * Rename qAbs Function for timevalDavid E. Narváez2013-02-241-3/+2
* | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-41/+41
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+31