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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPromise: improve documentation snippet
Ivan Solovev
2023-01-09
1
-0
/
+2
*
Fix improper ELF versions of two more classes
Thiago Macieira
2023-01-06
2
-0
/
+3
*
Fix crash when cancelling a QFuture that has continuation with context
Sona Kurazyan
2023-01-06
1
-6
/
+6
*
Long live QPromise::addResults()!
Marc Mutz
2022-12-30
2
-0
/
+25
*
Fix improper ELF versions of certain symbols
Thiago Macieira
2022-12-29
1
-0
/
+5
*
QTypeInfo: start moving away from isIntegral / isPointer
Giuseppe D'Angelo
2022-12-27
3
-17
/
+17
*
QFuture: port from QSharedPointer to std::shared_ptr
Marc Mutz
2022-12-22
1
-6
/
+8
*
QWaitCondition: remove a misleading comment
Giuseppe D'Angelo
2022-12-13
1
-3
/
+1
*
QFutureInterfaceBasePrivate: pack to remove padding
Thiago Macieira
2022-12-06
1
-3
/
+3
*
QMutex: remove qmutex_win.cpp
Thiago Macieira
2022-11-30
5
-47
/
+10
*
QThread/Unix: use chrono for time arithmetic
Ahmad Samir
2022-11-09
1
-6
/
+10
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
2
-6
/
+6
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
8
-15
/
+15
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-1
/
+1
*
Update QMutex-noexceptedness
Mårten Nordheim
2022-10-14
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
3
-6
/
+6
*
QWaitCondition/Doc: add a simple explanation of the time units
Thiago Macieira
2022-10-08
1
-0
/
+6
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
5
-9
/
+9
*
Replace qExchange calls with std::exchange
Fabian Kosmale
2022-09-28
1
-1
/
+1
*
Q(Basic)Atomic: remove QT_BASIC_ATOMIC_HAS_CONSTRUCTORS
Fabian Kosmale
2022-09-28
2
-36
/
+2
*
Get rid of bootstrapped atomics
Fabian Kosmale
2022-09-28
3
-83
/
+2
*
Document QAtomic testAndSet
Jaishree Vyas
2022-09-21
2
-0
/
+87
*
QFuture: fix handling of cancelled continuation chain
Sona Kurazyan
2022-09-21
4
-22
/
+41
*
Remove preprocessor conditionals for chrono include
Konrad Kujawa
2022-09-16
1
-6
/
+2
*
Apply Q_CONSTINIT where beneficial
Sona Kurazyan
2022-09-01
1
-2
/
+2
*
Fix possible undefined behavior in clear_thread_data
Niclas Rosenvik
2022-08-31
1
-2
/
+1
*
qthread.h: fix logic for Q_OS_FREEBSD and add support for 32bit FreeBSD
Tobias C. Berner
2022-08-31
1
-2
/
+2
*
QThread: add empty functions for the no-thread build
Morten Sørvig
2022-08-26
1
-0
/
+10
*
Doc: Format certain operators in text
Paul Wicking
2022-08-23
1
-4
/
+4
*
QSemaphore: Fix warnings about shift exceeding size on 32-bit
Thiago Macieira
2022-08-16
1
-2
/
+3
*
QThread: Clean up bindingStatusOrList if object gets deleted
Fabian Kosmale
2022-07-14
2
-0
/
+25
*
QThread: Initialize bindingStatus for adopted threads
Fabian Kosmale
2022-07-13
1
-1
/
+2
*
Revert "QFutureCallOutEvent: de-export again"
Sona Kurazyan
2022-07-06
1
-1
/
+5
*
Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTED
Marc Mutz
2022-07-06
1
-14
/
+24
*
QAtomicInteger docs: mention bool and char8_t as 8-bit types
Marc Mutz
2022-07-06
1
-1
/
+1
*
Move QFutureInterfaceBase::cleanContinuation() to removed_api
Sona Kurazyan
2022-06-22
2
-12
/
+2
*
QThread:idealThreadCount: fix build with FreeBSD 13.1
Thiago Macieira
2022-06-21
1
-1
/
+1
*
QPostEventList: de-inline addEvent()
Marc Mutz
2022-06-22
2
-17
/
+24
*
QPromise: run continuation(s) on destruction
Sona Kurazyan
2022-06-22
1
-1
/
+1
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
4
-5
/
+5
*
Windows: fix DeferredDelete events processing on QThread::terminate()
Vladimir Belyavsky
2022-06-10
1
-1
/
+12
*
Optimize QThreadPrivate::addObjectWithPendingBindingStatusChange()
Marc Mutz
2022-05-26
2
-9
/
+14
*
Fix race conditions in moveToThread
Fabian Kosmale
2022-05-24
2
-32
/
+134
*
QCoreApplication/QPostEventList: fix int/qsizetype mismatches
Marc Mutz
2022-05-19
1
-2
/
+2
*
QReadWriteLock: fix another data race in stateForWaitCondition()
Marc Mutz
2022-05-17
1
-0
/
+1
*
QObject: Turn flaggedSignatures into a thread_local static
Marc Mutz
2022-05-17
1
-21
/
+0
*
QReadWriteLock: fix data race in stateForWaitCondition()
Marc Mutz
2022-05-16
1
-1
/
+1
*
QReadWriteLock: fix data race in dtor
Marc Mutz
2022-05-16
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
55
-2063
/
+131
*
Atomics: workaround GCC 12 warning about overflowing d->state
Thiago Macieira
2022-05-11
1
-0
/
+5
[next]