summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-16124-4750/+286
* Fix removal of trailing slashMarcus Tillmanns2022-05-131-6/+6
* QBuffer: add missing <limits> includeMarc Mutz2022-05-051-0/+2
* QIPAddressUtils: remove unused base argument of number() functionMarc Mutz2022-05-041-2/+2
* Don't declare type 'id' in the global namespace in a public headerTor Arne Vestbø2022-04-271-2/+5
* QtCore: remove the remaining uses of QLatin1StringSona Kurazyan2022-04-261-1/+1
* Simplify QConfFileSettingsPrivate::readIniSection() using QBAVEdward Welbourne2022-04-261-16/+15
* Correct documentation of INI format's loss of type informationEdward Welbourne2022-04-261-5/+8
* Exploit the new macro varargs form of Q_GLOBAL_STATICEdward Welbourne2022-04-223-8/+7
* Tidy up some local variables in QSettingsPrivate::iniEscapedString()Edward Welbourne2022-04-211-4/+3
* Fix handling of DateTime values in QSettingsEdward Welbourne2022-04-211-1/+2
* Add QDebug operator for Objective-C id typeTor Arne Vestbø2022-04-211-0/+2
* Replace uses of _qs with _s in sources and examplesSona Kurazyan2022-04-193-3/+3
* QFileSelectorPrivate: don't pass QChar by const referenceSona Kurazyan2022-04-112-2/+3
* QtCore: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-113-6/+6
* Ensure that readAllStandardError() doesn't crash on assertJarek Kobus2022-04-091-4/+10
* QBuffer: optimize seek()-past-end-of-bufferMarc Mutz2022-04-061-8/+7
* QIODevicePrivate: disable copy/move SMFsMarc Mutz2022-04-061-0/+1
* QSettings: fix a misleading commentMarc Mutz2022-04-061-1/+2
* QBuffer: fail early in seek() beyond QByteArray's max capacityMarc Mutz2022-04-051-2/+4
* QBufferPrivate: use NSDMIMarc Mutz2022-04-051-11/+5
* [doc] Fix typo in QBuffer::setBuffer() descriptionMarc Mutz2022-04-051-1/+1
* QBuffer: fix writing more than two GiB of dataMarc Mutz2022-04-041-6/+8
* Simplify parsing of a line to remove [...] enclosureEdward Welbourne2022-04-011-11/+9
* MS QNativeFilePermissions: fix unused member and capture warningsEdward Welbourne2022-03-312-11/+13
* QSettings: use auto rather than naming iterator typesEdward Welbourne2022-03-301-19/+15
* QSettings: s/int/qsizetype/ on the internalsEdward Welbourne2022-03-302-63/+65
* QSettingsPrivate: fold from/to parameters into the view they boundEdward Welbourne2022-03-303-21/+23
* Use QByteArrayView more in QConfFileSettingsPrivate's methodsEdward Welbourne2022-03-302-15/+15
* Prefer sliced()/first()/chopped() to mid() and arithmeticEdward Welbourne2022-03-301-8/+8
* qfilesystemengine_win: Fix compilation with namespacesMårten Nordheim2022-03-291-5/+4
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-295-6/+6
* Short live Q_CONSTINIT!Marc Mutz2022-03-263-3/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-2615-28/+24
* QSettings: fix formatting to match our coding styleSona Kurazyan2022-03-261-7/+5
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-2545-577/+641
* QSettings: port API from QString to QAnyStringView keysMarc Mutz2022-03-232-10/+47
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-192-29/+59
* Enable move semantics for QTemporaryDirLuca Di Sera2022-03-182-3/+60
* QVariant: reduce transitive includesFabian Kosmale2022-03-171-6/+8
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QLoggingCategory: code tidiesGiuseppe D'Angelo2022-03-171-5/+5
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-0/+4
* QFileSystemEngine: fix potential formatting errorMarc Mutz2022-03-151-4/+1
* Fix deprecated use of QBA/Q*String::countMårten Nordheim2022-03-151-1/+1
* QFSFileEngine: don't call QFileSystemEntry::filePath() twiceMarc Mutz2022-03-151-1/+2
* QFile::moveToTrash: Remove support for old MinGW SDKsVolker Hilsheimer2022-03-121-5/+0
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-1/+1
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-111-4/+6
* QProcess/Doc: update the information on how the program is foundThiago Macieira2022-03-101-13/+65