summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qmutex
Commit message (Expand)AuthorAgeFilesLines
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-3/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-7/+7
|\
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-7/+7
* | cmake: add more tests in corelib/threadFrederik Gladhorn2019-10-041-0/+20
|/
* Short live QRecursiveMutex!Marc Mutz2019-07-061-4/+5
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-12/+12
* tst_QMutex: produce less noise with MSVCThiago Macieira2017-09-011-0/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-51/+10
|\
| * Stop trying to discover the system timer resolution on WindowsThiago Macieira2017-03-081-51/+10
* | Long live QTest::addRow()!Marc Mutz2017-01-101-1/+1
|/
* QMutex: make sure we try_lock_for no shorter than the duration passedMarc Mutz2016-11-221-0/+114
* Q(Basic)Mutex: add try_lock{,_for,_until} for STL compatibilityGiuseppe D'Angelo2016-07-251-241/+762
* Use QElapsedTimer in tst_qmutexGiuseppe D'Angelo2016-07-222-14/+69
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_QMutex: fix a raceMarc Mutz2013-09-231-3/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-231-0/+51
* Fix QMutex::tryLock timeout computation on LinuxOlivier Goffart2012-11-161-0/+15
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tst_QMutex: add markers to the tryLock testsThiago Macieira2012-08-231-6/+13
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-221-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-251-13/+16
* qtbase tests: Fix some warningsFriedemann Kleint2011-11-211-9/+9
* Remove warnings from deprecated atomic operators in autotestsBradley T. Hughes2011-11-161-2/+2
* Cleanup corelib autotestsJason McDonald2011-11-111-3/+2
* Cleanup corelib autotestsJason McDonald2011-11-101-64/+64
* Cleanup corelib autotestsJason McDonald2011-11-071-14/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-1/+1
* Re-enabled test that was marked insignificant and passesHolger Ihrig2011-09-261-1/+0
* Moving relevant tests to corelib/threadHolger Ihrig2011-09-013-0/+646