summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qatomicinteger
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0916-16/+16
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* cmake: add more tests in corelib/threadFrederik Gladhorn2019-10-0417-0/+226
* 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
* | Remove all the atomic code besides MSVC and std::atomicThiago Macieira2016-01-1934-82/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2318-19/+19
|\|
| * Make the C++11 atomic support the default, if availableThiago Macieira2015-10-1618-19/+19
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
|/
* Add missing fetchAndXxx methods to atomic classes based on std::atomicThiago Macieira2015-03-0551-19/+111
* 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-3019-0/+499