summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0116-76/+56
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-3015-70/+40
| |\
| | * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-8/+8
| | * Modernize the "filesystemwatcher" featureLiang Qi2018-09-2714-62/+32
| * | Windows: Fix QDir::drives() to no longer list ejected mediaFriedemann Kleint2018-09-291-6/+16
* | | Fix a few overrides in Qt CoreAlessandro Portale2018-09-255-40/+40
* | | doc: Fix several miscellaneous qdoc warningsMartin Smith2018-09-241-3/+3
|/ /
* | Windows code: Fix to prefer ranged-for, as clang-tidy advisesFriedemann Kleint2018-09-021-8/+6
* | Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-026-73/+76
* | Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-1/+2
* | Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-19/+13
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-302-2/+13
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-302-20/+24
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-221-16/+0
|\|
| * Doc: Remove duplicate thread-safe documentation from logging macrosKai Koehne2018-08-201-16/+0
* | Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-191-1/+1
* | Migrate QDir to use QRegularExpressionSamuel Gaist2018-08-192-9/+17
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-172-7/+12
|\|
| * QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-162-7/+12
* | Modernize the "thread" featureUlf Hermann2018-08-173-6/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-1/+1
|\|
| * Fix qmake build with glibc 2.28Thiago Macieira2018-08-081-1/+1
* | drop usages of Q_COMPILER_CLASS_ENUMGatis Paeglis2018-08-141-9/+2
* | Add debug output for single enum flagsAllan Sandfeld Jensen2018-08-111-0/+13
* | Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-073-12/+18
|\|
| * QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-032-5/+13
| * Fix conditions for dup2 in QProcess::startDetachedJoerg Bornemann2018-08-011-7/+5
* | Simplify QUrlPrivate::appendHostJesus Fernandez2018-08-061-7/+3
* | Add a few overrides in Qt CoreAlessandro Portale2018-08-053-27/+27
* | QUrl: Add qustrchr() and use it to speed up the fast URL full decodingThiago Macieira2018-08-031-50/+34
* | Merge branch '5.11' into devEdward Welbourne2018-07-314-52/+70
|\|
| * Fix the fix for mmap() overflow checkThiago Macieira2018-07-251-4/+3
| * Fix QUrl::setPath documentation, remove default TolerantModeMikhail Svetkin2018-07-241-1/+1
| * Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-36/+60
| * Windows: Don't output a warning when sHGetKnownFolderPath failsAndy Shaw2018-07-181-11/+6
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-301-1/+1
* | QFSFileEngine::filename(): convert if/else-if chain to a switchEdward Welbourne2018-07-301-13/+16
* | Actually truncate when asked toEdward Welbourne2018-07-302-7/+7
* | Logging: Accept .ini files written by QSettingsKai Koehne2018-07-281-1/+13
* | QUrl: Support IPv6 addresses with zone idRobbert Proost2018-07-271-23/+38
* | Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-261-5/+9
* | formatQEnum: deal with enum class typesShawn Rutledge2018-07-241-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-173-18/+13
|\|
| * Correct Unix QStorageInfo's QStorageIterator::next()'s loop logicEdward Welbourne2018-07-131-3/+4
| * QFile::copy(): don't trust the old file metadata cacheThiago Macieira2018-07-121-15/+5
| * Fix QStorageIterator where the last line in /proc/mounts is skippedJohannes Rosenqvist2018-07-121-1/+1
| * Ownership is unclear, so document it to avoid crashes for usersSune Vuorela2018-07-021-0/+4
* | Make sure there's an event dispatcher in QWindowsRemovableDriveListenerThiago Macieira2018-07-141-1/+3
* | Add qbswap for a memory regionThiago Macieira2018-07-041-6/+4