qt5base-lts/src
Thiago Macieira 7ebf21e004 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>
2013-05-10 03:45:35 +02:00
..
3rdparty Make access to xkbcommon_workaround.h more generic 2013-05-07 22:43:14 +02:00
android Android: Change default Ministro download location 2013-05-07 22:43:14 +02:00
angle Add missing intrin.h include for __cpuid 2013-04-23 12:45:16 +02:00
concurrent Doc: Give C++ class lists consistent titles 2013-04-29 19:01:48 +02:00
corelib Defer enabling std::atomic on GCC until GCC 4.7 2013-05-10 03:45:35 +02:00
dbus Doc: Fix module name in .qdocconf 2013-04-26 14:18:16 +02:00
gui Utilize the new Q_OS_MACX define. 2013-05-09 12:17:59 +02:00
network Utilize the new Q_OS_MACX define. 2013-05-09 12:17:59 +02:00
opengl Doc: Give C++ class lists consistent titles 2013-04-29 19:01:48 +02:00
openglextensions Make sure that we #include qconfig.h before testing for features. 2013-03-19 07:02:57 +01:00
platformsupport Fix QFontConfigDatabase crash 2013-05-01 23:05:35 +02:00
plugins Revert "OSX: obey the Qt::WindowTransparentForInput flag" 2013-05-08 14:07:41 +02:00
printsupport qtprintsupport: Fix missing images in tools-customcompleter.html 2013-05-07 16:51:53 +02:00
sql Doc: Removed pages from "qt-sql" group. 2013-05-07 14:28:16 +02:00
testlib Utilize the new Q_OS_MACX define. 2013-05-09 12:17:59 +02:00
tools qdoc: Documentation for QMetaObject::Connection now appears 2013-05-08 12:01:29 +02:00
widgets QMacStyle: fix transient scrollbar fade out animation 2013-05-09 12:17:59 +02:00
winmain fix path adjustments in installed metafiles 2013-01-30 15:43:00 +01:00
xml Mark as unused the private members that aren't and CANNOT be used 2013-04-15 15:32:40 +02:00
src.pro make bootstrapping of qdoc optional 2013-04-03 00:37:48 +02:00