summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* Move warning suppression macros from qglobal.h to qcompilerdetection.hSona Kurazyan2022-08-191-14/+0
* Extract header qtclasshelpermacros.hSona Kurazyan2022-08-191-104/+1
* Extract header qexceptionhandling.h from qglobal.hSona Kurazyan2022-08-191-26/+1
* Move QT_NO_EXCEPTIONS define to qcompilerdetection.hSona Kurazyan2022-08-191-12/+0
* Move macros for Darwin-based operating systems to qsystemdetection.hSona Kurazyan2022-08-131-51/+0
* Move the checks for disabling useless warnings to qcompilerdetection.hSona Kurazyan2022-08-131-31/+0
* Move Q_{OUTOFLINE, INLINE}_TEMPLATE definitions to qcompilerdetection.hSona Kurazyan2022-08-131-7/+0
* Move some compiler-specific macros to qcompilerdetection.hSona Kurazyan2022-08-131-68/+0
* Move Q_OF_ELF/Q_OF_MACH_O macros to qsystemdetection.hSona Kurazyan2022-08-111-7/+0
* Move Qt 6/7 specific macros to qtversionchecks.hSona Kurazyan2022-08-111-52/+0
* Move qMin/qMax/qBound() to a separate qminmax.h headerIvan Solovev2022-08-111-67/+1
* Extract header qtypes.h from qglobal.hSona Kurazyan2022-08-111-134/+1
* Move Q_STATIC_ASSERT* macros to qassert.hSona Kurazyan2022-08-111-29/+4
* Move QT_SHARED, QT_STATIC and QT_CONFIG macos to qtconfigmacros.hSona Kurazyan2022-08-111-39/+1
* Rename qtnamespacemacros.h -> qtconfigmacros.hSona Kurazyan2022-08-111-1/+1
* Remove redundant define for QT_LARGEFILE_SUPPORTSona Kurazyan2022-08-101-4/+0
* Fix QT6_CALL_NEW_OVERLOAD_TAILIvan Solovev2022-08-091-1/+1
* Move Q_CHECK_PTR and related helpers to qassert.hSona Kurazyan2022-08-051-17/+0
* Fix generation of the forward header for QFunctionPointerSona Kurazyan2022-08-051-0/+3
* Extract header qassert.h from qglobal.hSona Kurazyan2022-08-051-27/+3
* Move qt_error_string to qlogging.hSona Kurazyan2022-08-051-4/+0
* Move q{,Utf8, Utf16}Printable to qstring.hSona Kurazyan2022-08-041-18/+0
* Disable constinit for MSVC compilersOliver Wolff2022-08-031-6/+3
* qUtf16Printable: avoid creating a copy of a QStringSona Kurazyan2022-08-021-1/+1
* Extract header qtdeprecationmarkers.h from qglobal.hSona Kurazyan2022-07-311-266/+1
* Extract header qtversionchecks.h from qglobal.hSona Kurazyan2022-07-291-8/+1
* Extract header qenvironmentvariables.h from qglobal.hSona Kurazyan2022-07-291-12/+1
* Move the check for -fPIC compile flag to qcompilerdetection.hSona Kurazyan2022-07-291-7/+0
* Extract header qoverload.h from qglobal.hSona Kurazyan2022-07-291-63/+1
* Extract header qtranslation.h from qglobal.hSona Kurazyan2022-07-291-25/+2
* Remove the unused forward declaration for QDataStream from qglobal.hSona Kurazyan2022-07-291-6/+0
* QT_INLINE_SINCE: take version into accountIvan Solovev2022-07-221-0/+84
* Move minimal compiler version checks to qcompilerdetection.hIvan Solovev2022-07-211-24/+0
* Long live QT6_{DECL,IMPL,CALL}_NEW_OVERLOAD!Marc Mutz2022-07-201-0/+34
* Move numeric functions from qglobal.h to qnumeric.hIvan Solovev2022-07-081-75/+0
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+5
* Revert "qglobal.h: include <stdalign.h> in C mode"Thiago Macieira2022-06-131-1/+0
* qglobal.h: include <stdalign.h> in C modeThiago Macieira2022-06-061-0/+1
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-181-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* Use Q_CC_{GNU,MSVC}_ONLY when comparing to particular versionsMarc Mutz2022-05-061-1/+1
* Add QT_DEPRECATED_VERSION_X macros for 6.7 and 6.8Sona Kurazyan2022-05-021-0/+16
* Add Q_THREAD_LOCAL_CONSTINIT to work around an MSVC bugMarc Mutz2022-04-011-0/+8
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-0/+10
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+2
* Enable -mno-direct-extern-access and ELF protected visibilityThiago Macieira2022-03-101-2/+3
* MSVC: Raise minimum version of Visual Studio 2019 to 16.7Kai Köhne2022-02-241-0/+5
* Split namespace macros from qglobal.h into their own headerFabian Kosmale2022-02-101-73/+1
* qglobal: add a way to selectively export in Qt 6 XOR Qt 7Thiago Macieira2022-02-091-0/+18