summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QVarLengthArray: Reduce memory allocations in emplace()Robert Löhning2021-10-231-1/+2
* Remove superfluous qfuture.h includes from qcoreapplication[_p].hJoerg Bornemann2021-10-223-6/+2
* Remove unused qapplicationpermission.hJoerg Bornemann2021-10-224-82/+0
* Doc: QString: formalize that we now include the QBA's nullsThiago Macieira2021-10-211-7/+36
* QLatin1String: harmonize null byte handling with the rest of QStringThiago Macieira2021-10-221-3/+3
* Avoid warnings when compiling bootstrap library without zstdUlf Hermann2021-10-211-0/+4
* Move the ABI tag from minimum-linux.S to qlibraryinfo.cppThiago Macieira2021-10-214-111/+44
* Doc: QByteArrayMatcher: add note that the pattern must remain on scopeThiago Macieira2021-10-211-4/+9