summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QTimerInfoList/Unix: use chrono::steady_clock::time_pointAhmad Samir2023-06-104-67/+64
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-095-27/+54
* QMimeData: de-duplicate some codeAhmad Samir2023-06-081-20/+23
* Detect when Xcode is presenting os_log as structured log messagesTor Arne Vestbø2023-06-072-12/+30
* QCoreApplicationPrivate::initLocale(): report correct encodingEdward Welbourne2023-06-071-4/+7
* Moc: remove GCC 9 ban for using QtMocHelpers::stringData()Thiago Macieira2023-06-051-3/+0
* QVariant: replace fromValue() specializations with if-constexprFabian Kosmale2023-06-041-12/+4
* QVariant: add rvalue overload of fromStdVariant()Marc Mutz2023-06-022-3/+24
* QVariant::fromValue: Add rvalue optimizationFabian Kosmale2023-06-023-5/+117
* QVariant: fix shadowing of QVariant::Type/ListMarc Mutz2023-06-022-44/+44
* QVariant: Support emplaceFabian Kosmale2023-06-022-0/+102
* QVariant::fromStdVariant(): protect against accidental fromValue() ADL pick-upsMarc Mutz2023-06-011-1/+1
* QVariant: visually separate PrivateShared and Private nested classesFabian Kosmale2023-05-311-0/+1
* QVariant: Extract Method PrivateShared::computeOffset()Fabian Kosmale2023-05-312-1/+7
* QVariant: Extract Method PrivateShared::computeAllocationSize()Fabian Kosmale2023-05-312-1/+8
* QVariant: simplify condition guarding customClear() callsMarc Mutz2023-05-311-2/+2
* QVariant: remove outdated docs about reimplementing clear()Marc Mutz2023-05-311-5/+0
* QObject: add setProperty() overload taking rvalue QVariantMarc Mutz2023-05-312-4/+35
* QDeadlineTimer: make the ForeverConstant an enum classThiago Macieira2023-05-251-1/+2
* permissions: Remove need to check QT_CONFIG(permissions) in user codeTor Arne Vestbø2023-05-251-7/+23
* permissions: Work around template partial specialization GCC bugTor Arne Vestbø2023-05-251-3/+3
* QEventDispatcher/WASM: fix a lambda nameAhmad Samir2023-05-151-3/+3
* Darwin: Use direct runtime interface to manage autorelease poolsTor Arne Vestbø2023-05-151-5/+12
* Darwin: Disable QMacAutoReleasePool tracker unless explicitly enabledTor Arne Vestbø2023-05-151-0/+4
* Darwin: Disable QMacAutoReleasePool tracker in release buildsTor Arne Vestbø2023-05-151-2/+5
* Darwin: Remove QMacAutoReleasePool heap allocation detectionTor Arne Vestbø2023-05-151-47/+3
* Doc: Replace mentions of deprecated macroTopi Reinio2023-05-151-1/+1
* QSlotObjectBase: move the `which` parameter to the 4th positionThiago Macieira2023-05-114-5/+39
* Fix QMetaObject::invokeMethod for free functions and std::bindVolker Hilsheimer2023-05-112-19/+7
* QCallableObject: use QtPrivate::CompactStorageMarc Mutz2023-05-111-7/+11
* QPointer: also make conversion to pointer-to-const workMarc Mutz2023-05-111-2/+4
* QDeadlineTimer: avoid a system call for timeout == 0Thiago Macieira2023-05-111-10/+32
* QDeadlineTimer: make it so any negative millisecond count is "forever"Thiago Macieira2023-05-111-7/+17
* QDeadlineTimer: use std::chrono::ceil() in setRemainingTime()Thiago Macieira2023-05-111-1/+2
* QSlotObjectBase: move the m_ref after m_impl for Qt 7Thiago Macieira2023-05-101-3/+10
* Rename QFunctorSlotObject to QCallableObjectVolker Hilsheimer2023-05-105-19/+20
* Long live QtPrivate::CompactStorage<>Marc Mutz2023-05-091-24/+4
* Use QSlotObject helpers in functor-cases of QMetaObject::invokeVolker Hilsheimer2023-05-052-54/+47
* QObject: simplify ImplFns of Q(Private)SlotObjectsMarc Mutz2023-05-052-7/+9
* Simplify invokeMethod implementations using QSlotObject helpersVolker Hilsheimer2023-05-042-53/+15
* Doc: fix warnings in QTimerVolker Hilsheimer2023-05-042-35/+22
* wasm: Fix permissionsLorn Potter2023-05-041-3/+0
* Pass functor through as references until storedVolker Hilsheimer2023-05-031-10/+12
* QTimer: fix compilation with C++20Marc Mutz2023-05-021-1/+1
* QMetaProperty: add writeOnGadget() overload taking rvalue QVariantMarc Mutz2023-05-022-0/+11
* Merge QSlotObject and QFunctorSlotObject, and use helpers to deduplicateVolker Hilsheimer2023-05-022-127/+45
* Remove QStaticSlotObject, use QFunctorSlotObject insteadVolker Hilsheimer2023-05-022-34/+10
* Use QSlotObject helper to drastically simplify QTimerVolker Hilsheimer2023-05-022-170/+40
* Respect expected return type in QSlotObject helperVolker Hilsheimer2023-05-021-3/+3
* Make QSlotObject helpers usable for SFINAEVolker Hilsheimer2023-05-021-7/+17