summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-091-0/+153
* QMultiHash: add a QHash&& constructor and unite() overloadMårten Nordheim2020-11-091-0/+113
* Add tests for QOperatingSystemVersionIvan Solovev2020-11-096-1/+205
* Update CLDR to v38Edward Welbourne2020-11-081-1/+1
* QSharedMemory: do not abuse QChar in a testGiuseppe D'Angelo2020-11-081-2/+2
* QStringView test: avoid narrowingGiuseppe D'Angelo2020-11-071-2/+2
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-071-0/+41
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-071-0/+43
* Use built-in C++ foreach iteration in testsDavid Skoland2020-11-061-2/+2
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-0423-17/+111
* Rename AllocationPosition enum and its membersLars Knoll2020-11-042-20/+20
* Implement QList::emplaceBack as a proper functionAndrei Golubev2020-11-041-1/+1
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-042-63/+25
* Clean up out allocation handlingLars Knoll2020-11-042-131/+98
* Cleanup QArrayDataOps::reallocate() and relatedLars Knoll2020-11-041-1/+2
* Don't move data in QArrayDataOps::reallocate()Lars Knoll2020-11-041-49/+0
* Do not move data around on insert neitherLars Knoll2020-11-041-203/+4
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-042-17/+14
* QArrayDataPointer: redesign (and simplify) growth policyAndrei Golubev2020-11-041-7/+15
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-031-0/+6
* Fix qHash(QMultiHash)Lars Knoll2020-11-031-0/+10
* QProperty: Fix notification logic for eager propertiesFabian Kosmale2020-11-031-1/+28
* Remove std::function from QProperty interfaceFabian Kosmale2020-11-031-0/+22
* Rename QContainerTraits namespace to QContainerInfoLars Knoll2020-11-031-111/+111
* Fix tst_qtimer::zeroTimer unit testAndreas Buhr2020-11-012-3/+3
* Update tst_qcborstreamwriter to use QMetaTypeDavid Skoland2020-10-301-10/+10
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-303-1/+104
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-303-22/+16
* Make QVarLengthArray comparisons hidden friendsAllan Sandfeld Jensen2020-10-301-3/+3
* Add unit tests for QDateTimeParser internalsAndreas Buhr2020-10-301-0/+78
* Remove the comparison operators of QFutureSona Kurazyan2020-10-292-4/+1
* Purge deprecated language and country codes from QLocaleEdward Welbourne2020-10-291-28/+0
* Initialize values in collection testsDavid Skoland2020-10-281-2/+2
* Remove QItemSelectionRange's operator<()Edward Welbourne2020-10-281-141/+0
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-281-0/+4
* QByteArray: make (ap|pre)pend(const QByteArray &) consider reservedMårten Nordheim2020-10-281-0/+12
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-282-9/+9
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-281-10/+12
* Revert "QObject: simplify part of connection logic"Fabian Kosmale2020-10-271-0/+20
* Fix tst_QDeadlineTimer::stdchrono() flaky testJarek Kobus2020-10-272-53/+34
* Add unit tests for qdatetimeparserAndreas Buhr2020-10-236-0/+89
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-231-2/+2
* Deprecate QVariant::TypeLars Knoll2020-10-237-35/+43
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-231-1/+26
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-2/+2
* Add unit test for malformed RFC2822 datesAndreas Buhr2020-10-221-1/+11
* Fix strange capacity check in tst_QString::append_special_casesAndrei Golubev2020-10-211-1/+2
* QRandomGenerator: add 64-bit bounded() versionsThiago Macieira2020-10-201-6/+83
* Auto tests: Fix some MSVC warnings about integer conversionsFriedemann Kleint2020-10-211-1/+1
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-202-3/+3