qt5base-lts/src/corelib
Thiago Macieira 1b961e8b5d Fix compilation of <atomic> with ICC and libc++
The libc++ header does this:

 #if !__has_feature(cxx_atomic)
 #error <atomic> is not implemented

So we can't enable the feature until the compiler reports true for that
test.

Change-Id: I96f1c7eea8b93d93bd721fe5a85fa987339d091f
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2014-10-31 22:20:53 +01:00
..
animation Doc: Corrected autolink errors qtbase 2014-10-27 14:26:02 +01:00
arch Fix compilation of MIPS with Clang 2014-10-07 22:30:21 +02:00
codecs Load default codecs even if custom QTextCodec has been registered 2014-10-30 10:52:11 +01:00
doc Doc: Corrected identifiers for QByteArray::toBase64 in snippet 2014-10-27 14:26:24 +01:00
global Fix compilation of <atomic> with ICC and libc++ 2014-10-31 22:20:53 +01:00
io Handle mounts under /run 2014-10-31 13:26:27 +01:00
itemmodels Adapt the names in the documentation to the names used in the header 2014-10-30 09:52:04 +01:00
json Update license headers and add new license files 2014-09-24 12:26:19 +02:00
kernel Mark QMetaMethod and related constructor as constepxr 2014-10-31 14:14:27 +01:00
mimetypes Update license headers and add new license files 2014-09-24 12:26:19 +02:00
plugin QFactoryLoader: de-duplicate two QStringLiterals 2014-10-09 09:42:17 +02:00
statemachine Update license headers and add new license files 2014-09-24 12:26:19 +02:00
thread Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4 2014-10-01 16:21:12 +02:00
tools Fix warnings about size conversion in QList 2014-10-31 03:57:30 +01:00
xml Doc: Use title case in section1 titles 2014-09-30 13:52:51 +02:00
corelib.pro Use simd.prf for building MIPS DSP code 2014-07-25 17:48:39 +02:00
eval.pri Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
Qt5Config.cmake.in Check that files we expect to find actually exist when using a cmake package. 2013-05-20 15:20:26 +02:00
Qt5CoreConfigExtras.cmake.in CMake: Add defines for disabled features. 2013-11-22 13:04:10 +01:00
Qt5CoreConfigExtrasMkspecDir.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in Generate the directory for the mkspec include in a helper file. 2013-06-21 18:58:54 +02:00
Qt5CoreMacros.cmake CMake: Generate config-specific moc parameters file. 2013-12-16 20:57:45 +01:00
Qt5CTestMacros.cmake Forward the correct compilers to the actual cmake tests. 2013-08-09 16:28:34 +02:00
QtCore.dynlist Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00