summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop constexpr from QAtomicTraits::isLockFree()Edward Welbourne2020-10-202-8/+10
* QAssociativeIterable: Unwrap variants on value()Ulf Hermann2020-10-191-0/+14
* QAssociativeIterable: Add methods to add/remove keys and valuesUlf Hermann2020-10-191-0/+10
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-191-43/+84
* Tidy up tst_QLocale::ctor(), reduce needless repetitionEdward Welbourne2020-10-191-21/+21
* Fix blatant typo in QTimeZone testEdward Welbourne2020-10-191-8/+6
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-193-1/+7
* Remove vacuous tst_QLocale::cleanupTestCase()Edward Welbourne2020-10-191-4/+0
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-191-0/+3
* Add function to access QLockFile's file nameShantanu Tushar2020-10-181-0/+1
* tst_containerapisymmetry: code tidiesGiuseppe D'Angelo2020-10-181-174/+18
* Split QMutex and QRecursiveMutexLars Knoll2020-10-171-1/+1
* Fix some compiler warnings from testsVolker Hilsheimer2020-10-162-3/+3
* Fix warning in test: unused capture in lambdaVolker Hilsheimer2020-10-161-1/+1
* Rename QPromise starting and finishing methods to start and finishAndrei Golubev2020-10-162-36/+36
* Make QPromise::addResult() return boolean status of operationAndrei Golubev2020-10-162-51/+51
* Fix warning: helper functions are only used on some platformsVolker Hilsheimer2020-10-161-2/+2
* Fix compile time type normalization codeLars Knoll2020-10-142-4/+42
* Reject overwrites by the same index in QPromise::addResult()Andrei Golubev2020-10-132-6/+195
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-10-131-2/+2
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-131-0/+15
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-121-0/+8
* Handle notifier list modification during iterationFabian Kosmale2020-10-121-0/+53
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-121-6/+6
* Clear pending results in ResultStoreAndrei Golubev2020-10-091-0/+75