summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtWidgets: clean up API removalsMarc Mutz2021-07-271-0/+36
* qSwap: make it constexprGiuseppe D'Angelo2021-07-071-1/+1
* Farewell Q_DISABLE_MOVEGiuseppe D'Angelo2021-05-261-5/+2
* Fix single argument QT_OVERLOADED_MACRO with pedantic warnings enabledTor Arne Vestbø2021-05-181-1/+1
* Long live qToUnderlyingGiuseppe D'Angelo2021-05-181-0/+7
* Make qTerminate available when QT_NO_EXCEPTIONS flag is setAlexey Edelev2021-05-161-1/+1
* Move QNativeInterface helpers to their own header fileTor Arne Vestbø2021-05-101-24/+0
* Tweak naming of QT_OVERLOADED_MACRO variantsTor Arne Vestbø2021-05-041-4/+4
* Long live PRI*QdatatypesGiuseppe D'Angelo2021-04-251-1/+57
* Fixed type integers: streamline the definitionsGiuseppe D'Angelo2021-04-241-7/+2
* Add "QT_DEPRECATED_VERSION_XXX" macrosJiDe Zhang2021-04-121-0/+32
* Enforce __cplusplus >= 201703L on MSVCGiuseppe D'Angelo2021-03-221-0/+10
* Add the 6.2 deprecation macrosGiuseppe D'Angelo2021-03-021-0/+8
* Mark qBadAlloc as [[noreturn]]Giuseppe D'Angelo2021-01-191-1/+1
* Add deprecation warnings for 6.1Giuseppe D'Angelo2020-11-201-0/+8
* Optimize qRoundAllan Sandfeld Jensen2020-11-161-0/+24
* qglobal: Only define QT_ENSURE_STACK_ALIGNED_FOR_SSE for i386Martin Storsjö2020-11-041-1/+1
* Do not #define dynamic_castGiuseppe D'Angelo2020-11-021-13/+0
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-1/+1
* Warn if Q_FOREACH is used with a non-shared containerOlivier Goffart2020-11-021-0/+14
* Whitespace cleanup in corelib/globalAllan Sandfeld Jensen2020-10-211-2/+2
* Add noexcept to d-ptr accessor functionsAllan Sandfeld Jensen2020-10-191-8/+9
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-181-2/+2