summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QVariant: make many more QtCore types nothrow-copyableThiago Macieira2022-07-302-4/+4
* Simplify and tidy up various trivia in Q*SettingsPrivateEdward Welbourne2022-07-281-28/+18
* QProcess: Extend the setStandardOutputFile docLaszlo Papp2022-07-231-0/+3
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+0
* forkfd: implement vfork(2)-like support on LinuxThiago Macieira2022-07-161-7/+10
* QLoggingCategory: fix Clang -Wgnu-zero-variadic-macro-arguments (headerclean)Marc Mutz2022-07-111-1/+1
* wasm: don't access deleted settings objectsMorten Sørvig2022-07-061-14/+29
* QDebug: add op<< for std::initializer_listMarc Mutz2022-07-061-0/+6
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-062-34/+1
* QProcess: re-enable pdfork() on FreeBSDThiago Macieira2022-06-271-1/+1
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-272-3/+32
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* QSettings: Fix reading of the [%General] sectionhjk2022-06-161-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* Fix doc and example of QLoggingCategory::installCategory()Edward Welbourne2022-06-131-7/+25
* QSettings: fix a typo in the docLaszlo Papp2022-06-111-1/+1
* Android: Fix QSettings when using content URLSamuel Mira2022-06-081-3/+18
* QTemporaryFile: document rename() differences from QFileThiago Macieira2022-06-011-8/+32
* QFileSystemEngine/Win: simplify codeThiago Macieira2022-05-301-15/+12
* QFileSystemEngine/Win: fix incorrect buffer size in currentPath()Thiago Macieira2022-05-301-1/+1
* 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