summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qcompilerdetection.h
Commit message (Expand)AuthorAgeFilesLines
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-031-8/+11
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-1/+3
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-061-0/+5
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-181-2/+2
* Avoid UB in moc generated codeLars Knoll2020-08-071-0/+5
* Avoid claiming F16C support on non-x86 platformsTor Arne Vestbø2020-07-261-0/+1
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-231-0/+6
* Add central macro to disable float comparison warningsMarc Mutz2020-05-161-0/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-0/+8
|\
| * Deprecate QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-04-141-0/+8
* | 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
|\|