summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Port more tests from tests/auto/corelib/tools to CMakeSona Kurazyan2020-04-2912-15/+179
* | Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-2715-11/+290
* | QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-241-0/+25
* | QFuture: the result type doesn't have to be a default-constructibleVitaly Fanaskov2020-04-231-0/+37
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-0/+5
|\|
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-0/+5
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-222-5/+77
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-222-5/+77
| |\|
| | * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)MÃ¥rten Nordheim2020-04-161-5/+65
| | * QCborValue: fix the move-assignment operatorv5.15.0-beta4Thiago Macieira2020-04-111-0/+12
* | | Fix assigning int QFlag-type propertiesFriedemann Kleint2020-04-221-0/+51
|/ /
* | Make continuations work with move-only typesSona Kurazyan2020-04-181-1/+58
* | Fix digit grouping when digits are surrogat pairsEdward Welbourne2020-04-171-37/+123
* | Clean up memoryLars Knoll2020-04-171-0/+1
* | Simplify signature of untyped property bindingsSimon Hausmann2020-04-171-10/+6
* | Remove QString::from/toAscii()Lars Knoll2020-04-161-29/+0
* | QObject: overhaul narrowing detectionGiuseppe D'Angelo2020-04-151-201/+67
* | Remove QRegExp support from QSortFilterProxyModelLars Knoll2020-04-158-145/+8
* | Port test over to use QRegularExpressionLars Knoll2020-04-131-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-115-4/+234
|\|
| * tst_QFileInfo: fix running with systems without /etc/passwdThiago Macieira2020-04-091-4/+5
| * QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-0/+54
| * QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-0/+71
| * QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+97
| * tst_QSaveFile: skip test that fails when run as rootThiago Macieira2020-04-081-0/+4
| * QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-0/+3
* | Change qHashBits to use MurmurHash2Lars Knoll2020-04-091-11/+5
* | Implement emplace() for QHash and QMultiHashLars Knoll2020-04-091-6/+79
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-098-33/+33
* | new QCache implementationLars Knoll2020-04-091-0/+16
* | New QHash implementationLars Knoll2020-04-093-34/+54
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0813-44/+383
|\|
| * tst_QScopeGuard: Fix build by giving template parameters explicitlyKari Oikarinen2020-04-061-2/+2
| * Fix deprecation warning in tst_QLocale()'s use of QProcess::start()Edward Welbourne2020-04-031-1/+1
| * Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-5/+5
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-315-20/+235
| |\
| | * tst_QCborValue: Prepare for 64-bit QVectors in Qt 6Thiago Macieira2020-03-271-7/+15
| | * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-275-16/+223
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-271-0/+54
| |\|
| | * QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-251-0/+54
| * | Make tst_QRandomGenerator::qualityReal() test more stableSona Kurazyan2020-03-251-3/+3
| * | forkfd: fix forkfd_wait when FFD_USE_FORK was activeThiago Macieira2020-03-251-2/+54
| * | qeasingcurve/tst_qeasingcurve: Fix for MinGW 8.1 x86Cristian Adam2020-03-201-2/+2
| * | QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-8/+22
* | | QProperty: Add support for member function change handlersSimon Hausmann2020-04-061-0/+20
* | | QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-2/+2
* | | Add support of failure handler callbacks to QFutureSona Kurazyan2020-04-011-0/+333
* | | Store QFuture exceptions as std::exception_ptrSona Kurazyan2020-04-011-16/+86
* | | Enable qmetatype test with CMakeFabian Kosmale2020-04-012-1/+2
* | | Make QLocale(QString) explicitLars Knoll2020-04-016-11/+12