summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mention QChronoTimer in API docsAhmad Samir2024-03-031-4/+4
* Add categorized logging of delete later machineryTor Arne Vestbø2023-12-211-0/+9
* Doc: Fix documentation issuesTopi Reinio2023-09-111-1/+0
* QEventLoopLocker: rewrite to hold public classesMarc Mutz2023-07-091-21/+11
* QEventLoopLocker: add move SMFs and swap()Marc Mutz2023-07-071-0/+37
* QEventLoopLocker: inline Private into public classMarc Mutz2023-07-071-22/+6
* QEventLoopLocker: defend against nullptr argumentsMarc Mutz2023-07-041-0/+2
* QEventLoopLocker: use visit() to DRY ctorsMarc Mutz2023-07-041-28/+22
* QEventLoopLocker: add a visit() memberMarc Mutz2023-07-041-16/+18
* QEventLoopLockerPrivate: store the tag in the pointer variableMarc Mutz2023-07-041-13/+20
* QEventLoop: port processEvents() to QDeadlineTimerAhmad Samir2023-06-301-5/+21
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Add QEventLoop::ProcessEventsFlag::ApplicationExecMorten Johan Sørvig2021-11-031-0/+1
* QEventLoop: remove unnecessary bits of Qt 5 suggestionThiago Macieira2021-10-041-3/+1
* wasm: remove QEventLoop workaroundsMorten Sørvig2021-06-231-24/+0
* Correct processEvents documentationAndreas Buhr2020-11-081-2/+2
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-171-2/+2
* Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-17/+26
* Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-291-1/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+24
* QThread: Centralize the creation of the event dispatcherThiago Macieira2018-07-141-4/+2
* Make QThreadPrivate::createEventDispatcher do exactly what it saysTor Arne Vestbø2018-02-141-1/+3
* Use explicit QThreadData::hasEventDispatcher() where possibleTor Arne Vestbø2018-02-141-5/+5
* QtCore: include mocsThiago Macieira2017-05-051-0/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-2/+4
|\
| * QEventLoop: better describe the exception safety of QtGiuseppe D'Angelo2016-07-021-2/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* QEventLoop: fix race on 'exit' and 'returnCode' private membersDavid Faure2013-03-291-6/+6
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-8/+8
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Docs: Add "\since" info for QEventLoopLocker.Christian Kandeler2012-09-131-0/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+2
* fix QEventLoop qdoc errorsJeremy Katz2012-07-301-3/+6
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-1/+1
* Fix up the QEventLoopLocker documentation.Stephen Kelly2012-03-191-3/+10
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-3/+3
* Optimize space for the QEventLoopQuitLocker.Stephen Kelly2012-02-271-9/+23
* Add the quitlock feature to QThread.Stephen Kelly2012-02-231-2/+17
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-311-11/+94
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove QEventLoop::DeferredDeletionBradley T. Hughes2012-01-231-9/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Replace try/catch blocks in favour of destructors in the event loop.Thiago Macieira2011-07-111-34/+32