summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-262-4/+26
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-0/+1
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-0/+26
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-252-59/+204
* Fix QPromise snippets: use QScopePointer instead of QPointerAndrei Golubev2020-08-261-7/+7
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-251-0/+31
* Cleanup QTypeInfoLars Knoll2020-08-268-30/+38
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-251-0/+11
* tst_qobject: Enable build with CMakeFabian Kosmale2020-08-253-2/+3
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-2411-7292/+0
* QByteDataBuffer: add readPointer functionality using QByteArrayViewMÃ¥rten Nordheim2020-08-241-0/+55
* Deprecate int based convert/canConvertLars Knoll2020-08-243-11/+11
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-2411-25/+26
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-242-7/+4
* Remove an unused enum value and document another oneLars Knoll2020-08-242-26/+27
* Move conversions to and from *Iterables into QMetaTypeLars Knoll2020-08-241-0/+4
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-244-10/+12
* Move enum conversions over into QMetaTypeLars Knoll2020-08-241-5/+0
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-241-5/+0
* Fix compiler warnings in autotestLars Knoll2020-08-241-1/+2
* Always use the variants internal space if possibleLars Knoll2020-08-241-1/+3
* Refactor Q*IterableLars Knoll2020-08-241-11/+8
* Cleanups in the Iterable classesLars Knoll2020-08-241-9/+9
* Cleanups in QSequentialIterableLars Knoll2020-08-241-3/+3
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-244-50/+45
* [trivial] tst_qstringapisymmetry: remove remnants of from() experimentMarc Mutz2020-08-231-10/+14
* Port QLatin1String to qsizetype and add narrow-contract substring functionsMarc Mutz2020-08-232-1/+7
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-0/+28
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-231-0/+21
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-3/+3
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-2017-3139/+237
* QMetaType: specialize typenameHelper for std::pairFabian Kosmale2020-08-191-4/+0
* QMultiMap: fix remove(Key, T) when key/value belong to the mapGiuseppe D'Angelo2020-08-191-0/+171
* Add QArrayDataPointer::freeSpace*() functionsAndrei Golubev2020-08-181-0/+39
* Separate exception safety primitives from operationsAndrei Golubev2020-08-183-2/+613
* Refine precoditions and logic of array operationsAndrei Golubev2020-08-181-4/+9
* Extend array operations tests with extra casesAndrei Golubev2020-08-182-15/+481
* Fix compiler warning about implict cast to doubleLars Knoll2020-08-161-1/+1
* Fix test with cmake buildLars Knoll2020-08-161-1/+1
* Constrain the data stream operators for containersLars Knoll2020-08-152-4/+14
* Constrain the debug stream operators for containersLars Knoll2020-08-151-0/+6
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-152-38/+38
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-1413-31/+31
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-147-94/+1
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-19/+19
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-0/+153
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-132-48/+45
* Restrict comparison of variantsLars Knoll2020-08-132-24/+36
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-17/+0
* QCborValue: add support for QCOMPARE string outputThiago Macieira2020-08-121-2/+138