summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemiterator_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemIterator/Darwin: enforce NFC encoding in QStringThiago Macieira2024-02-221-1/+9
* QFileSystemIterator/Unix: use QStringDecoderAhmad Samir2024-02-091-16/+18
* QFileSystemIterator: simplify the constructorAhmad Samir2024-02-031-4/+1
* QFileSystemIterator: set errno to 0 before calling readdir()Ahmad Samir2024-02-031-0/+12
* QFileSystemIterator: manage dirstream with unique_ptrAhmad Samir2024-02-031-10/+4
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Remove QTextCodec dependency from qfilesystemiteratorLars Knoll2020-05-141-37/+2
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-1/+1
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-1/+5
|\
| * Build fix for -developer-build with certain features disabledGuy Poizat2019-10-041-0/+2
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-1/+3
| |\
| | * Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-09-241-1/+3
* | | Fix qmake build in developer buildsLeander Beernaert2019-08-161-0/+2
|/ /
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-3/+44
|\|
| * QDirIterator: don't require NFD normalization on Darwin for validityThiago Macieira2019-07-111-3/+44
* | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-3/+3
|/
* QDirIterator: Skip inconvertible file names on UnixAlexander Volkov2017-11-141-5/+12
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-38/+0
|\
| * Stop using readdir_r: glibc deprecated it and it's not a good ideaThiago Macieira2016-11-031-38/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QNX: Fix QDir::entryInfoList()Bernd Weimer2014-04-141-7/+8
* QNX: Make use of _readdir64_rBernd Weimer2013-11-251-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QNX: Use extra information in dirent to avoid stat() callsThomas McGuire2012-10-191-1/+17
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+117