summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/qatomic_cxx11.h
Commit message (Expand)AuthorAgeFilesLines
* Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-161-9/+21
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-301-11/+3
* Centralize support for QBasicAtomic for ints and longsThiago Macieira2014-01-301-5/+0
* qatomic_cxx11: fix fetchAndAdd*()Marc Mutz2013-09-211-8/+4
* Fix the C++11 and GCC-atomic intrinsics when not using GCCThiago Macieira2013-09-171-35/+42
* Mark all qtbase headers that aren't cleanThiago Macieira2013-03-031-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Enable QAtomicInteger for char16_t and char32_tThiago Macieira2012-08-181-0/+5
* Add Q_DECL_CONSTEXPR to the isXXX functions in the new atomics.Thiago Macieira2012-08-181-8/+8
* Mark all atomic functions as Q_DECL_NOTHROWThiago Macieira2012-08-091-27/+27
* Add a T parameter to the memory barrier functions in atomics.Thiago Macieira2012-08-071-4/+0
* Silence syncqt warnings for atomic implementation headersBradley T. Hughes2012-02-061-0/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-0/+1
* Add a set of atomics based on C++11's std::atomicThiago Macieira2012-01-281-0/+246