summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce QByteArrayViewSona Kurazyan2020-07-081-2/+0
* Rewrite AA_MacDontSwapCtrlAndMeta documentationTor Arne Vestbø2020-07-071-7/+18
* 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
* CMake: Hard-code QT_CONFIGURE_CROSSBUILD to 0Joerg Bornemann2020-07-011-0/+1
* Fix warning about missing QT_BEGIN_NAMESPACE in qsimd.hTor Arne Vestbø2020-06-301-0/+3
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-291-1/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-293-4/+3
* Remove some long-deprecated methods of QLibraryInfoEdward Welbourne2020-06-292-52/+0
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+0
* Improve castingAllan Sandfeld Jensen2020-06-251-5/+5
* Allow qMin, qMax and qBound for types that can be losslessly convertedLars Knoll2020-06-251-0/+43
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-231-0/+6
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* Remove deprecated roles BackgroundColorRole and TextColorRoleChristian Ehrlicher2020-06-201-4/+0
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-3/+0
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-197-27/+27
* Fix note alignmentAndreas Schwab2020-06-191-1/+1
* Remove unused functionality from QTypeInfoLars Knoll2020-06-181-31/+1
* Undef Q_DECL_ENUMERATOR_DEPRECATED when having no deprecation warningsAndy Shaw2020-06-181-0/+2
* Cleanup float-equal warningsLars Knoll2020-06-173-8/+3
* Assume static_assert is available everywhere in C++Giuseppe D'Angelo2020-06-121-1/+3
* Port QLibraryInfo from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* qGetPtrHelper: make it work with null d-pointersGiuseppe D'Angelo2020-06-101-1/+1
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-082-5/+0
* Remove winrtOliver Wolff2020-06-068-103/+17
* Enforce two's complement integersGiuseppe D'Angelo2020-06-041-0/+4
* Add Q_OS_WEBOS to qsystemdetectionDominik Holland2020-06-031-0/+4
* Support qbswap for all integral typesLars Knoll2020-06-011-41/+13
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-1/+1
* Extend QTypeInfoMerger to more than four argumentsMarc Mutz2020-05-191-15/+11
* Fix relocated Qt to be found when its path has non-ASCII charactersAlexandru Croitor2020-05-191-3/+3
* Add central macro to disable float comparison warningsMarc Mutz2020-05-161-0/+6
* Remove qtextcodec.h from the pch for Qt CoreLars Knoll2020-05-141-3/+0
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-3/+2
* Fix crash on macOS with -qtlibinfix'ed QtJoerg Bornemann2020-05-131-2/+5
* QtCore/Windows: fix deprecated QChar conversionsFriedemann Kleint2020-05-131-1/+1
* Fix minor errors in ISODate and RFC2822Date formats' documentationEdward Welbourne2020-05-081-10/+13
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-082-42/+0
* CMake: Make build system of installed Qt more relocatableAlexandru Croitor2020-05-071-3/+3
* Fix build of rdrand & rdseed with ICC on LinuxThiago Macieira2020-05-061-8/+20
* Remove some leftover includes of QRegExpLars Knoll2020-05-061-1/+1
* Remove QRegExp from the bootstrap libraryLars Knoll2020-05-061-0/+4
* Compile QRegularExpression into qmakeLars Knoll2020-05-051-4/+0
* Extend qbswap to charNN_tMarc Mutz2020-04-301-0/+11
* Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-242-30/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-223-1/+11
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-201-1/+1
| |\
| | * doc: AA_DisableSessionManager was added in 5.14Liang Qi2020-04-201-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-201-0/+2
| |\|