summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix alignment-warnings about Q_DECLARE_PRIVATE's castsEdward Welbourne2019-01-151-4/+10
* | Long live Q_DISABLE_COPY_MOVE!Friedemann Kleint2018-11-241-0/+8
* | Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-311-1/+10
* | Remove QConditional in favor of std::conditional/std::is_unsignedMikhail Svetkin2018-09-051-3/+0
* | Mark qBound/qMin/qMax as constexprMikhail Svetkin2018-08-221-3/+3
|/
* Add QT_TR*_N_NOOP() macrosMateusz Starzycki2018-05-151-0/+4
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-1/+1
|\
| * improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-251-1/+1
* | Support std::unique_ptr and others in Q_DECLARE_PRIVATEJüri Valdmann2018-04-251-2/+2
|/
* q{,Utf8}Printable: avoid creating a copy of a QStringThiago Macieira2018-03-181-2/+3
* qglobal.h: compile Q_UINT64_C in C modeThiago Macieira2018-03-171-0/+5
* moc: Only use the init_priority attribute when targeting windowsMartin Storsjö2018-02-221-1/+1
* Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-051-0/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\
| * Only define QT_FASTCALL on x86_32Martin Storsjö2018-01-181-1/+1