summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix the path to the build dir when creating an androiddeployqt depfileAlexey Edelev2021-11-301-1/+14
* Add _make_aab targetAlexey Edelev2021-11-302-8/+34
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-301-4/+80
* Use config-specific suffix of android deployment settings for multi-config onlyAlexey Edelev2021-11-301-1/+10
* QNX: check and use elf.h from alternative locationJanne Juntunen2021-11-304-7/+15
* QVarLengthArray: simplify copy ctor implementationMarc Mutz2021-11-301-2/+2
* QList::count(T): remove the &* hack on iteratorsThiago Macieira2021-11-301-1/+1
* wasm: add Blob and File typeLorn Potter2021-11-302-0/+12
* QRegularExpression: don't detach() a pattern QStringLiteralMarc Mutz2021-11-301-1/+1
* QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH: use unqualified qHash() lookupMarc Mutz2021-11-291-4/+7
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-272-5/+36
* QLocale: suppress annoying GCC warning in the bootstrap libThiago Macieira2021-11-271-1/+5
* QSharedPointer: fix counter-productive QT_PREPEND_NAMESPACE use in qHash() implMarc Mutz2021-11-271-1/+1
* wasm: Move Blob creation code to qstdwebMorten Johan Sørvig2021-11-272-2/+51
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-273-8/+38
* QThread::wait: Clarify documentation for unsigned long overloadFabian Kosmale2021-11-271-0/+3
* Mention QtFuture::when* functions in QFuture's docsSona Kurazyan2021-11-261-4/+7
* QVarLengthArray: fix insert() type/alias mismatch between decl and implMarc Mutz2021-11-261-1/+1
* Simplify apk build procedure when using DEPFILEAlexey Edelev2021-11-261-21/+17
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-261-2/+4
* wasm: Move streamFile() to qstdwebMorten Johan Sørvig2021-11-262-0/+47
* QTemporaryDir: Set directory permissions at the time of creationIevgenii Meshcheriakov2021-11-261-11/+3
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-2610-45/+380
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-261-3/+23
* QAndroidActivityResultReceiver: make uniqueActivityRequestCode() lock- and UB...Marc Mutz2021-11-251-5/+6
* Doc: Replace use of \oldcode-\newcodeLuca Di Sera2021-11-252-8/+32
* QHash: fix thread race around references and detachingMårten Nordheim2021-11-251-31/+80
* QObject: don't #include qproperty.hMarc Mutz2021-11-231-2/+2
* QOperatingSystemVersion: cache the retrieved versionYuhang Zhao2021-11-233-2/+15
* qapplicationstatic.h: fix syncqt warningMarc Mutz2021-11-231-1/+1
* QVLA: Self-Encapsulate FieldsMarc Mutz2021-11-221-97/+97
* Add support for combining multiple QFuturesSona Kurazyan2021-11-204-0/+508
* Q{CoffPe,Elf,MachO}Parser: check that the magic string is presentThiago Macieira2021-11-193-8/+31
* QPluginLoader: add COFF PE file parserThiago Macieira2021-11-194-0/+490
* CMake: reorganize the QT_FEATURE_library portion of CMakeLists.txtThiago Macieira2021-11-192-11/+9
* QString::fromUtf16: use qustrlenThiago Macieira2021-11-191-5/+2
* Re-apply "QReadWriteLock: replace (QWaitCondition, QMutex) with std::(conditi...Marc Mutz2021-11-202-22/+25
* Short live q20::ssize()!Marc Mutz2021-11-202-0/+81
* QAndroidActivityResultReceiver: avoid double(triple)-lookupMarc Mutz2021-11-201-6/+9
* Use Authz API to query permissions info in Windows filesystem backendIevgenii Meshcheriakov2021-11-192-117/+215
* Compile: Work around false positive on gcc >= 900Morten Johan Sørvig2021-11-191-1/+1
* Fix generating of Android deployment config in Multi-Config buildAlexey Edelev2021-11-191-1/+2
* Change qt.conf key Qml2Imports to QmlImportsJoerg Bornemann2021-11-192-19/+32
* QLoggingRegistry: avoid double-lookupMarc Mutz2021-11-191-2/+5
* QHash: optimize value(key) and key(value) callersMarc Mutz2021-11-192-25/+99
* Prefer QBAV over raw char * form of qt_configure_strsEdward Welbourne2021-11-191-2/+2
* Docs: Move manifest and androiddeployqt docs to where code livesNicholas Bennett2021-11-191-1/+3
* Remove unneeded int conversions in qmetatype.hKai Köhne2021-11-191-9/+9
* QOperatingSystemVersion: Add Windows11Mårten Nordheim2021-11-192-0/+7
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-192-2/+3