summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Get rid of unsharable containersLars Knoll2019-10-301-9/+3
* | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-47/+0
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-4/+8
|\|
| * Goodbye showYellowThingTor Arne Vestbø2019-08-221-4/+0
| * Deprecate QStringViewLiteralMarc Mutz2019-08-101-0/+8
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-061-3/+27
|\|
| * Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-161-3/+4
| * Centralize the MSVC work-around for std::is_permutationMarc Mutz2019-07-121-0/+23
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-1/+1
|\|
| * Fix deep-const-correctness of qGetPtrHelper() for smart pointersMarc Mutz2019-06-151-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-1/+10
|\|
| * Fix definition of QT_DEPRECATED_SINCEKai Koehne2019-06-041-1/+1
| * Short live qExchange()!Marc Mutz2019-05-141-0/+9
* | Bump version to Qt 6Lars Knoll2019-05-141-1/+2
|/
* Add warning suppression for icc when comparing floating-point valuesEdward Welbourne2019-05-071-0/+1
* qIsNull: redo implementationGiuseppe D'Angelo2019-05-021-26/+10
* Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-021-3/+3
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+1
* QtBase: introduce QT_DEPRECATED_VERSION/QT_DEPRECATED_VERSION_XChristian Ehrlicher2019-04-251-0/+53
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-16/+16
|\
| * Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-16/+16
* | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-2/+2
|/
* Enable deprecation warnings by defaultGiuseppe D'Angelo2019-02-021-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-4/+10
|\