summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qatomicpointer/tst_qatomicpointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Revert "QAtomic: remove the copy ctor and assignment operator"Volker Hilsheimer2023-10-251-0/+22
* QAtomic: remove the copy ctor and assignment operatorGiuseppe D'Angelo2023-10-251-22/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-171-4/+4
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-5/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-88/+88
* 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/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-44/+44
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-161-0/+53
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Ensure that QAtomicPointer of forward-declared classes worksThiago Macieira2012-07-301-0/+17
* Unit-test the additional QBasicAtomicXXX expansionsThiago Macieira2012-03-281-0/+10
* 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
* Remove cast and assignment operators from QAtomicInt and QAtomicPointerBradley T. Hughes2011-12-021-76/+6
* Fix crash in tst_qatomicpointer testOlivier Goffart2011-11-291-12/+13
* Test QAtomicPointer<const T>Olivier Goffart2011-11-261-0/+52
* Remove warnings from deprecated atomic operators in autotestsBradley T. Hughes2011-11-161-93/+93
* Cleanup corelib autotestsJason McDonald2011-11-071-13/+0
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-1/+1
* Moving relevant tests to corelib/threadHolger Ihrig2011-09-011-0/+674