index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
no-thread: enable using QFuture
Morten Sørvig
44 hours
5
-6
/
+39
*
Doc: Fix self-linking "see also" link
David Boddie
7 days
1
-1
/
+1
*
Q*Mutex: unexport for Qt 7
Thiago Macieira
13 days
1
-3
/
+11
*
QBasicMutex: bring back fastTryUnlock for MSVC
Thiago Macieira
13 days
1
-0
/
+5
*
QAbstractEventDispatcher: prevent too late unregistering of timers
Thiago Macieira
2025-05-25
1
-1
/
+1
*
QThread/Unix: fix silly mistake: static was missing after refactoring
Thiago Macieira
2025-05-25
1
-1
/
+1
*
QLibrary/Darwin: don't use RTLD_NODELETE, just don't dlclose()
Thiago Macieira
2025-05-25
1
-6
/
+6
*
Remove VxWorks DKM check from QThreads
Karim Pinter
2025-05-15
1
-1
/
+1
*
Clarify QFuture::isValid() docs
Ivan Solovev
2025-05-14
1
-2
/
+8
*
Replace uses of std::is_trivial with its underlying definitions
Thiago Macieira
2025-05-08
1
-1
/
+2
*
QThreadStorage: make the internal finish() function really private
Thiago Macieira
2025-04-11
5
-8
/
+5
*
QThreadStorage: ensure global static exists when finish() is called
Thiago Macieira
2025-04-11
5
-5
/
+45
*
QThread: explicitly clear posted events during destruction
Volker Hilsheimer
2025-04-11
2
-4
/
+12
*
QReadWriteLock: add qYieldCpu() calls to the contended loop acquisitions
Thiago Macieira
2025-04-09
1
-0
/
+2
*
QReadWriteLock: extract method fastTryLock
David Faure
2025-04-10
1
-10
/
+16
*
QReadWriteLock: fix data race on the d_ptr members
David Faure
2025-04-08
1
-2
/
+8
*
QThread/Doc: improve docs on running, finished, and the OS thread
Thiago Macieira
2025-03-29
1
-0
/
+21
*
Shuffle Q_(ALWAYS|NEVER)_INLINE around so they can be attributes
Mårten Nordheim
2025-03-28
1
-1
/
+2
*
Warn if QFuture::then() is called for a QFuture with multiple results
Ivan Solovev
2025-03-24
2
-0
/
+22
*
docs: Clarify adding a continuation to a QFuture with multiple results
Ivan Solovev
2025-03-24
1
-0
/
+5
*
Fix usage of API functions on Windows 1607 (Build 14393)
Lars Schmertmann
2025-03-15
1
-0
/
+14
*
QThread/Unix: split the destruction of the exiting thread's QThreadData
Thiago Macieira
2025-03-09
1
-22
/
+62
*
QThreadStorage: add a warning suggesting use of thread_local
Thiago Macieira
2025-03-07
1
-1
/
+14
*
QFuture: avoid warnings about unreachable code with /W4 in MSVC
Ivan Solovev
2025-03-05
1
-4
/
+5
*
Long live \constraints!
Marc Mutz
2025-02-28
3
-15
/
+14
*
Short live QCoreApplication::instanceExists()
Thiago Macieira
2025-02-26
1
-1
/
+1
*
QThreadStorage: don't print the destruction ordering warning on app exit
Thiago Macieira
2025-02-18
1
-3
/
+4
*
QFutureInterfaceBase::setContinuation(): add a missing std::move()
Marc Mutz
2025-02-14
1
-1
/
+2
*
Add QFuture::cancelChain()
Ivan Solovev
2025-02-11
5
-27
/
+116
*
QFutureInterface: mark the unused setContinuation() overloads as removed
Ivan Solovev
2025-02-11
2
-34
/
+7
*
QFutureInterfaceBase: rework setContinuation() overload set
Ivan Solovev
2025-02-11
4
-57
/
+141
*
QFuture: prevent the continuations from being executed twice
Ivan Solovev
2025-02-11
2
-1
/
+4
*
Fix broken auto-links in QAtomic docs
David Boddie
2025-02-04
1
-8
/
+8
*
QThread/Linux: disable the filling in of the trivial cpuset variable
Thiago Macieira
2025-01-23
1
-0
/
+5
*
QThread/Linux & FreeBSD: replace the QVLA with a real VLA and bump max
Thiago Macieira
2025-01-22
1
-11
/
+16
*
QMutex: improve codegen for non-futex lockInternal()
Thiago Macieira
2025-01-20
1
-1
/
+1
*
QMutex::unlock: replace testAndSet with fetchAndStore for futexes
Thiago Macieira
2025-01-20
2
-16
/
+68
*
QMutex: replace QT_MUTEX_LOCK_NOEXCEPT macro with constexpr trait
Thiago Macieira
2025-01-20
2
-24
/
+34
*
QThreadStorage: remove unused moc-skipping guards
Thiago Macieira
2025-01-19
1
-7
/
+0
*
QThread/FreeBSD: remove the unnecessary Linux compat layer
Thiago Macieira
2025-01-19
1
-9
/
+0
*
QMutex: mark the out-of-line, *Internal() methods Q_NEVER_INLINE
Thiago Macieira
2025-01-18
1
-0
/
+3
*
Replace qdebug.h includes in public headers with forward-declarations
Ahmad Samir
2025-01-15
1
-2
/
+2
*
Include climits explicitly instead of relying on transitive includes
Ahmad Samir
2025-01-13
2
-0
/
+3
*
QThreadStorage: move includes to the top
Ivan Solovev
2025-01-13
1
-3
/
+4
*
QException: honor the RO5
Giuseppe D'Angelo
2025-01-12
2
-0
/
+30
*
QThread/Unix: move the pthread_key to a file-scope static
Thiago Macieira
2025-01-12
1
-10
/
+27
*
QThread/Unix: revert to pthread destruction instead of thread_local
Thiago Macieira
2025-01-06
2
-30
/
+26
*
Revert "Add categorized logging of delete later machinery"
Thiago Macieira
2025-01-06
4
-19
/
+6
*
CompactContinuation: make type member const
Marc Mutz
2025-01-06
1
-1
/
+1
*
CompactContinuation: make sure what is being deleted by runObj
Marc Mutz
2025-01-06
1
-3
/
+3
[next]