| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Add more info to QThread::requestInterruption | Moss Heim | 2025-10-14 | 1 | -0/+3 |
| * | Doc: Update multi-threading doc title | Paul Wicking | 2025-09-16 | 1 | -1/+1 |
| * | no-thread: include setStatusAndClearList() in build | Morten Sørvig | 2025-09-10 | 1 | -0/+4 |
| * | QBindingStatus/QThread: Add missing synchronization | Fabian Kosmale | 2025-09-02 | 1 | -1/+4 |
| * | QProperty: Avoid referencing stale QBindingStatus | Fabian Kosmale | 2025-08-27 | 1 | -8/+7 |
| * | Mark all files in corelib/thread security significant | Matthias Rauter | 2025-08-04 | 1 | -0/+1 |
| * | no-thread: enable using QFuture | Morten Sørvig | 2025-06-24 | 1 | -0/+9 |
| * | QAbstractEventDispatcher: prevent too late unregistering of timers | Thiago Macieira | 2025-05-25 | 1 | -1/+1 |
| * | QThread: explicitly clear posted events during destruction | Volker Hilsheimer | 2025-04-11 | 1 | -4/+10 |
| * | QThread/Doc: improve docs on running, finished, and the OS thread | Thiago Macieira | 2025-03-29 | 1 | -0/+21 |
| * | Revert "Add categorized logging of delete later machinery" | Thiago Macieira | 2025-01-06 | 1 | -15/+0 |
| * | QThread: Link to QThreadPool::(set)serviceLevel | Mårten Nordheim | 2024-12-18 | 1 | -3/+3 |
| * | QObjectData: relax accesses to postedEvents | Thiago Macieira | 2024-12-05 | 1 | -1/+1 |
| * | QThread: document the QualityOfService enum | Volker Hilsheimer | 2024-12-03 | 1 | -0/+21 |
| * | QThreadData: make current() inline with a noexcept likely portion | Thiago Macieira | 2024-11-26 | 1 | -5/+9 |
| * | QThreadData: refactor current() now that it never returns null | Thiago Macieira | 2024-11-26 | 1 | -2/+2 |
| * | QThreadData: inline ref() and deref() | Thiago Macieira | 2024-11-21 | 1 | -16/+0 |
| * | QThreadData: make the constructor inline and use NSDMI | Thiago Macieira | 2024-11-21 | 1 | -8/+0 |
| * | QPostEventList: use qsizetype to count posted events | Thiago Macieira | 2024-11-20 | 1 | -1/+1 |
| * | QAdoptedThread: bypass signal notification on an un-observable QObject | Thiago Macieira | 2024-11-14 | 1 | -1/+3 |
| * | QThread: merge some Unix/Windows/no-thread code for QAdoptedThread | Thiago Macieira | 2024-11-14 | 1 | -9/+16 |
| * | QThread: move the identical Unix+Windows wait() functions to qthread.cpp | Thiago Macieira | 2024-11-14 | 1 | -0/+13 |
| * | QThread/Win: remove QThreadPrivate::id member | Thiago Macieira | 2024-11-14 | 1 | -1/+0 |
| * | QThread/Win: replace the adopted thread watcher with a thread_local | Thiago Macieira | 2024-11-14 | 1 | -6/+0 |
| * | no-thread: add QThread::isMainThread() definition | Morten Sørvig | 2024-11-14 | 1 | -0/+5 |
| * | Doc: Clarify run() and started() order in QThread | Safiyyah Moosa | 2024-11-05 | 1 | -2/+5 |
| * | QThread/Unix: implement joining of the launched thread, if we can | Thiago Macieira | 2024-11-03 | 1 | -1/+0 |
| * | Add thread Quality of Service API | Mårten Nordheim | 2024-10-30 | 1 | -0/+40 |
| * | QThread: avoid unlock/lock/unlock in ~QThread if state is Finishing | Thiago Macieira | 2024-10-28 | 1 | -5/+2 |
| * | QThread: reorganize and clean up #includes | Thiago Macieira | 2024-10-28 | 1 | -9/+4 |
| * | QThread: print thread name in the warning message | Vladimir Belyavsky | 2024-09-10 | 1 | -1/+1 |
| * | QThread: replace three booleans with one state variable | Thiago Macieira | 2024-07-09 | 1 | -15/+11 |
| * | QCoreApplication: give theMainThread an objectName to aid debugging | Mitch Curtis | 2024-07-04 | 1 | -1/+3 |
| * | QThread: mark is(Main|Current)Thread() noexcept | Marc Mutz | 2024-06-12 | 1 | -4/+4 |
| * | QThread/Doc: update the docs on setStackSize() | Thiago Macieira | 2024-05-07 | 1 | -4/+12 |
| * | QThread: Reuse isMainThread() | Jarek Kobus | 2024-04-29 | 1 | -4/+4 |
| * | QThread: Introduce static isMainThread() helper | Jarek Kobus | 2024-04-26 | 1 | -3/+23 |
| * | QThread: Introduce isCurrentThread | Fabian Kosmale | 2024-04-26 | 1 | -0/+35 |
| * | Mention QChronoTimer in API docs | Ahmad Samir | 2024-03-03 | 1 | -1/+1 |
| * | wasm: fix single thread apps build QScopedScopeLevelCounter | Lorn Potter | 2023-12-28 | 1 | -0/+2 |
| * | wasm: fix single thread build | Lorn Potter | 2023-12-22 | 1 | -0/+4 |
| * | Add categorized logging of delete later machinery | Tor Arne Vestbø | 2023-12-21 | 1 | -0/+15 |
| * | Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentation | Kai Köhne | 2023-12-18 | 1 | -5/+4 |
| * | Revamp Wait Conditions Example: Revisit the documentation | Rym Bouabid | 2023-09-13 | 1 | -1/+1 |
| * | Revamp Semaphores example: Revisit the documentation | Rym Bouabid | 2023-09-13 | 1 | -1/+2 |
| * | Revamp Mandelbrot example: Revisit the documentaton | Rym Bouabid | 2023-09-13 | 1 | -2/+2 |
| * | 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 |