summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qcompilerdetection.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-2/+5
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-2/+5
| |\
| | * GCC: revoke constexpr before 5.0Giuseppe D'Angelo2020-01-091-2/+5
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-6/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-6/+7
| |\|
| | * Unbreak developer build with clang-clFriedemann Kleint2019-12-201-6/+7
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-40/+37
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-40/+37
| |\|
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-40/+37
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-301-1/+0
|\| |
| * | INTEGRITY: remove constexpr supportGiuseppe D'Angelo2019-11-291-1/+0
| |/
* | Replace usage of Q_DECL_ALIGN with C++11 alignas keywordVolker Hilsheimer2019-10-291-10/+2
* | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-8/+2
|/
* Remove special NOTHROW handlingAllan Sandfeld Jensen2019-04-031-12/+1
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+3
* Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-301-0/+8
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-1/+1
|\
| * Remove extraneous text after #ifThiago Macieira2018-06-111-1/+1
| * Revert "Detect C standard and try using the most recent"Friedemann Kleint2018-03-261-1/+1
| * Detect C standard and try using the most recentAllan Sandfeld Jensen2018-03-211-1/+1
* | Compiler detection: add support for C++17's [[deprecated]] on enumeratorsGiuseppe D'Angelo2018-06-211-0/+11
* | Detect C standard and try using the most recent one (take 2)Allan Sandfeld Jensen2018-04-211-1/+1
|/
* QtCore: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-081-62/+6
* Mark some functions as coldMarc Mutz2017-11-301-0/+4
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-301-3/+3
|\
| * Change fallthrough detection order to fix clang detectionHelio Chissini de Castro2017-11-071-3/+3
* | Add support for C11 static_assert and thread_localThiago Macieira2017-11-211-0/+29
|/
* Blacklist use of [[nodiscard]] with ClangThiago Macieira2017-07-261-1/+2
* Fix modernize-use-bool-literals issuesKevin Funk2017-07-081-2/+2
* Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-071-31/+36
* define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-031-0/+5
* Fix ICC build with Q_FALLTHROUGHThiago Macieira2017-04-261-1/+1
* Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-1/+6
* icc: thread_local in macOS is working since 10.7Thiago Macieira2017-04-171-4/+1
* Update the Clang usual versions for Apple's buildThiago Macieira2017-04-161-1/+5
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-5/+4
|\
| * Use fallthrough attributes only in C++ modeGiuseppe D'Angelo2017-04-031-5/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-31/+3
|\|
| * Re-fix Clang-cl and ICC support on WindowsThiago Macieira2017-01-301-31/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-4/+13
|\|
| * QNX: Fix comments on qcompilerdetection.hRafael Roquetto2017-01-101-4/+13
| * Adjust QNX choicesJames McDonnell2017-01-101-1/+1
* | Fix build for INTEGRITYKimmo Ollila2017-01-131-0/+1
|/
* Fix the warning number for ICC deprecated warningsThiago Macieira2016-12-041-2/+2
* Add a macros for disabling deprecated declaration warningsThiago Macieira2016-11-271-0/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-0/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-0/+3
| |\
| | * Enable constexpr support for Visual Studio 2017Oliver Wolff2016-11-221-0/+3
* | | Fix build with ICC on macOS: <atomic> is properly supportedThiago Macieira2016-11-041-7/+0
* | | Q_FALLTHROUGH: use GCC extensions in non-C++17-codeMarc Mutz2016-10-101-1/+7