summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-22/+22
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-141-15/+0
* Avoid UB in moc generated codeLars Knoll2020-08-071-0/+11
* Introduce QByteArrayViewSona Kurazyan2020-07-081-2/+0
* Clarify warning message about PIC/PIEDaniel Kahn Gillmor2020-07-071-1/+1
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-0/+26
* Allow qMin, qMax and qBound for types that can be losslessly convertedLars Knoll2020-06-251-0/+43
* Undef Q_DECL_ENUMERATOR_DEPRECATED when having no deprecation warningsAndy Shaw2020-06-181-0/+2
* Cleanup float-equal warningsLars Knoll2020-06-171-3/+1
* Assume static_assert is available everywhere in C++Giuseppe D'Angelo2020-06-121-1/+3
* qGetPtrHelper: make it work with null d-pointersGiuseppe D'Angelo2020-06-101-1/+1
* Add the Qt 6.0 deprecation macrosGiuseppe D'Angelo2020-04-201-2/+10
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-1/+1
| |\
| | * qglobal.h: remove non-ASCII quotes from commentThiago Macieira2020-01-131-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-2/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-0/+6
| |\|
| | * qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
| * | Deprecate qrand/qsrandAlbert Astals Cid2019-12-111-2/+4
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+1
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1