summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename new slice() method sliced()Marc Mutz2020-06-111-20/+20
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-111-11/+0
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-10/+0
* Remove most overloads taking a QStringRef from the QString APILars Knoll2020-06-111-8/+0
* Also check QStringView(std::nullptr_t) for constexpr'nessMarc Mutz2020-06-111-0/+8
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-1/+0
* Long live std::pair!Giuseppe D'Angelo2020-06-104-10/+14
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-091-24/+100
* Add QPromise implementationAndrei Golubev2020-06-095-1/+596
* CMake: Fix failing plugin tests on MinGWAlexandru Croitor2020-06-093-0/+19
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-47/+196
* Remove winrtOliver Wolff2020-06-0674-424/+198
* QVariant: remove UB and fix semantics in a testGiuseppe D'Angelo2020-06-061-4/+4
* QString/View: add tokenize() member functionsMarc Mutz2020-06-063-1/+190
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-051-77/+0
* Rework testing of qstr*cmp() functionsEdward Welbourne2020-06-051-79/+81
* CMake: Fix tst_quuid to pass on macOSAlexandru Croitor2020-06-042-1/+17
* CMake: Fix tst_qregexp testAlexandru Croitor2020-06-041-1/+15
* tst_qobject: fix build when exceptions are disabledFabian Kosmale2020-06-041-0/+2
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-042-37/+244
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-041-39/+2
* QStringBuilder: code tidies in the testsGiuseppe D'Angelo2020-06-045-14/+30
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-042-30/+37
* Long live QStringTokenizer!Marc Mutz2020-06-037-1/+345
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-031-0/+47
* QMetaType: create metatype for voidFabian Kosmale2020-06-021-2/+11
* add unit test for QMetaMethod::revisionFabian Kosmale2020-06-021-1/+12
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-023-5/+64
* Stabilize autotestLars Knoll2020-06-011-6/+10