summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+2
* | Add QUrl to bootstrap setUlf Hermann2019-05-071-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-073-3/+8
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-061-1/+2
| |\
| | * fix crash when using ALDI usb-stick with broken filesystemNick Shaforostov2019-05-051-1/+2
| * | QtCore: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-05-031-0/+5
| * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-2/+1
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-024-7/+7
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-292-4/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-282-4/+11
| |\|
| | * Make QFile::copy() less likely to create zero-sizedThiago Macieira2019-04-271-4/+10
| | * qdoc: Fix warnings about missing \inmodule commandKai Koehne2019-04-261-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-2/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-2/+11
| |\|
| | * Fix resolving NTFS symbolic links that point to UNC sharesVolker Hilsheimer2019-04-101-2/+11
* | | QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-101-9/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-9/+0
| |\|
| | * Remove unused static methodKai Koehne2019-04-051-9/+0
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-086-12/+0
* | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-062-37/+0
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-062-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-061-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-3/+3
| |\|
| | * QFileSystemEngine: Fix typoOrgad Shaneh2019-04-051-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-052-1/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+3
| |\|
| | * Windows: Fix QFileSystemEngine::id() for FAT32 drivesFriedemann Kleint2019-04-021-1/+3
| * | wasm: disable XDG_RUNTIME_DIR warningMorten Johan Sørvig2019-04-031-0/+2
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-0310-22/+22
* | | Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-263-6/+6
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+2
| |\|
| | * QTemporaryFile: Return early if the passed in QFile cannot be openedAndy Shaw2019-03-191-2/+2
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+8
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-162-25/+44
|\| |
| * | Fix qdoc errors in QProcess headerFriedemann Kleint2019-03-151-9/+11
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-16/+33
| |\|
| | * Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-16/+33
* | | More nullptr usage in headersKevin Funk2019-03-148-9/+9
|/ /
* | Fix some qdoc warningsFriedemann Kleint2019-03-071-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-9/+13
|\|
| * Handle the situation where QTemporaryFile::open() failsAndy Shaw2019-03-051-9/+13
* | Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2019-02-272-13620/+13653
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | Update and expand public suffix list's attribution informationEdward Welbourne2019-02-221-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-221-8/+14
|\|
| * QProcess: Fix crash when calling closeWriteChannel on WindowsJoerg Bornemann2019-02-211-8/+14