summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-194-18/+7
|\| |
| * | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-042-2/+0
| * | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-292-16/+7
| |/
* | Regenerate tests/auto/corelib/threadAlexandru Croitor2019-11-122-0/+31
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-113-10/+4
|\|
| * Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-193-10/+4
* | cmake: add corelib/thread/qthreadstorageFrederik Gladhorn2019-10-104-3/+37
* | cmake: add more tests in corelib/threadFrederik Gladhorn2019-10-0434-24/+443
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-155-6/+18
|\|
| * Remove the remaining usages of deprecated APIs of qtbaseSona Kurazyan2019-08-011-0/+4
| * unblacklist passing testsDaniel Smith2019-07-084-6/+14
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1116-338/+414
|\|
| * Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-062-6/+2
| * Short live QRecursiveMutex!Marc Mutz2019-07-061-4/+5
| * Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-031-0/+1
| * tst_QThread: Add output for all elapsed testsFriedemann Kleint2019-06-281-7/+15
| * tst_QThread: Blacklist sleep() for WindowsFriedemann Kleint2019-06-261-0/+2
| * Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-2010-295/+295
| * Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-145-26/+27
| * QFuture: Wait for result on iterator advanceMorten Johan Sørvig2019-05-131-0/+67
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-165-6/+9
|\|
| * Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-4/+4
| * Fix memory leak in auto testLars Knoll2019-03-291-0/+1
| * Fix memory leak in auto testLars Knoll2019-03-291-0/+2
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+1
| * Expand blacklisting of qthreadpool to cover linux distrosTony Sarajärvi2019-01-301-0/+1
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-0113-0/+25
|/
* Re-enable thread autotestsAllan Sandfeld Jensen2018-09-251-1/+1
* Modernize the "thread" featureUlf Hermann2018-08-173-25/+21
* Revert "Blacklist tst_QThread::create"Joni Jäntti2018-07-201-2/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-024-10/+16
|\
| * tst_qthreadpool: Skip "stackSize" if unsupportedMårten Nordheim2018-06-271-0/+8
| * Make tests compile for AndroidLiang Qi2018-06-252-2/+2
| * Android: tst_qthread: terminate is not supportedMårten Nordheim2018-06-211-4/+4
* | tst_qthreadstorage: Fix execution for WinRTOliver Wolff2018-06-283-25/+22
* | Blacklist tst_QThread::createJoni Jantti2018-06-151-0/+2
* | Extend blacklisting of QSemaphore tests to macOS 10.13Tony Sarajärvi2018-06-111-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-2/+0
|\|
| * Atomics: remove requirement for alignment equality with plain typesThiago Macieira2018-04-241-2/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-052-28/+26
|\|
| * tst_QThread: Use QTRY_VERIFY instead of qWaitsKari Oikarinen2018-04-031-6/+2
| * tst_QFutureWatcher: Avoid unconditional qWait()sKari Oikarinen2018-04-031-22/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-0/+69
|\|
| * QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-0/+69
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+4
|/
* Tests: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-1/+1
* Use dependencies instead of CONFIG+=orderedAllan Sandfeld Jensen2017-12-021-4/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-302-0/+131
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-0/+63
| |\
| | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+63
| | |\