summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-271-7/+7
* QFileInfo: Use new comparison helper macrosRym Bouabid2024-02-141-1/+8
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_QFileInfo: don't trigger libstdc++ std::filesystem bugThiago Macieira2023-09-011-0/+3
* tst_QFileInfo: replace a portion of a macro with a lambdaThiago Macieira2023-09-011-6/+8
* tst_QFileInfo::stdfilesystem: add extra Unicode string testsThiago Macieira2023-09-011-0/+12
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-191-4/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-9/+9
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-081-10/+2
* QFileInfo: use currentDateTimeUtc()Ahmad Samir2023-01-061-4/+4
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-041-21/+21
* Add QFileInfo::readSymLink() to read the raw link pathWang Fei2022-12-231-0/+16
* QFileInfo: add unittest for setFileTime()Ahmad Samir2022-11-011-0/+16
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-171-7/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-2/+4
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-061-0/+58
* Repair tst_qfileinfo on AndroidAndreas Buhr2022-02-161-1/+8
* QNX: Successful check depends on user running testPasi Petäjäjärvi2021-12-121-1/+1
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-051-2/+2
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-3/+3
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-3/+3
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-051-3/+25
* Make bool isSymLink, isJunction inferred from resource.typeKarsten Heimrich2021-06-021-14/+16
* Refactor createSymbolicLink() and createNtfsJunction()Karsten Heimrich2021-06-021-29/+24
* Move createSymbolicLink() to the shared headerKarsten Heimrich2021-06-021-30/+5
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+4
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-071-7/+1
* Remove winrtOliver Wolff2020-06-061-41/+22
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-4/+5
|\
| * tst_QFileInfo: fix running with systems without /etc/passwdThiago Macieira2020-04-091-4/+5
* | Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-241-0/+93
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-11/+14
|\|
| * Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-091-11/+14
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-171-11/+7
|\|
| * Win32: Consolidate registry codeFriedemann Kleint2019-10-141-11/+7
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-1/+1
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-4/+187
| |\
| * \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-081-2/+7
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-0/+2
| |\ \ \
| * | | | Bump version to Qt 6Lars Knoll2019-05-141-1/+1
* | | | | Remove QOperatingSystemVersion::WindowsVistaSona Kurazyan2019-09-051-2/+1
| |_|_|/ |/| | |
* | | | Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-301-82/+107
* | | | Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-161-4/+162
| |_|/ |/| |
* | | Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-051-1/+2
* | | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+4
* | | Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-07-021-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-0/+2
|\ \ | |/ |/|
| * Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-211-0/+2