summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFactoryLoader: continue the port from JSON to CBORThiago Macieira2021-10-203-20/+43
* QPlugin: keep the CBOR data as CBORThiago Macieira2021-10-206-78/+110
* Remove WIN32 and MACOSX_BUNDLE arguments when building Android binaryAlexey Edelev2021-10-201-1/+1
* QDateTime: Limit string processing to known boundariesMårten Nordheim2021-10-201-6/+18
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+14
* Help the compiler avoid duplicate TLS lookupsUlf Hermann2021-10-201-2/+4
* Optimize QObjectCompatProperty::notifyUlf Hermann2021-10-203-25/+44
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-203-11/+31
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-0/+2
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-1/+1
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-1/+1