summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Also remove 0 initialization from QUrlTwoFlagsAllan Sandfeld Jensen2020-11-271-2/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-233-10/+5
* Remove QScopedSharedPointerGiuseppe D'Angelo2020-11-201-1/+0
* Deprecate QScopedPointer::take()Giuseppe D'Angelo2020-11-201-4/+5
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-204-533/+284
* Allow QWindowsPipe{Reader,Writer} to work with foreign event loopsAlex Trotsenko2020-11-174-284/+533
* Adjust code format, add space after 'if'Zhang Sheng2020-11-165-30/+30
* Fix reference of qt_attribution.json to license fileKai Koehne2020-11-161-373/+0
* don't ever force fork() instead of forkfd()Oswald Buddenhagen2020-11-161-10/+0
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-152-5/+71
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* Fix c++20 buildsAllan Sandfeld Jensen2020-11-141-1/+1
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-091-3/+3
* Rename qurltlds-related files to match the header's moveEdward Welbourne2020-11-081-29/+0
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-072-0/+18
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-072-0/+20
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-022-2/+1
* Avoid doing kill(-1) in QProcess destructorDimitrios Apostolou2020-10-291-4/+5
* QStorageInfo: Make comparison operators hidden friendsVolker Hilsheimer2020-10-292-19/+14
* Doc: Remove mentioning of old macos versions from QSettingsKai Koehne2020-10-281-1/+1
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-233-25/+12
* Deprecate QVariant::TypeLars Knoll2020-10-233-26/+26
* Whitespace cleanup in corelib/iov6.0.0-beta2Allan Sandfeld Jensen2020-10-2018-224/+224
* QFileSystemWatcher: use nullptr, instead of 0Giuseppe D'Angelo2020-10-201-1/+1
* Add function to access QLockFile's file nameShantanu Tushar2020-10-182-0/+10
* Fix allocated memory of QByteArray returned by QIODevice::readLineKai Koehne2020-10-181-0/+1
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-171-1/+1
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-162-10/+12
* Fix signature of QDebug::toString()Lars Knoll2020-10-162-19/+3
* Fix warning: 'open' has superfluous mode bits; missing O_CREAT?Alessandro Portale2020-10-091-1/+1
* Fix a compiler warning on AndroidLars Knoll2020-10-081-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-075-5/+5
* Convert a couple of APIs to use viewsLars Knoll2020-10-062-3/+3
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-3/+11
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-16/+16
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-037-9/+7
* Remove typedef Q_PIDFriedemann Kleint2020-10-024-25/+14
* QProcessPrivate: Use member initializationFriedemann Kleint2020-10-022-39/+18
* QFileInfo: Allow constructing from QFileDeviceThorbjørn Lindeijer2020-10-012-4/+4
* Remove deprecated QProcess::pidVolker Hilsheimer2020-10-012-24/+1
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+5
* Fix qdoc warnings from references to removed APIsVolker Hilsheimer2020-09-262-2/+1
* Fix -Wmaybe-uninitialized warningsJulien Schueller2020-09-261-1/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-2/+2
* Fix qdoc warning from flag instead of enum type in \enumVolker Hilsheimer2020-09-231-1/+1
* Fix qdoc warning: yet another std::filesystemVolker Hilsheimer2020-09-231-1/+1
* Fix some qdoc warnings: std::filesystem::path gettersVolker Hilsheimer2020-09-223-4/+4
* Fix some qdoc warnings: function parameter namesVolker Hilsheimer2020-09-221-1/+1
* QFile::copy: call syncToDisk on destinationThiago Macieira2020-09-221-1/+1
* Fix some MSVC conversion warningsFriedemann Kleint2020-09-221-2/+2