summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QByteArrayList: fix narrowing in join() implementations [2/2]Marc Mutz2021-11-053-7/+16
* Suppress rc.exe default outputKai Köhne2021-11-041-2/+10
* QFactoryLoader: remove the porting hack to complete the port to CBORThiago Macieira2021-11-042-20/+5
* QPluginLoader/ELF: fix Clang ASan buildsThiago Macieira2021-11-041-1/+9
* Extract Header qbindingstorage.hMarc Mutz2021-11-043-62/+120
* QDataStream: remove pointless guard around std::pair operatorsMarc Mutz2021-11-041-2/+0
* QByteArrayList: fix narrowing in join() implementations [1/2]Marc Mutz2021-11-042-7/+10
* wasm: enable event dispatcher asyncify supportMorten Johan Sørvig2021-11-042-23/+9
* QOperatingSystemVersion: Add support for Win10 sub-versionsYuhang Zhao2021-11-042-0/+63
* QByteArrayList: add join(QByteArrayView)Marc Mutz2021-11-042-1/+14
* qlibrary.cpp: avoid the +12 constant in too many placesThiago Macieira2021-11-031-1/+1
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-032-43/+49
* QAbstractFileEngine: Remove useless method overridesIevgenii Meshcheriakov2021-11-033-119/+0
* QMultiHash: Add forgotten documentationMårten Nordheim2021-11-031-6/+16
* Add QEventLoop::ProcessEventsFlag::ApplicationExecMorten Johan Sørvig2021-11-033-2/+4
* Add CMake variable to run androiddeployqt with --verbose argumentAlexey Edelev2021-11-022-0/+20
* Rename LinkName to AbsoluteLinkTargetWang Fei2021-11-037-9/+9
* Add Android qml staging prefix to qml import pathsAlexey Edelev2021-11-021-1/+10
* qoperatingsystemversion_win: cache the retrieved versionYuhang Zhao2021-11-021-6/+8
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-024-35/+6
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-013-25/+55
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-011-3/+6
* QAbstractProxyModel: Use QCompatProperty with custom getterIevgenii Meshcheriakov2021-11-012-68/+5
* Add warning about QCoreApplication deferred deleteMichal Klocek2021-11-011-0/+4
* Inline QPropertyBindingDataPointerAndrei Golubev2021-11-012-11/+12
* Match documentation of shared pointers to new definitionsAllan Sandfeld Jensen2021-11-011-4/+8
* qconfig.cpp: use qOffsetStringArrayThiago Macieira2021-10-293-19/+23
* Add --no-rcc-bundle-cleanup option to androiddeployqt toolAlexey Edelev2021-10-291-0/+6
* Doc: Fix broken formattingIvan Tkachenko2021-10-291-1/+1
* QMetaType: Avoid superfluous template instantiationsFabian Kosmale2021-10-292-11/+8
* qglobal.h: Do not include <algorithm>Fabian Kosmale2021-10-291-2/+0
* Fix target existence check in qt6_android_generate_deployment_settingsAlexey Edelev2021-10-291-6/+5
* QVarLengthArray: Add explicit assertions for implicit assumptionsRobert Löhning2021-10-291-0/+2
* Extend documentation for bindable propertiesIvan Solovev2021-10-292-4/+26
* QLoggingRegistry: Disable internal tracking of source file namesThiago Macieira2021-10-271-3/+2
* QLoggingRegistry: add the ability to have environment variable overridesThiago Macieira2021-10-272-1/+56
* Fix QDebug operator<< for QMultiMap when Q_CLANG_QDOC is definedJoerg Bornemann2021-10-271-1/+1
* QHash: avoid crashing when reserving on a shared hashMårten Nordheim2021-10-261-1/+2
* QHash: use the shadow seedThiago Macieira2021-10-261-21/+20
* QHash: double the size of the stored seedThiago Macieira2021-10-261-66/+114
* Add internal property to store Qt namespaceAlexey Edelev2021-10-261-0/+2
* Fix overflow issue on parsing min-qint64 with its minus sign repeatedEdward Welbourne2021-10-261-1/+16
* Doc: Enforce zero warnings for QtCore, QtGuiTopi Reinio2021-10-261-0/+3
* QObjectComputedProperty docs: move example to snippetIvan Solovev2021-10-262-36/+38
* Make QObjectComputedProperty documentation visibleIvan Solovev2021-10-251-2/+0
* Fix -trace build on WindowsIvan Solovev2021-10-251-1/+1
* Doc: Fix formatting: remove extra \c before \nullptrIvan Tkachenko2021-10-241-1/+1
* Update windows version detectionMårten Nordheim2021-10-241-1/+11
* Remove old pre-6.0 hooksThiago Macieira2021-10-221-2/+0
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-10-234-9/+14