summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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/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
* | | Make QIPAddressUtils::toString() const-correct for IPv6Marc Mutz2019-06-152-2/+2
* | | QUrl: replace manual memory management of QUrlPrivate::Error with unique_ptrMarc Mutz2019-06-121-11/+8
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+11
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-0/+11
| |\|
| | * Do not strip off the fragment and query in the qfileselectorJan Arve Sæther2019-06-031-0/+11
* | | Remove the last uses of Java-style iterators in QtCoreMarc Mutz2019-05-232-12/+11
* | | QDebug: add nothrow move special member functionsMarc Mutz2019-06-062-23/+22
* | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-0722-100/+102
* | | rtems: Disable fork feature and fix compilation in corelib/ioMikhail Svetkin2019-06-063-3/+8
* | | QFile: fix coding style violationMarc Mutz2019-06-021-1/+2
* | | corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-296-34/+35
* | | QWindowsFileSystemWatcher: optimize qWarning() useMarc Mutz2019-05-291-12/+10
* | | QFile: share some codeMarc Mutz2019-05-301-14/+13
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-33/+17
|\| |
| * | Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-211-33/+17
* | | QStandardDirs: fix quadratic loopMarc Mutz2019-05-211-8/+4
* | | QFileSystemWatcher: fix quadratic loop by porting away from QMutableListIteratorMarc Mutz2019-05-211-18/+15
* | | QFileSystemWatcherEngines: port some Java-style iterators to ranged-forMarc Mutz2019-05-214-53/+52
* | | QFileSystemWatcher: lock autotest code away into a cold sectionMarc Mutz2019-05-211-21/+22
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\| |