summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qatomicinteger/tst_qatomicinteger.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/+52
* QAtomic: remove the copy ctor and assignment operatorGiuseppe D'Angelo2023-10-251-52/+0
* CI: Enable some tests under corelib/thread for Wasm platformPiotr Wierciński2023-09-141-2/+5
* Revert "Fix signed integer overflows in tst_QAtomicInteger"Thiago Macieira2023-07-281-80/+17
* tst_QAtomicInteger: remove macros to force C++11 atomicsThiago Macieira2023-07-211-24/+0
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-061-18/+14
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-7/+0
* Drop constexpr from QAtomicTraits::isLockFree()Edward Welbourne2020-10-201-4/+5
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-6/+2
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-97/+97
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-4/+4
* Atomics: remove requirement for alignment equality with plain typesThiago Macieira2018-04-241-2/+0
* Tests: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-93/+0
|\
| * tst_QAtomicInteger: fix UBs (signed overflow)Marc Mutz2016-03-241-93/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-8/+80
|\|
| * Fix signed integer overflows in tst_QAtomicIntegerMarc Mutz2016-03-101-8/+80
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-211-16/+11
|/
* Add missing fetchAndXxx methods to atomic classes based on std::atomicThiago Macieira2015-03-051-0/+24
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-7/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Remove use of templates in tst_qatomicinteger.Friedemann Kleint2014-03-041-2/+2
* Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-161-1/+381
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-301-0/+441