summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-053-194/+3
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-044-0/+247
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-044-0/+247
| |\
| | * QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-012-0/+40
| | * QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-0/+8
| | * QCborValue: add tests of parsing invalid ISO date-time stringsThiago Macieira2020-04-301-4/+72
| | * QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-0/+15
| | * QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-0/+109
| | * Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-0/+7
* | | Port more tests from qtbase/tests/auto/corelib/io/ to CMakeSona Kurazyan2020-05-0432-6/+528
|/ /
* | Remove useless codeLars Knoll2020-05-011-8/+0
* | Remove QTextStream dependency from tst_qfileLars Knoll2020-05-011-15/+6
* | Fix crash when using QProperty<T>::setBinding(Functor ...)Simon Hausmann2020-04-301-0/+12
* | CMake: Fix build of qlogging test on MinGWAlexandru Croitor2020-04-301-1/+1
* | 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
| |\