summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qatomic.h
Commit message (Expand)AuthorAgeFilesLines
* Add the rest of the non-volatile members of std::atomic to QBasicAtomicThiago Macieira2014-02-161-0/+33
* Use full-barrier in the "non-atomic" API in QAtomic{Int,Integer,Pointer}Thiago Macieira2014-01-301-4/+4
* Introduce QAtomicInteger<T> and derive QAtomicInt from itThiago Macieira2014-01-301-7/+23
* Fix silly typo in a macro for QAtomicInt's constructorThiago Macieira2013-12-031-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-2/+2
* Document the new load / store methods in QAtomic{Int,Pointer}Thiago Macieira2012-12-121-0/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QAtomic: make ctors constexpr, if possibleMarc Mutz2012-08-201-0/+12
* Add Q_DECL_CONSTEXPR to the isXXX functions in the new atomics.Thiago Macieira2012-08-181-14/+14
* Add Q_DECL_NOTHROW to the atomic functionsThiago Macieira2012-08-091-6/+6
* Don't export QAtomicInt, it's all inlineThiago Macieira2012-08-071-1/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-2/+2
* Silence warnings about GCC #pragma in ICCThiago Macieira2012-03-241-2/+2
* Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-131-12/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add the new QBasicAtomicXXX implementation - no backends yetThiago Macieira2012-01-201-1/+1
* Copy qbasicatomic.h to qoldbasicatomic.hThiago Macieira2012-01-061-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove cast and assignment operators from QAtomicInt and QAtomicPointerBradley T. Hughes2011-12-021-68/+0
* Tentatively keep operator=(const QAtomic* &other)Bradley T. Hughes2011-11-011-2/+0
* Mark QAtomic* implicit cast and other operators as deprecatedBradley T. Hughes2011-10-281-0/+13
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Compile with clangBradley T. Hughes2011-10-221-2/+2
* Move the non-atomic and implicit functions from QBasicAtomicXXXThiago Macieira2011-10-201-19/+65
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+227