summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-04-24 14:45:36 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-10 03:45:35 +0200
commit7ebf21e004094485aea025f877f077c161c76f1b (patch)
treee9fe75b078a8c891818866281cd5adec873e1c17 /tests
parentea461b7800a5d33e570329bedd9d9340d4577df5 (diff)
Defer enabling std::atomic on GCC until GCC 4.7
The implementation that GCC came with from 4.4 to 4.6 used external locks for most platforms, other than x86. It's unsuitable to be called "atomic" at all. More importantly, it's not behaviour-compatible with Qt's own QBasicAtomic classes. Change-Id: I92a0beab58504e6bd7cd236d358fef905c69821c Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions