summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-042-1/+49
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-0410-16/+51
* Repair parameter typeChunLin Wang2021-12-033-3/+3
* Remove unused Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2021-12-031-8/+0
* Reduce scope of a hack using volatile in favor of viewAt()Edward Welbourne2021-12-021-11/+7
* QString et al: fix lastIndexOf() API asymmetryMarc Mutz2021-12-024-4/+25
* Fix dependency chain that collects the metatype json filesAlexey Edelev2021-12-021-1/+8
* Replace BUILD_OPTIONS_LIST variable by the getter functionAlexey Edelev2021-12-021-54/+70
* Use depfile to control ABI-specific builds of executable targetsAlexey Edelev2021-12-021-14/+44
* Change the external projects approach for multi-abi buildsAlexey Edelev2021-12-022-33/+73
* Document the example showing the benefits of using bindable propertiesSona Kurazyan2021-12-021-0/+14
* QVarLengthArray: make static if's constexprMarc Mutz2021-12-021-5/+5
* QVarLengthArray: More Self-Encapsulate FieldMarc Mutz2021-12-011-3/+5
* Use config from the main ABI when building ABI-specific external projectAlexey Edelev2021-12-011-0/+9
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-011-8/+43
* QVarLengthArray: simplify default ctorMarc Mutz2021-12-011-1/+4
* 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