summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix warning, make sure temporary is moved into return valueVolker Hilsheimer2020-10-161-2/+2
* Q(E)SDP(V2): fill the API gap left by take()Giuseppe D'Angelo2020-10-163-2/+57
* QMetaType: Silence float comparison warnings in QEqualityOperatorForTypeUlf Hermann2020-10-162-0/+6
* Fix "variable set but unused" in qvariant.cppUlf Hermann2020-10-161-1/+1
* Add comparison operators to shared data pointersAllan Sandfeld Jensen2020-10-161-32/+28
* Remove redundant duplicate of EnableForNonVoid in QFutureWatcherAndrei Golubev2020-10-161-7/+1
* Fix subtle SFINAE problem in QPromise::addResultAndrei Golubev2020-10-161-3/+1
* Rename QPromise starting and finishing methods to start and finishAndrei Golubev2020-10-162-13/+13
* Make QPromise::addResult() return boolean status of operationAndrei Golubev2020-10-163-49/+56
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-164-16/+18
* Disallow promotion of bool and char in qMin and friendsLars Knoll2020-10-161-1/+3
* Fix signature of QDebug::toString()Lars Knoll2020-10-162-19/+3
* Remove default parameter from QUnifiedTimer::updateAnimationTimersVolker Hilsheimer2020-10-162-2/+2
* Document noteworthy change in QProcessVolker Hilsheimer2020-10-161-0/+31
* Purge QDesktopWidgetVolker Hilsheimer2020-10-161-2/+1
* QMultiHash: fix operator==Giuseppe D'Angelo2020-10-161-2/+7
* QHash: code tidiesGiuseppe D'Angelo2020-10-161-9/+5
* QOverload helpers: further cleanupsGiuseppe D'Angelo2020-10-161-3/+3
* Floating point function helpers: code tidiesGiuseppe D'Angelo2020-10-161-6/+6
* QtPrivate::Deprecated_t: code tidiesGiuseppe D'Angelo2020-10-161-1/+1
* QESDP::take(): document that it doesn't derefGiuseppe D'Angelo2020-10-161-1/+4
* QTimeZone: drop an implicit conversion commentGiuseppe D'Angelo2020-10-161-1/+1
* QVariant::compare: handle numerical values and pointers as documentedv6.0.0-beta1Fabian Kosmale2020-10-151-9/+80
* 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