index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
corelib
/
kernel
/
qtimerinfo_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtCore: use Qt::TimerId methods
Ahmad Samir
2024-08-31
1
-1
/
+1
*
QEventDispatcher*: port the Unix dispatchers to V2
Thiago Macieira
2024-03-13
1
-22
/
+12
*
QTimerInfo: store nanoseconds instead of milliseconds
Thiago Macieira
2024-03-13
1
-16
/
+18
*
QTimerInfo: correct CoarseTimer beyond the [20ms,20s] range earlier
Thiago Macieira
2024-03-13
1
-18
/
+16
*
QTimerInfoList: change timerWait() to return std::optional<ms>
Ahmad Samir
2023-08-11
1
-7
/
+8
*
QTimerInfo: refactor QTimerInfo
Ahmad Samir
2023-07-19
1
-6
/
+1
*
QTimerInfoList: don't inherit from a container in an exported class
Ahmad Samir
2023-07-19
1
-23
/
+22
*
QTimerInfoList: refactor unregisterTimers()
Ahmad Samir
2023-07-19
1
-15
/
+17
*
QTimerInfoList: use std::upper_bound/rotate
Ahmad Samir
2023-07-19
1
-12
/
+12
*
QTimerInfoList: improve class encapsulation
Ahmad Samir
2023-06-10
1
-0
/
+13
*
QTimerInfoList: cleanup
Ahmad Samir
2023-06-10
1
-74
/
+2
*
QTimerInfoList/Unix: use chrono::steady_clock::time_point
Ahmad Samir
2023-06-10
1
-51
/
+42
*
QTimerInfoList: remove code that attempted to repair time on clock jumps
Thiago Macieira
2023-04-18
1
-87
/
+0
*
Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition
Edward Welbourne
2023-03-20
1
-2
/
+2
*
QTimerInfo: fix lambda name
Ahmad Samir
2023-03-17
1
-3
/
+4
*
q_core_unix: take timespec args by value
Ahmad Samir
2023-03-01
1
-7
/
+3
*
q_core_unix: move timspec<->chrono helpers from qtools_p.h
Ahmad Samir
2023-02-25
1
-1
/
+1
*
QTimerInfo: replace a goto with a lambda
Ahmad Samir
2023-02-24
1
-58
/
+66
*
QTimerInfo: use range-for; use STL algorithms
Ahmad Samir
2023-02-24
1
-57
/
+39
*
QTimerInfo: don't shadow member variable name
Ahmad Samir
2023-02-24
1
-19
/
+19
*
QTimerInfo: use chrono for time intervals
Ahmad Samir
2023-02-24
1
-73
/
+93
*
q_core_unix_p.h: use std::chrono for time intervals
Ahmad Samir
2023-02-24
1
-26
/
+0
*
QtMiscUtils: add std::chrono::duration <-> timespec helpers
Ahmad Samir
2023-02-20
1
-2
/
+2
*
QTimerInfo/Unix: use chrono for time arithmetic
Ahmad Samir
2022-11-11
1
-5
/
+9
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-3
/
+3
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Avoid detaching in QBasicTimer
hjk
2022-09-28
1
-1
/
+1
*
Migrate QBasicTimer from int to qint64
Konrad Kujawa
2022-08-30
1
-6
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QTimerInfo/Unix: Fix roundToMillisecond when it's already rounded
Thiago Macieira
2022-02-11
1
-2
/
+9
*
Document a peculiarity that might plausibly confuse readers
Edward Welbourne
2021-03-26
1
-2
/
+5
*
QAbstractEventDispatcher: change event dispatcher timer interval to qint64
Liu Yang
2020-09-21
1
-1
/
+1
*
Remove obsolete native client platform
Morten Johan Sørvig
2020-09-03
1
-5
/
+1
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-1
/
+1
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-10
/
+10
*
Prefix textstream operators with Qt::
Lars Knoll
2019-05-02
1
-4
/
+4
*
Support C++17 fallthrough attribute
Allan Sandfeld Jensen
2016-08-19
1
-2
/
+1
*
CoreLib: use const (and const APIs) more
Anton Kudryavtsev
2016-04-18
1
-1
/
+1
*
Add Intel copyright to files that Intel has had non-trivial contribution
Thiago Macieira
2016-01-21
1
-0
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<
Kai Koehne
2015-02-09
1
-1
/
+3
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-1
/
+1
*
Remove use of 'register' from Qt.
Stephen Kelly
2013-06-17
1
-10
/
+10
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-03-05
1
-3
/
+2
|
\
|
*
Rename qAbs Function for timeval
David E. Narváez
2013-02-24
1
-3
/
+2
*
|
Switch to struct timespec everywhere instead of timeval
Thiago Macieira
2013-01-28
1
-41
/
+41
|
/
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
[next]