index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
thread
Commit message (
Expand
)
Author
Age
Files
Lines
*
QBasicAtomicInt: fix wrong comment about non-atomic API
David Faure
2013-11-02
1
-3
/
+2
*
Doc: Fix miscellaneous typos
Sze Howe Koh
2013-10-30
1
-1
/
+1
*
Doc: Update, and reduce duplication of, QThread-related info
Sze Howe Koh
2013-10-21
1
-14
/
+15
*
Reorder the members in QThreadData to avoid padding holes
Thiago Macieira
2013-10-08
2
-10
/
+14
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
11
-89
/
+89
*
QObject: use per-thread storage for qFlagLocation()
Marc Mutz
2013-10-05
1
-0
/
+21
*
QFutureInterface: wrap a pair of {release,reserve}Thread() calls with RAII
Marc Mutz
2013-09-21
1
-3
/
+14
*
Merge "Merge branch 'stable' into dev" into refs/staging/dev
Sergio Ahumada
2013-09-21
3
-5
/
+4
|
\
|
*
Merge branch 'stable' into dev
Sergio Ahumada
2013-09-21
3
-5
/
+4
|
|
\
|
|
*
Doc: Remove duplicated Qt Concurrent overview
Sze Howe Koh
2013-09-16
3
-5
/
+4
*
|
|
Fix some doc errors.
Frederik Gladhorn
2013-09-21
2
-2
/
+2
|
/
/
*
|
QMutex: fix race on 'owner' in the recursive case
Marc Mutz
2013-09-21
1
-4
/
+11
*
|
QFutureInterface: remove unused member variable 'pendingResults'
Marc Mutz
2013-09-20
2
-2
/
+1
*
|
Don't use ARMv5/6/7 atomics on 64-bit ARM, as they are AArch32 specific
Tor Arne Vestbø
2013-09-16
1
-3
/
+3
*
|
Add an advisory interruption mechanism to QThread.
Corentin Jabot
2013-09-05
5
-1
/
+67
*
|
Fix typo in qwaitcondition_unix.cpp
David Faure
2013-09-02
1
-1
/
+1
*
|
Move the creation of QElapsedTimer out of the inner function in QMutex
Thiago Macieira
2013-08-27
1
-21
/
+5
*
|
QThreadPool: fix counting of waiting threads
David Faure
2013-08-24
1
-2
/
+8
*
|
QThreadPool: fix data races in activeThreadCount()
David Faure
2013-08-21
1
-5
/
+3
*
|
QThreadPool: fix typos
David Faure
2013-08-21
1
-10
/
+10
*
|
QThreadPool - Add method clear() to remove queued QRunnable.
Corentin Jabot
2013-08-16
3
-0
/
+30
|
/
*
Further followup to Q_OS_MACX changes.
Jake Petroules
2013-06-24
1
-2
/
+2
*
Remove use of 'register' from Qt.
Stephen Kelly
2013-06-17
2
-3
/
+3
*
Fix crash when re-creating QThreadData after initially destroying it
Tor Arne Vestbø
2013-06-14
1
-0
/
+6
*
QThreadPool: Fix regression from Qt 4 in dealing with priority starts
Thiago Macieira
2013-05-20
1
-1
/
+1
*
Fix possible race in QMutex
Olivier Goffart
2013-04-29
1
-2
/
+0
*
fix namespaced build
Oswald Buddenhagen
2013-04-25
1
-2
/
+2
*
Document that the mutex passed to QWaitCondition::wait must be locked
Thiago Macieira
2013-04-22
1
-2
/
+2
*
Fix C++11 support in clang prior to 3.2
Jan Kundrát
2013-04-12
1
-2
/
+2
*
Use Bionic's __pthread_cond_timedwait_relative
Thiago Macieira
2013-04-02
1
-0
/
+15
*
Add a function to do the relative waits, simplifying the code a little
Thiago Macieira
2013-04-02
1
-3
/
+8
*
Fix build on Android: libpthread is deficient and lacks functions
Thiago Macieira
2013-04-02
1
-1
/
+1
*
Fix race condition in QThread::setPriority
David Faure
2013-03-23
4
-41
/
+42
*
QThread: fix race when setting the eventDispatcher
David Faure
2013-03-22
4
-15
/
+18
*
QThreadDataPrivate: fix data race on canWait boolean.
David Faure
2013-03-22
1
-0
/
+6
*
Whitespace cleanup: remove trailing whitespace
Axel Waggershauser
2013-03-16
12
-24
/
+24
*
simplify/fix QT_BOOTSTRAPPED-related #ifdefs
Oswald Buddenhagen
2013-03-14
1
-1
/
+1
*
Distinguish between 'mac' and 'macx' qmake scopes
Tor Arne Vestbø
2013-03-05
1
-1
/
+1
*
Clear the current thread data for the main thread
Thiago Macieira
2013-03-05
4
-0
/
+12
*
Introducing the Qt Android port
Paul Olav Tvete
2013-03-05
1
-4
/
+4
*
Mark all qtbase headers that aren't clean
Thiago Macieira
2013-03-03
2
-0
/
+2
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-02-14
1
-38
/
+24
|
\
|
*
QThread documentation: do not discourage the reimplementation of QThread
Olivier Goffart
2013-02-04
1
-38
/
+24
*
|
Added support for multicore CPUs for INTEGRITY (V10+) target.
Florian Behrens
2013-01-30
1
-0
/
+7
*
|
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
18
-63
/
+0
*
|
Set some attributes on pthread condattrs
Thiago Macieira
2013-01-28
3
-14
/
+52
*
|
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...
Frederik Gladhorn
2013-01-23
48
-48
/
+48
|
\
\
|
|
/
|
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
48
-48
/
+48
*
|
Use sched_get_priority_* functions only for SCHED_RR and SCHED_FIFO
Pasi Petäjäjärvi
2013-01-23
1
-2
/
+14
|
/
*
Replace macro qdoc with Q_QDOC
Debao Zhang
2013-01-08
6
-12
/
+12
[next]