summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdir
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-163-82/+7
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-20/+22
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* QNX: Skip failing testPasi Petäjäjärvi2021-12-121-0/+3
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-0/+47
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-1/+1
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-4/+4
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-0/+5
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-304-3/+6
* Compile autotests for IntegrityTatiana Borisova2021-09-201-1/+7
* Remove conditioning on Android embeddedEdward Welbourne2021-09-172-6/+7
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-3/+1
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-051-1/+14
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-111-0/+4
* Remove the qmake project filesJoerg Bornemann2021-01-071-16/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-5/+5
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-261-0/+3
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-092-5/+5
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-2/+2
* Remove winrtOliver Wolff2020-06-061-30/+10
* Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-242-0/+43
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-2/+2
|\
| * Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-2/+2
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\|
| * Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-1/+1
* | Regenerate tests/auto/corelib/ioAlexandru Croitor2019-11-121-8/+16
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-2/+0
|\|
| * Remove CFBundleGetInfoString from Info.plist templatesTor Arne Vestbø2019-10-041-2/+0
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-0/+2
|\|
| * QDir: strip Windows' long-path markers when converting from nativeVolker Hilsheimer2019-07-171-0/+2
* | Regenerate coreliob/io testsAlexandru Croitor2019-08-152-0/+104
|/
* 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
|/
* 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-131-7/+2
* Migrate QDir to use QRegularExpressionSamuel Gaist2018-08-191-1/+0
* Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-15/+29
* tst_qdir: Fix absoluteFilePath for winrtOliver Wolff2018-04-161-0/+3
* Make sure QDir::absoluteFilePath("/dir") includes a drive on MSEdward Welbourne2018-03-121-6/+12
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-202-4/+4
* Remove unnecessary VxWorks ifdefJake Petroules2017-09-181-2/+0
* Exclude tst_QDir::mkdirOnSymlink on Unix platforms without symlinksJake Petroules2017-09-151-1/+1
* Refactor tst_qdir::entryList()Friedemann Kleint2017-07-291-30/+69
* Fix tst_QDir::emptyDirOliver Wolff2017-06-081-2/+5
* Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-0/+52
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-41/+24
|\