..
qatomic.cpp
Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGS
2020-09-14 09:47:51 +02:00
qatomic.h
Replace Qt CONSTEXPR defines with constexpr
2020-08-14 15:52:58 +02:00
qatomic_bootstrap.h
Replace Q_DECL_NOEXCEPT with noexcept in corelib
2019-04-03 13:49:45 +00:00
qatomic_cxx11.h
Get rid of Q_COMPILER_CONSTEXPR checks
2020-11-17 21:28:11 +01:00
qbasicatomic.h
Remove unneeded qatomic_msvc.h
2020-12-04 07:04:11 +01:00
qexception.cpp
QFuture: put the result store and the exception store in a union
2021-06-12 03:08:59 +02:00
qexception.h
QFuture: put the result store and the exception store in a union
2021-06-12 03:08:59 +02:00
qfutex_p.h
Futex/Windows: add support for notifying TSan
2021-03-11 17:42:35 +01:00
qfuture.h
QMetaType: Support converting any QFuture<T> to QFuture<void>
2021-07-15 17:06:54 +02:00
qfuture.qdoc
Improve docs for QFuture continuations
2021-08-10 13:07:18 +02:00
qfuture_impl.h
QFuture: put the result store and the exception store in a union
2021-06-12 03:08:59 +02:00
qfutureinterface.cpp
Allocate progress related data on demand
2021-06-12 03:08:59 +02:00
qfutureinterface.h
Add QFutureInterfaceBase::get() to retrieve internals of QFuture
2021-07-12 18:33:19 +02:00
qfutureinterface_p.h
QException: Fix no-exception build
2021-06-14 12:43:02 +03:00
qfuturesynchronizer.h
Whitespace cleanup in corelib/ mimetypes, plugin and thread
2020-10-21 08:53:38 +02:00
qfuturesynchronizer.qdoc
Replace LGPL licenses in .qdoc files with FDL
2018-06-28 10:22:06 +00:00
qfuturewatcher.cpp
Doc: Ensure deprecated APIs in Qt Core are documented as such
2021-07-23 10:39:04 +00:00
qfuturewatcher.h
Remove the comparison operators of QFuture
2020-10-29 14:19:35 +01:00
qfuturewatcher_p.h
Make QFutureWatcher::isFinished() consistent with the watched QFuture
2021-07-23 09:32:54 +02:00
qgenericatomic.h
QGenericAtomicOps: allow pointer-sized non-atomic atomics
2021-04-02 11:12:17 -07:00
qlocking_p.h
Short live qt_unique_lock/qt_scoped_lock! (until C++17)
2019-08-13 05:05:59 +00:00
qmutex.cpp
Doc: Fix qdoc warnings in qtbase
2021-02-18 11:43:31 +00:00
qmutex.h
Put Q_DISABLE_COPY(QMutex) back when features.thread is unavailable
2021-07-01 06:48:21 +09:00
qmutex_mac.cpp
Replace Q_DECL_NOEXCEPT with noexcept in corelib
2019-04-03 13:49:45 +00:00
qmutex_p.h
Implement futexes for Windows
2021-02-13 17:53:12 +01:00
qmutex_unix.cpp
QtCore: use qUtf16Printable and %ls, qErrnoWarning()
2019-05-29 18:24:30 +02:00
qmutex_win.cpp
Split QMutex and QRecursiveMutex
2020-10-17 12:02:56 +02:00
qorderedmutexlocker_p.h
QOrderedMutexLocker: Disable copy and provide explicit dismiss function
2021-06-17 08:56:13 +02:00
qpromise.h
QPromise/QFutureInterface: in Qt 7 take std::exception_ptr by const-ref
2021-06-08 22:41:58 +02:00
qpromise.qdoc
QPromise: doc fixes
2021-06-08 22:41:58 +02:00
qreadwritelock.cpp
Tidy nullptr usage
2019-12-06 12:13:20 +01:00
qreadwritelock.h
QReadWriteLock QT_NO_THREAD shell: make API compatible with the regular one
2019-08-28 06:25:40 +02:00
qreadwritelock_p.h
Revert "QReadWriteLock: replace (QWaitCondition, QMutex) with std::(condition_variable, mutex)"
2019-09-19 04:15:04 +00:00
qresultstore.cpp
Don't report results when the results list is empty
2021-07-27 19:57:27 +02:00
qresultstore.h
Don't report results when the results list is empty
2021-07-27 19:57:27 +02:00
qrunnable.cpp
Merge remote-tracking branch 'origin/5.15' into dev
2020-02-28 09:48:30 +01:00
qrunnable.h
Remove unnecessary ref-counting of QRunnable
2020-10-01 17:23:42 +02:00
qsemaphore.cpp
QSemaphore: add <chrono> overload of tryAcquire()
2021-06-30 23:48:21 +02:00
qsemaphore.h
QSemaphore: add <chrono> overload of tryAcquire()
2021-06-30 23:48:21 +02:00
qthread.cpp
Call QEventDispatcher::startingUp() on thread start
2020-12-21 22:48:29 +00:00
qthread.h
QProperty: Only try to avoid TLS access if currentThreadId is faster
2021-08-04 19:31:52 +02:00
qthread_p.h
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
2020-11-30 17:16:21 +01:00
qthread_unix.cpp
QThread: avoid mixed enum arithmetic
2021-06-13 15:05:33 +02:00
qthread_win.cpp
Call QEventDispatcher::startingUp() on thread start
2020-12-21 22:48:29 +00:00
qthreadpool.cpp
QThreadPool: obey the docs that say we always use at least 1 thread
2021-04-24 00:37:14 +00:00
qthreadpool.h
Add support to set thread priority to QThreadPool
2021-04-03 09:14:55 +02:00
qthreadpool_p.h
QThreadPool: obey the docs that say we always use at least 1 thread
2021-04-24 00:37:14 +00:00
qthreadstorage.cpp
Adjust code format, add space after 'if'
2020-11-16 12:53:37 +00:00
qthreadstorage.h
Whitespace cleanup in corelib/ mimetypes, plugin and thread
2020-10-21 08:53:38 +02:00
qwaitcondition.h
Whitespace cleanup in corelib/ mimetypes, plugin and thread
2020-10-21 08:53:38 +02:00
qwaitcondition.qdoc
QWaitCondition: un-deprecate wait() functions with ulong arg
2019-12-12 06:32:46 +01:00
qwaitcondition_p.h
Whitespace cleanup in corelib/ mimetypes, plugin and thread
2020-10-21 08:53:38 +02:00
qwaitcondition_unix.cpp
Whitespace cleanup in corelib/ mimetypes, plugin and thread
2020-10-21 08:53:38 +02:00
qwaitcondition_win.cpp
Whitespace cleanup in corelib/ mimetypes, plugin and thread
2020-10-21 08:53:38 +02:00