summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fix qmake build in developer buildsLeander Beernaert2019-08-161-0/+2
* Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-0628-227/+315
|\
| * QResource: consistently cache resourceList()Marc Mutz2019-08-011-8/+10
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-311-1/+1
| | |\
| | | * qfsfileengine_p.h: Un-inline processOpenModeFlagsOliver Wolff2019-07-301-1/+1
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-303-21/+40
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-302-19/+36
| | |\|
| | | * Move processOpenModeFlags out of QFSFileEngineOliver Wolff2019-07-292-19/+36
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-2/+4
| | |\|
| | | * QResource: fix nullptr-check gone tautologicalMarc Mutz2019-07-261-2/+4
| * | | QStandardPaths: don't build a QHash just to look up one keyMarc Mutz2019-07-291-41/+34
| * | | Port from QStringViewLiteral to u""Marc Mutz2019-07-291-3/+3
| * | | Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-285-22/+28
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-2/+12
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-2/+12
| | |\|
| | | * Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
| * | | QFile: hold engine by unique_ptrMarc Mutz2019-07-195-53/+42
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
| |\| |
| | * | QStandardPaths: update docs to what $HOME is on iOSThiago Macieira2019-07-171-1/+1
| * | | QDir: strip Windows' long-path markers when converting from nativeVolker Hilsheimer2019-07-171-0/+11
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-172-3/+45
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-172-3/+45
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-132-3/+45
| | | |\|
| | | | * QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+1
| | | | * QDirIterator: don't require NFD normalization on Darwin for validityThiago Macieira2019-07-111-3/+44
| * | | | QResource: deprecate isCompressed()Thiago Macieira2019-07-162-17/+34
| |/ / /
| * | | QProcessEnvironment: simplify lockingMarc Mutz2019-07-163-37/+22
| * | | Optimize QInotifyFileSystemWatcherEngine::getPathFromID()Marc Mutz2019-07-151-8/+19
| * | | QFilesystemEngine: fix unused variable warning-turned-error on WASMMarc Mutz2019-07-131-0/+4
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-1/+1
| |\| |
| | * | doc: Add missing class qualifierMartin Smith2019-07-091-1/+1
| * | | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-095-10/+9
* | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-089-38/+54
|\| | |
| * | | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-061-2/+2
| * | | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-2/+2
| * | | Initialize variables to make coverity happyLars Knoll2019-07-051-3/+3
| * | | Fix build without features.inotifyTasuku Suzuki2019-07-051-1/+1
| * | | Use QRegularExpression for filtering in QDirIteratorLars Knoll2019-07-031-10/+28
| * | | QFseventsFileSystemWatcherEngine: port some Java-style iterators to ranged-forMarc Mutz2019-07-031-15/+15
| * | | Port from implicit to explicit atomic pointer operationsMarc Mutz2019-06-291-1/+1
| * | | forkfd: port to loadRelaxed / storeRelaxedGiuseppe D'Angelo2019-06-281-2/+0
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-0/+3
| | |\|
| | * | Android: Make sure that the root file system is in the list of volumesVolker Hilsheimer2019-06-181-2/+2
* | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-2632-173/+184
|\| | |
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | Report correct data when multiple volumes are mounted to the same pathVolker Hilsheimer2019-06-191-0/+3
| * | | QtCore: use new QLatin1String::arg()Marc Mutz2019-06-033-11/+11
| * | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-205-17/+17