summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qcompilerdetection.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-8/+15
|\
| * Disable C++11 initializer lists and rvalue refs for old libstdc++Thiago Macieira2014-04-141-2/+10
| * Disable all C++11 rvalue refs with Dinkumware C++ library tooThiago Macieira2014-04-141-0/+3
| * Remove the #ifdef check just before #undefThiago Macieira2014-04-141-6/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-111-2/+8
|\|
| * Only define Q_COMPILER_INITIALIZER_LISTS for MSVC 12 SP 2Frederik Gladhorn2014-04-091-1/+6
| * Mark Variable Length Arrays as a TS feature for C++14Thiago Macieira2014-04-081-1/+2
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-131-1/+1
|\|
| * Make Q_NULLPTR be NULL on C++98Thiago Macieira2014-03-081-1/+1
* | Introduce Q_DECL_CONST_FUNCTION and Q_DECL_PURE_FUNCTIONGiuseppe D'Angelo2014-03-031-0/+8
|/
* Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-201-3/+16
* Initial support for the Intel Compiler 14.0 on OS XThiago Macieira2014-02-161-1/+1
* Work around ICC 14 bug: __attribute__((deprecated)) with textThiago Macieira2014-02-161-1/+1
* Remove "thread_local" support from the Intel CompilerThiago Macieira2014-02-141-1/+0
* Optimize drawing to and from generic formatsAllan Sandfeld Jensen2014-01-311-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-3/+3
|\
| * Fix some typosKurt Pattyn2014-01-151-3/+3
* | Remove last traces of QT_COMPILER_SUPPORTS_NEONTor Arne Vestbø2014-01-161-1/+0
* | Add detection of C++1y features (probably C++14)Thiago Macieira2014-01-161-0/+64
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+20
|\|
| * Add list of C++11 features supported by MSVC 2013Thiago Macieira2013-11-211-0/+14
| * qcompilerdetection.h: add Q_COMPILER_UNIFORM_INITMarc Mutz2013-11-151-1/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-8/+12
|\|
| * Move the Apple Clang specific features outside of the C++11 sectionThiago Macieira2013-10-161-8/+7
| * Remove compatibility support for sealed/override in C++/CLIThiago Macieira2013-10-151-0/+5
* | Fixed Q_DECL_DEPRECATED_X for Gcc 4.4Keith Gardner2013-10-211-1/+7
* | Added the preprocessor macro Q_DECL_DEPRECATED_XKeith Gardner2013-10-151-0/+5
|/
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-211-0/+14
* ICC 13.0 supports atomicsThiago Macieira2013-09-141-0/+1
* Remove the empty definition of Q_PACKEDThiago Macieira2013-09-131-3/+0
* Remove Q_NO_PACKED_REFERENCEThiago Macieira2013-09-131-2/+0
* Add detection for C++11 explicit conversion operators.Marcel Krems2013-09-091-0/+5
* Add C++11 features supported by the Intel Compiler 14.0Thiago Macieira2013-09-061-0/+9
* ICC supports __builtin_unreachable(), so use itThiago Macieira2013-09-051-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-1/+1
|\
| * Fix clang detection of thread_local variablesThiago Macieira2013-08-061-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+1
|\|
| * Fix win32-icc build: _CHAR16T is not an indication of C++11 supportThiago Macieira2013-06-261-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-1/+5
|\|
| * Defer enabling std::atomic on GCC until GCC 4.7Thiago Macieira2013-05-101-1/+5
* | Sanitize QT_COMPILER_SUPPORTS_xxx in qcompilerdetection.hTor Arne Vestbø2013-05-101-0/+22
|/
* Oops: bugfix support for ref qualifiers in GCC 4.8.1Thiago Macieira2013-05-011-1/+1
* Mark that GCC 4.8.1 has support for C++11 member reference qualifiersThiago Macieira2013-04-201-0/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-0/+1
|\
| * Silence warning about an unused variable in Q_ASSUME.Jędrzej Nowacki2013-03-061-0/+1
* | Fix build with older Clang versions without __has_extensionTor Arne Vestbø2013-03-051-0/+4
* | Add Q_DECL_UNUSED, marking functions or variables unusedThiago Macieira2013-02-121-0/+4
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Protect Q_UNREACHABLE and Q_ASSUME by Q_ASSERT.Jędrzej Nowacki2013-01-101-12/+25
* Define Q_COMPILER_AUTO_FUNCTION for MVSCThiago Macieira2013-01-081-0/+1