summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qatomicinteger
Commit message (Expand)AuthorAgeFilesLines
* 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