summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+129
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-127-130/+130
* Use QChar::fromUcs4() moreMarc Mutz2020-05-122-4/+4
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-113-9/+56
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-7/+31
* tst_stringview: remove dead codeMarc Mutz2020-05-081-54/+0
* tst_qstringview: modernize functions in help namespaceMarc Mutz2020-05-081-4/+4
* tst_qstringapisymmetry: test split() with char16_t sepsMarc Mutz2020-05-081-1/+5
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+31
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-10/+0
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-082-81/+70
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-081-8/+18
* Handle disk full situations by skipping QFile::moveToTrash testVolker Hilsheimer2020-05-071-3/+9
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-071-8/+12
* Remove Perforce commands from setupSuite.shThiago Macieira2020-05-051-3/+1
* tst_QProcess: create a more reliable crashingThiago Macieira2020-05-051-6/+25
* tst_QResourceEngine: fix the order of arguments to QCOMPAREThiago Macieira2020-05-051-2/+2
* QChar: make std::hash'ableMarc Mutz2020-05-051-0/+7
* 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