summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdiriterator/tst_qdiriterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable copy and move of QAbstractFileEngineHandlerEdward Welbourne2024-04-191-0/+6
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-211-4/+4
* wasm: Add qdiriterator test + minor runtime fixesEven Oscar Andersen2024-03-191-4/+12
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-171-1/+1
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-171-2/+3
* QDir{Iterator,Listing}: fix unittestAhmad Samir2024-03-161-6/+6
* tst_qdiriterator: add a test for QFsFileEngineIteratorAhmad Samir2024-02-041-0/+34
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QDirIterator: don't create test dirs/files in the source dirAhmad Samir2024-02-011-33/+10
* tst_qdiriterator: cleanupAhmad Samir2024-01-311-5/+8
* tst_QDirIterator: build with QT_NO_FOREACHAhmad Samir2023-08-191-6/+4
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-171-6/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-4/+5
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-17/+9
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* Remove winrtOliver Wolff2020-06-061-6/+1
* Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-261-9/+9
* Android: fix qdiriterator testMårten Nordheim2018-06-211-9/+9
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\
| * Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
* | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-23/+4
|/
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+14
|\
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-211-1/+14
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Android: Fix QDirIterator testsEskil Abrahamsen Blomfeldt2014-12-221-0/+26
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Test: remove QSKIP in tst_QDirIterator::hiddenDirs_hiddenFilesCaroline Chao2012-10-161-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-4/+4
* Fix qdiriterator autotest build for WEC7.Janne Anttila2012-06-211-1/+1
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-0/+8
* Import QMimeType / QMimeDatabase into QtCore.David Faure2012-02-181-2/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-011-6/+8
* Cleanup corelib autotestsJason McDonald2011-11-291-2/+2
* Cleanup corelib autotestsJason McDonald2011-11-251-17/+17
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-8/+8
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-051-8/+10