summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdir
Commit message (Expand)AuthorAgeFilesLines
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-5/+5
* tst_qdir: optimize setPath() testAhmad Samir2024-03-211-0/+1
* tst_qdir: don't use the source dir for testingAhmad Samir2024-03-191-5/+25
* QDir: Use QT_TEST_EQUALITY_OPS macro in unit-testsRym Bouabid2024-02-151-6/+2
* QDir: Use new comparison helper macrosRym Bouabid2024-02-132-6/+15
* Change license for tests filesLucie Gérard2024-02-043-3/+3
* tst_QDir: compile with QT_NO_FOREACHAhmad Samir2023-08-191-8/+6
* tst_QDir: port Q_FOREACH with QList::removeIfAhmad Samir2023-08-191-10/+5
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-172-8/+0
* QDir: use QCollator when doing locale-aware sortingAhmad Samir2023-02-101-0/+6
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-081-4/+1
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-17/+17
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-242-5/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-192-2/+2
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-171-4/+3
* Add license headers to cmake filesLucie Gérard2022-08-032-0/+6
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-282-2/+2
* 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
|\|