summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Make tst_QTemporaryFile::fileTemplate() more informative on failureEdward Welbourne2019-03-191-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-0/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-0/+1
| |\
| | * Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-1/+1
|\| |
| * | Deprecation-fix: don't use QDir::operator=(const QString &)Edward Welbourne2019-03-051-1/+1
* | | Restructure tst_QDir::mkdirRmdir_data()Edward Welbourne2019-03-051-15/+15
|/ /
* | Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2019-02-271-0/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-1924-54/+40
|\|
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-1824-54/+40
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-264-9/+83
|\|
| * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-133-0/+47
| * Make url normalization closer to common browser behaviorJoni Poikelin2018-12-132-9/+36
* | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-232-2/+2
* | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-231-9/+9
* | QUrlQuery: Implement initializer list constructorSamuel Gaist2018-12-091-0/+8
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-083-0/+49
|\|
| * Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-073-0/+49
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-043-3/+9
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-273-3/+9
| |\
| | * Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-263-3/+9
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-2213-62/+77
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-0/+3
| |\|
| | * Modernize the "settings" featureLiang Qi2018-11-151-0/+3
| * | QResourceFileEngine: fix use of mapped files after close()Thiago Macieira2018-11-191-0/+4
| * | QResourceFileEngine: fix map() for compressed filesThiago Macieira2018-11-191-0/+6
| * | tst_QResourceEngine: use QTest::addRow instead of QString concatenationThiago Macieira2018-11-191-23/+23
| * | tst_QResourceEngine: store the actual byte contents that we expectThiago Macieira2018-11-1912-39/+41
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-131-2/+0
|\| |
| * | macOS: Remove blacklist entries for no longer supported OS versionsTor Arne Vestbø2018-11-121-2/+0
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-3/+0
|\| |
| * | Remove QSKIP and bring the test back to businessTimur Pocheptsov2018-10-251-3/+0
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-013-6/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-303-6/+15
| |\|
| | * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-0/+12
| | * Modernize the "filesystemwatcher" featureLiang Qi2018-09-272-6/+3
* | | tst_qfileinfo: Refactor ntfsJunctionPointsAndSymlinks()Friedemann Kleint2018-09-301-47/+107
|/ /
* | darwin: fix tst_qsettings depsOswald Buddenhagen2018-08-291-0/+2
* | Migrate QDir to use QRegularExpressionSamuel Gaist2018-08-191-1/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-171-1/+18
|\|
| * QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-161-1/+18
* | Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-0/+16
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-075-25/+126
|\|
| * QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-035-25/+126
* | Merge branch '5.11' into devEdward Welbourne2018-07-312-18/+32
|\|
| * Fix the fix for mmap() overflow checkThiago Macieira2018-07-251-3/+3
| * Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-15/+29
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-301-0/+10
* | Reduce redundancy and duplication in tst_QFile::appendAndReadEdward Welbourne2018-07-301-6/+5
* | Actually truncate when asked toEdward Welbourne2018-07-301-3/+10