summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* qglobal.h: centralize the __ASSEMBLER__ checkThiago Macieira2023-01-111-6/+7
* qglobal.h: remove __ASSEMBLER__ checkMarc Mutz2022-12-081-2/+0
* Move qVersion() into it's own headerMarc Mutz2022-12-081-0/+1
* Move qt_noop() into a separate headerIvan Solovev2022-10-061-1/+1
* Move the rest of macros from qglobal to QtPreprocessorSupportIvan Solovev2022-10-061-16/+1
* Move qAsConst() and qExchange() to QtTypeTraitsIvan Solovev2022-10-061-18/+0
* Move QFunctionPointer typedef to a separate headerIvan Solovev2022-10-061-5/+1
* Rename the header qtypetraits.h -> qttypetraits.hSona Kurazyan2022-09-301-1/+1
* Rename the header qtranslation.h -> qttranslation.hSona Kurazyan2022-09-301-1/+1
* Rename the header qenvironmentvariables.h -> qtenvironmentvariables.hSona Kurazyan2022-09-301-1/+1
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-011-13/+0
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-15/+0
* Extract header qdarwinhelpers.h from qglobal.hSona Kurazyan2022-08-301-24/+1
* Move QT_ASCII_CAST_WARN macro from qglobal.h to qtdeprecationmarkers.hSona Kurazyan2022-08-301-7/+0
* Move definition of QT_DEBUG from qglobal.h to qtconfigmacros.hSona Kurazyan2022-08-301-8/+0
* Move qSharedBuild() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-08-291-2/+0
* Move definition of QT_MOC_COMPAT from qgloabl.h to qtconfigmacros.hSona Kurazyan2022-08-251-8/+0
* Extract header qmalloc.h from qglobal.hSona Kurazyan2022-08-251-4/+1
* Extract header qtypetraits.h from qglobal.hSona Kurazyan2022-08-251-7/+1
* Extract header qswap.h from qglobal.hSona Kurazyan2022-08-251-35/+1
* Extract header qtresource.h from qglobal.hSona Kurazyan2022-08-251-7/+1
* Extract header qconstructormacros.h from qglobal.hSona Kurazyan2022-08-251-22/+1
* Remove QT_MODULE defineSona Kurazyan2022-08-241-2/+0
* Move Q_AUTOTEST_EXPORT to qtconfigmacros.hSona Kurazyan2022-08-241-21/+0
* 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