summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Cleanup QTypeInfoLars Knoll2020-08-261-118/+11
* QIODevicePrivate: rearrange class membersAlex Trotsenko2020-08-241-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-222-3/+5
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-201-1/+1
* Tidy up qnamespace.qdoc's enums' \omitvalue entriesEdward Welbourne2020-08-201-39/+36
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-0/+1
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-181-2/+2
* Follow through on ### Qt6 comments in qglobal.hEdward Welbourne2020-08-181-20/+0
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-1/+1
* Remove dead code in qrandomVolker Hilsheimer2020-08-171-25/+0
* Remove friend declarations that aren't requiredLars Knoll2020-08-151-2/+0
* Constrain the data stream operators for containersLars Knoll2020-08-151-0/+11
* Constrain the debug stream operators for containersLars Knoll2020-08-151-0/+19
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-149-116/+116
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-144-106/+1
* CMake: Allow specifying a sysconfdir that's outside the prefixAlexandru Croitor2020-08-131-1/+1
* Avoid UB in moc generated codeLars Knoll2020-08-072-0/+16
* Remove deprecated binary json featureEdward Welbourne2020-07-311-1/+0
* Add float->qfloat16 rounding and fix the testsAllan Sandfeld Jensen2020-07-311-2/+14
* Document run-time acceleration of using the conversions functionsAllan Sandfeld Jensen2020-07-301-0/+10
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-293-0/+32
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-5/+5
* 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