summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-0/+61
* Sort out the overflow cases in tst_QDateTimeEdward Welbourne2020-08-111-13/+12
* Fix handling of last second in 1969Edward Welbourne2020-08-111-0/+12
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-071-7/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-071-47/+1
* tst_QStringConverter: fix some deprecation warningsEdward Welbourne2020-08-071-10/+11
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-064-8/+0
* QMap: fix insert() rvalue overloadsGiuseppe D'Angelo2020-08-061-0/+97
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-063-72/+76
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-2/+28
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-041-0/+41
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-0/+29
* Remove const volatile qualifier on return type in testTor Arne Vestbø2020-08-041-6/+6