index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
thread
/
qthread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QThread: add empty functions for the no-thread build
Morten Sørvig
2022-08-26
1
-0
/
+10
*
QThread: Clean up bindingStatusOrList if object gets deleted
Fabian Kosmale
2022-07-14
1
-0
/
+22
*
QThread: Initialize bindingStatus for adopted threads
Fabian Kosmale
2022-07-13
1
-1
/
+2
*
QPostEventList: de-inline addEvent()
Marc Mutz
2022-06-22
1
-0
/
+23
*
Optimize QThreadPrivate::addObjectWithPendingBindingStatusChange()
Marc Mutz
2022-05-26
1
-3
/
+5
*
Fix race conditions in moveToThread
Fabian Kosmale
2022-05-24
1
-8
/
+52
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Doc: QThread: clarify that start() always creates the event dispatcher
Thiago Macieira
2022-03-31
1
-2
/
+5
*
Apply Q_CONSTINIT across the codebase
Marc Mutz
2022-03-29
1
-2
/
+2
*
QProperty: fix threading issues
Fabian Kosmale
2022-03-10
1
-0
/
+10
*
QThread::idealThreadCount: use the thread affinity set
Thiago Macieira
2021-12-16
1
-3
/
+14
*
QThread::create(): request interruption and join on destruction
Giuseppe D'Angelo
2021-12-07
1
-0
/
+16
*
QThread::wait: Clarify documentation for unsigned long overload
Fabian Kosmale
2021-11-27
1
-0
/
+3
*
corelib: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Call QEventDispatcher::startingUp() on thread start
Morten Johan Sørvig
2020-12-21
1
-1
/
+0
*
Rename remaining QEvent variables to m_ convention; init m_reserved
Shawn Rutledge
2020-11-10
1
-1
/
+1
*
Resolve corelib's remaining ### Qt 6 comments
Edward Welbourne
2020-11-02
1
-2
/
+0
*
Whitespace cleanup in corelib/ mimetypes, plugin and thread
Allan Sandfeld Jensen
2020-10-21
1
-1
/
+1
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-1
/
+1
*
Inline one method as per ###Qt6
Lars Knoll
2020-09-12
1
-6
/
+0
*
Doc: Improve thread safety docs
Paul Wicking
2020-08-20
1
-1
/
+15
*
QThread::create: remove the pre-C++17 codepaths
Giuseppe D'Angelo
2020-07-07
1
-23
/
+0
*
QThread: Fix unnecessary stricter accesses to QThreadData::thread
Thiago Macieira
2020-06-25
1
-6
/
+6
*
Remove winrt
Oliver Wolff
2020-06-06
1
-2
/
+0
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-0
/
+2
|
\
|
*
No-thread: Don’t assert in ~QThreadData()
Morten Johan Sørvig
2020-04-03
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-28
1
-1
/
+5
|
\
\
|
|
/
|
*
QThread::setPriority() Warn about invalid parameter on all platforms
Friedemann Kleint
2020-01-27
1
-1
/
+5
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-12-09
1
-3
/
+3
|
\
\
|
|
/
|
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-11-25
1
-7
/
+23
|
\
\
|
|
/
|
*
Port QThread::wait() to QDeadlineTimer
Christian Ehrlicher
2019-11-13
1
-7
/
+23
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-11-01
1
-0
/
+10
|
\
\
|
|
/
|
*
no-thread: Add dummy implementations for stackSize functions in QThread
Eskil Abrahamsen Blomfeldt
2019-10-28
1
-0
/
+10
*
|
Read a unique thread identifier from CPU registers
Volker Hilsheimer
2019-10-20
1
-1
/
+1
|
/
*
Fix more implicit QAtomic<T> <-> T conversions
Marc Mutz
2019-07-16
1
-4
/
+4
*
rtems: Add environment variable for configure default thread stack size
Mikhail Svetkin
2019-07-01
1
-0
/
+5
*
Port from implicit to explicit atomic pointer operations
Marc Mutz
2019-06-29
1
-6
/
+6
*
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-5
/
+5
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-05
1
-1
/
+1
|
\
|
*
Doc: Use the \nullptr macro instead of 0
Venugopal Shivashankar
2019-04-02
1
-1
/
+1
*
|
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
1
-2
/
+2
|
/
*
nothread: add exit function to QThread stub
Lorn Potter
2019-03-04
1
-0
/
+10
*
Doc: update docs for the sleeping functions' accuracy
Thiago Macieira
2018-12-07
1
-0
/
+24
*
Correctly document value of QThread::currentThreadId on Windows
Volker Hilsheimer
2018-11-06
1
-6
/
+3
*
No-thread: prevent double delete of QThreadPrivate
Morten Johan Sørvig
2018-09-25
1
-0
/
+1
*
Merge QThread class definitions
Morten Johan Sørvig
2018-08-17
1
-0
/
+69
*
Modernize the "thread" feature
Ulf Hermann
2018-08-17
1
-8
/
+8
*
Correctly initialize adopted threads in stub implementation
Morten Johan Sørvig
2018-08-17
1
-0
/
+2
*
QThread: Centralize the creation of the event dispatcher
Thiago Macieira
2018-07-14
1
-0
/
+8
[next]