summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QFileSystemEngine/Unix: remove futimes related codeAhmad Samir2022-11-091-62/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-039-22/+22
* QFileSystemMetaData: initialize integral members in-classAhmad Samir2022-11-021-7/+7
* Port QDir's implementation to use Q_D() and d_func()Edward Welbourne2022-11-011-28/+28
* QFile: make constructors taking a path explicitGiuseppe D'Angelo2022-10-292-3/+21
* qfilesystemengine: port to qsizetypeJohannes Kauffmann2022-10-251-3/+3
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-217-30/+30
* Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-201-1/+2
* QUrl: remove two unneeded Q_ASSERT()sMarc Mutz2022-10-151-4/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-152-6/+3
* QDir: use QFileInfo::exists() directlyAhmad Samir2022-10-141-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-114-13/+13
* Port from container.count()/length() to size()Marc Mutz2022-10-0412-49/+49
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* qHash: Add seed argument for classes inheriting QStringMårten Nordheim2022-09-281-1/+4
* wasm: add Window.localStorage settings backendMorten Sørvig2022-09-273-71/+227
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-272-1/+100
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-162-0/+8
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-161-5/+1
* doc: fix description of QFileDevice::Permission::*OtherCeleste Liu2022-09-151-3/+3
* QFileSystemEngine/Unix: fix unneeded casts from errno values to intMarc Mutz2022-09-071-8/+8
* QIODevice: fix narrowing conversions in debugBinaryStringMarc Mutz2022-09-071-18/+12
* Port QDir to qsizetype [3/3]: APIMarc Mutz2022-09-072-2/+13
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-291-22/+7
* Port QDir to qsizetype [2/3]: implementationMarc Mutz2022-08-262-24/+24
* Extract header qtresource.h from qglobal.hSona Kurazyan2022-08-251-53/+0
* Doc: Remove mentioning of variadic macrosKai Köhne2022-08-241-2/+1
* Unstringify QStandardPaths Android partsJuha Vuolle2022-08-241-14/+11
* QProcess/docs: add more information about environment variablesThiago Macieira2022-08-221-7/+44
* Fix int/qsizetype mismatches in data url supportMarc Mutz2022-08-211-2/+2
* Port QDir to qsizetype [1/3]: indexed to ranged loopsMarc Mutz2022-08-211-4/+4
* QDir: fix non-idiomatic indexed loop countingMarc Mutz2022-08-211-1/+1
* QCoreGlobalData: removeMarc Mutz2022-08-212-12/+29
* qdir.cpp: remove unused qresource.hMarc Mutz2022-08-211-1/+0
* QDirPrivate: pass input QList by crefMarc Mutz2022-08-212-2/+2
* QDir: replace an indexed loop with all_of()Marc Mutz2022-08-211-10/+2
* QDebug: finish porting to qsizetype/size_tMarc Mutz2022-08-212-2/+2
* QContiguousCache: fix streaming into QDebug when indices are > INT_MAXMarc Mutz2022-08-211-1/+1
* QDebug: finish porting put{String,ByteArray} to qsizetypeMarc Mutz2022-08-212-3/+4
* QDebug: port putEscapedString() from int to size_tMarc Mutz2022-08-211-4/+4
* Port QtDebugUtils::toPrintable() to qint64/qsizetypeMarc Mutz2022-08-212-4/+5
* QBuffer: optimize setData(ptr, n)Marc Mutz2022-08-202-4/+11
* QBuffer: fix the setData() API re: int/qsizetypeMarc Mutz2022-08-202-5/+9
* QAbstractFileEngine: port indexed to ranged loopMarc Mutz2022-08-171-7/+4
* [docs] QAbstractItemEngine: fix signature of seek()Marc Mutz2022-08-171-1/+1
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-031-3/+3
* 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