summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/qatomic_gcc.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-161-0/+11
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-301-2/+1
* Centralize support for QBasicAtomic for ints and longsThiago Macieira2014-01-301-6/+0
* Ensure that the pointer-sized QAtomicInteger specialization existsThiago Macieira2014-01-301-0/+10
* Fix the C++11 and GCC-atomic intrinsics when not using GCCThiago Macieira2013-09-171-3/+9
* Mark all qtbase headers that aren't cleanThiago Macieira2013-03-031-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-5/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Enable QAtomicInteger for char16_t and char32_tThiago Macieira2012-08-181-0/+3
* Add Q_DECL_CONSTEXPR to the isXXX functions in the new atomics.Thiago Macieira2012-08-181-2/+2
* Mark all atomic functions as Q_DECL_NOTHROWThiago Macieira2012-08-091-9/+9
* Make loadAcquire const.Stephen Kelly2012-02-291-1/+1
* 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 GCC intrinsicsThiago Macieira2012-01-281-0/+129