summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfile
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-3/+3
* tst_qfile: skip trash bin test on webOSJanne Juntunen2022-06-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-162-57/+7
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-1/+3
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-041-0/+52
* tst_qfile: Remove unused methodsIevgenii Meshcheriakov2021-11-031-2/+0
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-031-23/+0
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-4/+3
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-141-0/+18
* tst_QFile: fix GCC -Wignored-qualifiersMarc Mutz2021-07-091-2/+5
* tst_QFile: confirm behavior is the same on pipes and socketpairsThiago Macieira2021-05-181-2/+75
* Fix warnings from deprecated posix functionsVolker Hilsheimer2021-04-281-3/+3
* Disable security warnings from MSVC in testsVolker Hilsheimer2021-03-171-0/+2
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-6/+4
* Android: skip tst_QFile::moveToTrash()Assam Boudjelthia2021-01-192-3/+3
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-87/+0
* Android: exclude tst_QFile::moveToTrash on AndroidAssam Boudjelthia2021-01-111-0/+3
* Remove the qmake project filesJoerg Bornemann2021-01-073-36/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+6
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* tst_QFile: add a couple more sequential Unix device filesThiago Macieira2020-12-101-1/+10
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-233-17/+17
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-29/+29
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-092-16/+16
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-2/+1
* Remove winrtOliver Wolff2020-06-065-40/+18
* 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
* Port more tests from qtbase/tests/auto/corelib/io/ to CMakeSona Kurazyan2020-05-042-2/+2
* Remove QTextStream dependency from tst_qfileLars Knoll2020-05-011-15/+6
* Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-243-0/+54
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+140
|\
| * On Windows 7, fall back to SHFileOperation to avoid confirmation dialogsVolker Hilsheimer2020-02-071-3/+0
| * Add QFile::moveToTrash, which moves a file to the trashVolker Hilsheimer2020-02-051-0/+143
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-2/+2
|\|
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
* | Post merge fixesLeander Beernaert2019-11-252-2/+0
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-0/+4
|\|
| * QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-241-0/+4
* | Regenerate tests/auto/corelib/ioAlexandru Croitor2019-11-121-3/+0
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-153-14/+31
|\|
| * unblacklist passing testsDaniel Smith2019-07-081-7/+0
* | Regenerate coreliob/io testsAlexandru Croitor2019-08-153-15/+114
* | Regenerate CMakeLists for tests/corelib/ioJędrzej Nowacki2019-08-122-0/+70
|/
* Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
* Prefix QTextStream operators with Qt:: in testsLars Knoll2019-05-031-2/+2
* Reduce redundancy and duplication in tst_QFile::appendAndReadEdward Welbourne2018-07-301-6/+5