summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Use list-initialization moreMarc Mutz2017-04-201-2/+1
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-209-66/+87
|\
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-1/+1
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-2/+2
| * Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-192-2/+2
| * Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-182-2/+2
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-5/+5
| |\
| | * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-121-5/+5
| * | QProcess: fix Unix buildJake Petroules2017-04-111-0/+4
| * | Optimize QLoggingSettingsParserMarc Mutz2017-04-102-39/+51
| * | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-19/+2
| * | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-072-0/+22
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-0/+1
|\| |
| * | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-043-9/+6
|\| |
| * | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-302-5/+3
| * | Use QStringBuilder moreAnton Kudryavtsev2017-03-301-2/+1
| * | Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
| * | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-1/+1
* | | QProcess::startDetached: support nativeArguments on WindowsJoerg Bornemann2017-04-011-10/+16
* | | Simplify QFSFileEngine code: QFile does not require bufferingThiago Macieira2017-03-313-96/+17
* | | QProcess::startDetached: support custom process environmentJoerg Bornemann2017-03-312-2/+23
* | | Simplify Unix implementation of QProcess::start{Process|Detached}Joerg Bornemann2017-03-312-65/+28
* | | Add non-static QProcess::startDetachedJoerg Bornemann2017-03-315-21/+62
* | | Port QResourceRoot::mappingRootSubdir() to QStringSplitterMarc Mutz2017-03-301-16/+16
* | | Optimize qIsEffectiveTLD()Marc Mutz2017-03-301-19/+23
* | | QResource: use QStringViewMarc Mutz2017-03-301-10/+8
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-289-33/+56
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
| |\|
| | * Fix some warnings found by QNX's compilerThiago Macieira2017-03-251-1/+1
| * | QDir: replace QLVA<QChar> with QVLA<ushort>Marc Mutz2017-03-251-23/+24
| * | QStorageInfo: Fix warning about unused variableThiago Macieira2017-03-231-0/+2
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-216-9/+29
| |\|
| | * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-4/+7
| | * Work around Linux libc overflow in mmap64Thiago Macieira2017-03-171-1/+14
| | * Fix QStandardPaths values on Apple Platforms containing URL encodingJake Petroules2017-03-111-2/+3
| | * QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-103-2/+5
* | | QDebug: add op<<(QStringView)Marc Mutz2017-03-242-0/+18
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2010-49/+59
|\| |
| * | Make QFile::open fail when using an invalid file nameJesus Fernandez2017-03-171-0/+14
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1310-49/+45
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-17/+18
| | * Properly use the "process" featureUlf Hermann2017-02-278-29/+19
* | | Remove use of QMutexPool in Windows code resolving librariesThiago Macieira2017-03-031-31/+21
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-025-44/+84
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-245-44/+84
| |\|
| | * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-3/+3
| | * QProcess::startDetached(): Support privilege elevation for non-.exe filesStephan Reiter2017-02-221-1/+2
| | * QLoggingRegistry: fix potential data raceMarc Mutz2017-02-202-7/+16
| | * QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-33/+63