summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Avoid claiming F16C support on non-x86 platformsTor Arne Vestbø2020-07-261-0/+1
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-243-9/+2
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-242-16/+0
* QLogging: purge deprecated qInstallMsgHandler(QtMsgHandler)Edward Welbourne2020-07-232-31/+1
* Deal with macOS not enabling AVX512 state in XCR0Thiago Macieira2020-07-221-18/+50
* QSysInfo: remove deprecated windowsVersion() and macVersion()Edward Welbourne2020-07-223-378/+0
* Update documentation of Qt::TextDateEdward Welbourne2020-07-151-1/+1
* qtypeinfo: Improve container checkFabian Kosmale2020-07-141-6/+13
* Clarify relation between Qt::Keys and Unicode rangesTor Arne Vestbø2020-07-101-101/+114
* Refactor pointer event hierarchyShawn Rutledge2020-07-101-0/+2
* Rename local variable hiding global one with the same nameDimitrios Apostolou2020-07-101-4/+4
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-092-3/+1
* Constrain the comparison operators for our container classesLars Knoll2020-07-081-0/+5
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-081-0/+114
* 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