| Commit message (Expand) | Author | Age | Files | Lines |
| * | CMake: remove check for cxx11_future | Thiago Macieira | 2023-08-02 | 1 | -2/+0 |
| * | QtCore: code tidies: use the 4-arg connect overload | Giuseppe D'Angelo | 2023-06-24 | 1 | -1/+3 |
| * | QThread: add sleep(std::chrono::nanoseconds) overload | Ahmad Samir | 2023-03-13 | 1 | -13/+23 |
| * | 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 |