summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-241-1/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-43/+1
* Fix test with cmake buildLars Knoll2020-08-161-1/+1
* Constrain the data stream operators for containersLars Knoll2020-08-151-4/+6
* Constrain the debug stream operators for containersLars Knoll2020-08-151-0/+6
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-071-7/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-071-47/+1
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-041-0/+41
* Purge redundant recoding of URL fragments from QByteArrayEdward Welbourne2020-07-271-32/+0
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-261-0/+3
* QUrl: purge deprecated APIEdward Welbourne2020-07-201-2/+0
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-093-18/+18
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0931-49/+49
* CMake: Regenerate testsAlexandru Croitor2020-07-091-1/+1
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-8/+8
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-074-5/+5
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-2/+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
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-2/+0
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-203-2/+162
* Remove winrtOliver Wolff2020-06-0626-197/+90
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-271-180/+7
* Get rid of some QTextCodec leftoversLars Knoll2020-05-143-3/+0
* Get rid of QSettings::iniCodec()Lars Knoll2020-05-141-108/+5
* Port qt_punycodeEncoder() to QStringViewMarc Mutz2020-05-131-1/+1
* Port qt_check_std3rules() to QStringViewMarc Mutz2020-05-131-1/+1
* Port qt_urlRecode() to QStringViewMarc Mutz2020-05-121-6/+6
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-122-82/+82
* 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
* 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
* Port more tests from qtbase/tests/auto/corelib/io/ to CMakeSona Kurazyan2020-05-0432-6/+528
* Remove QTextStream dependency from tst_qfileLars Knoll2020-05-011-15/+6
* Port test over to use QRegularExpressionLars Knoll2020-04-131-6/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-113-4/+12
|\
| * tst_QFileInfo: fix running with systems without /etc/passwdThiago Macieira2020-04-091-4/+5
| * 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+54
|\|
| * forkfd: fix forkfd_wait when FFD_USE_FORK was activeThiago Macieira2020-03-251-2/+54
* | Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-247-0/+193
* | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-111-2/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-2/+5
| |\|
| | * QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-051-2/+5
* | | QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-112-8/+8
|/ /