summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disallow promotion of bool and char in qMin and friendsLars Knoll2020-10-161-1/+3
* QOverload helpers: further cleanupsGiuseppe D'Angelo2020-10-161-3/+3
* Floating point function helpers: code tidiesGiuseppe D'Angelo2020-10-161-6/+6
* QtPrivate::Deprecated_t: code tidiesGiuseppe D'Angelo2020-10-161-1/+1
* QOverload helpers: code tidiesGiuseppe D'Angelo2020-10-151-10/+4
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-141-0/+6
* Drop qt_is_permutationGiuseppe D'Angelo2020-10-141-23/+0
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-8/+13
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-10/+10
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-0/+45
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-031-1/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-6/+6
* Normalize roundingAllan Sandfeld Jensen2020-09-161-4/+4
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-5/+1
* Get rid of QEnableIfLars Knoll2020-09-111-6/+0
* Remove pre-C++17 code pathLars Knoll2020-09-111-17/+0
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-061-10/+10
* Purge qalgorithm.h of deprecated APIEdward Welbourne2020-08-281-0/+1
* Follow through on ### Qt6 comments in qglobal.hEdward Welbourne2020-08-181-20/+0