summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-09204-290/+288
* CMake: Regenerate testsAlexandru Croitor2020-07-095-12/+19
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-082-59/+59
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-081-0/+97
* Introduce QByteArrayViewSona Kurazyan2020-07-085-0/+611
* Add tst_QByteArrayApiSymmetry testSona Kurazyan2020-07-086-334/+859
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-071-6/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0711-42/+42
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-0750-426/+375
* Rename from() to sliced()Lars Knoll2020-07-061-2/+2
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-061-0/+30
* Port QString to qsizetypeLars Knoll2020-07-062-32/+32
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* Allow allocating more than 2G items in a vectorLars Knoll2020-07-061-30/+39
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-064-79/+16
* Get rid of unused flags in QArrayDataLars Knoll2020-07-062-21/+5
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-062-43/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-065-37/+74
* Refactor tst_CollectionsLars Schmertmann2020-07-061-20/+50
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-033-12/+12
* Remove deprecated empty macroLars Schmertmann2020-07-021-1/+0
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-025-30/+59
* Update tests/auto/corelib/time/'s CMake configEdward Welbourne2020-07-025-1/+15
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-023-147/+0
* Replace a constant with a predicate function using itEdward Welbourne2020-07-011-6/+8
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-015-2/+52
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-291-1/+1
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-291-0/+28
* CMake: Skip building tst_qprocess test when cross compilingAlexandru Croitor2020-06-261-1/+6
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-261-0/+12
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+1
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-20/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-251-0/+131
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-251-0/+22
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-255-18/+1
* Allow qMin, qMax and qBound for types that can be losslessly convertedLars Knoll2020-06-255-0/+31
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-242-3/+46
* QPair: add a check that SB works as expectedMarc Mutz2020-06-241-0/+51
* Use ranged for loops in place of foreach in QTimeZone testsEdward Welbourne2020-06-238-13/+15
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-232-1/+8
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-231-0/+62
* QVarLengthArray: add missing move special member functionsMarc Mutz2020-06-221-15/+77
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-2010-388/+389
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-2024-2845/+3
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-1924-181/+185
* Document QPromise APIAndrei Golubev2020-06-182-0/+222
* Remove unused functionality from QTypeInfoLars Knoll2020-06-182-3/+0
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-1/+1
* Remove deprecated methodsLars Knoll2020-06-122-44/+0