summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* qglobal: Move the export macros further up in the fileThiago Macieira2022-02-091-31/+29
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-011-36/+0
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-0/+9
* Extract Header qforeach.h from qglobal.hMarc Mutz2021-12-301-80/+1
* CMake: don't treat Q_CORE_EXPORT specialMarc Mutz2021-12-201-7/+4
* Re-enable parsing Qt code with LLVM (Qt for Python)Friedemann Kleint2021-12-091-1/+1
* qBound: add an assert on !(upper < lower)Giuseppe D'Angelo2021-12-061-53/+67
* Add missing QT_TRID_N_NOOP definitionLucie Gérard2021-11-181-0/+1
* qglobal.h: Do not include <algorithm>Fabian Kosmale2021-10-291-2/+0
* Add suffixes to loop variables for Q_FOREACHIevgenii Meshcheriakov2021-10-131-4/+9
* MSVC: enforce that we are under /permissive-Giuseppe D'Angelo2021-09-291-0/+9
* Encourage use of QT_VERSION_CHECK()Edward Welbourne2021-09-201-2/+2
* Add a conditional noexcept specification to qExchangeGiuseppe D'Angelo2021-09-081-0/+1
* Forward declare Objective-C classes as class, not typedef objc_objectTor Arne Vestbø2021-08-171-1/+1
* Correct a #include in a comment in qglobal.hEdward Welbourne2021-07-301-1/+1