summaryrefslogtreecommitdiffstats
path: root/src/corelib/arch/qatomic_unix.h
Commit message (Expand)AuthorAgeFilesLines
* Remove all the atomic code besides MSVC and std::atomicThiago Macieira2016-01-191-150/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-301-3/+0
* Centralize support for QBasicAtomic for ints and longsThiago Macieira2014-01-301-2/+0
* Ensure that the pointer-sized QAtomicInteger specialization existsThiago Macieira2014-01-301-0/+40
* Add missing Q_ATOMIC_INT32_xxx definitions to qatomic_unix.hThiago Macieira2013-12-091-0/+4
* 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
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add Q_DECL_CONSTEXPR to the isXXX functions in the new atomics.Thiago Macieira2012-08-181-6/+6
* Mark all atomic functions as Q_DECL_NOTHROWThiago Macieira2012-08-091-9/+9
* Add src/corelib/arch/qatomic_unix.h and qatomic_unix.cppBradley T. Hughes2012-02-131-0/+117