summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QOverload helpers: code tidiesGiuseppe D'Angelo2020-10-151-10/+4
* Doc: Migration Guide for QString related changesKarsten Heimrich2020-10-151-0/+84
* Fix compile time type normalization codeLars Knoll2020-10-141-81/+146
* QMetaType: fix warning messageFabian Kosmale2020-10-141-1/+1
* General cleanup of qshareddata.hAllan Sandfeld Jensen2020-10-142-134/+135
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-145-19/+25
* Drop qt_is_permutationGiuseppe D'Angelo2020-10-141-23/+0
* Reject overwrites by the same index in QPromise::addResult()Andrei Golubev2020-10-134-8/+49
* Remove nodiscard in QPropertyObserverNodeProtector ctorAndrei Golubev2020-10-131-1/+1
* doc: Add brief and group for native type conversionsTor Arne Vestbø2020-10-131-93/+153
* QCborValue: streamline some code with qExchangeGiuseppe D'Angelo2020-10-131-3/+1
* Mark the class QPropertyObserverNodeProtector as [[nodiscard]]Lars Knoll2020-10-131-1/+1
* QObject: simplify part of connection logicFabian Kosmale2020-10-131-16/+3
* Remove timeStep parameter from QAnimationDrive::advanceAnimationVolker Hilsheimer2020-10-133-19/+14
* Fix detach on bool check of QSharedDataPointerAllan Sandfeld Jensen2020-10-131-0/+1
* qDebug: Avoid implicit QVariant conversionFabian Kosmale2020-10-132-8/+11
* CMake: Rename qt6_quick_compiler_process_resources to be internalAlexandru Croitor2020-10-121-1/+1
* Minor refinements in QLocaleEdward Welbourne2020-10-121-12/+9
* Eliminate QLocaleId::fromIds() in favor of {...} constructionEdward Welbourne2020-10-122-23/+14
* Mark QLocale's Language, Country and Script enums as ushortEdward Welbourne2020-10-121-3/+3
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-123-25/+40
* Fix build when configuring with -sanitize thread on gccMitch Curtis2020-10-121-1/+1
* CMake: Set some additional info variables in Qt6CoreConfigExtrasAlexandru Croitor2020-10-121-0/+2
* CMake: Introduce Qt6::Startup targetAlexandru Croitor2020-10-123-8/+107
* Fix "Runing" typo in CMake configDavid Skoland2020-10-121-1/+1
* QMetaType: Avoid combination of extern and declspec(__dllexport) on MSVCUlf Hermann2020-10-122-5/+19
* QPropertyBinding: compare QMetaType directlyFabian Kosmale2020-10-121-1/+1
* QPropertyObserver: mark as noexcecptFabian Kosmale2020-10-122-4/+4
* QUntypedPropertyBinding::QUntypedPropertyBinding: use member initializer listFabian Kosmale2020-10-121-1/+1
* QProperty: avoid needless std::function copyingFabian Kosmale2020-10-122-2/+2
* QProperty: make a few helpers constexprFabian Kosmale2020-10-122-2/+2
* Handle notifier list modification during iterationFabian Kosmale2020-10-123-25/+135
* Improve QRectF::toRect()Allan Sandfeld Jensen2020-10-121-1/+8
* QPropertyChangeHandler: mark as nodiscardFabian Kosmale2020-10-121-1/+1
* Cleanup qshareddata.h noexcept statusAllan Sandfeld Jensen2020-10-111-46/+44
* Add porting section for QtConcurrent and related classesSona Kurazyan2020-10-091-0/+70
* Make result finding procedure in ResultStore a free-standing functionAndrei Golubev2020-10-091-28/+38
* Clear pending results in ResultStoreAndrei Golubev2020-10-091-9/+18
* MinGW: Fix static build using PCHCristian Adam2020-10-091-1/+1
* CMake: Do not use versionless targets in examples (Qt Core)Kai Koehne2020-10-092-6/+6
* Fix warning: 'open' has superfluous mode bits; missing O_CREAT?Alessandro Portale2020-10-091-1/+1
* Disable spurious warning with gcc 9.3Paul Olav Tvete2020-10-091-0/+5
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-0/+9
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-11/+39
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-5/+16
* Fix a compiler warning on AndroidLars Knoll2020-10-081-1/+1
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-081-0/+7
* Make QADP capacity functions use qsizetype instead of size_tAndrei Golubev2020-10-084-20/+20
* Fix compilation on MSVC with /std:c++latestLars Knoll2020-10-081-6/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0726-39/+39