summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/qatomic_x86.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+32
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-301-12/+3
* Centralize support for QBasicAtomic for ints and longsThiago Macieira2014-01-301-6/+0
* Disable 64-bit atomics on 32-bit x86Thiago Macieira2013-12-071-1/+2
* Mark all qtbase headers that aren't cleanThiago Macieira2013-03-031-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-6/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Enable QAtomicInteger for char16_t and char32_tThiago Macieira2012-08-181-0/+6
* Add Q_DECL_CONSTEXPR to the isXXX functions in the new atomics.Thiago Macieira2012-08-181-10/+10
* Mark all atomic functions as Q_DECL_NOTHROWThiago Macieira2012-08-091-30/+30
* Unify the atomic implementation for x86 architecturesThiago Macieira2012-03-281-33/+96
* Rename qatomic_x86_64.h to qatomic_x86.hThiago Macieira2012-03-281-0/+359