summaryrefslogtreecommitdiff
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modernize meta programming helpersVolker Hilsheimer2023-05-021-8/+5
* Give QtPrivate::List a size value, simplify QFunctorSlotObjectVolker Hilsheimer2023-05-023-14/+14
* Fix test for move-only functor objectsVolker Hilsheimer2023-05-011-1/+1
* Revert "Support move-only functors in invokeMethod and async APIs"Volker Hilsheimer2023-05-012-16/+16
* moc: Use a much, much shorter structure name for the StringDataThiago Macieira2023-05-011-22/+23
* Make QPointer<T> constructible from QPointer<X>Marc Mutz2023-04-292-0/+24
* Doc: Fix documentation warningsTopi Reinio2023-04-291-1/+1
* QCoreApplication: fix use-after-free of nl_langinfo() resultThiago Macieira2023-04-281-2/+2
* QMetaProperty: add write() overload taking rvalue QVariantMarc Mutz2023-04-282-4/+17
* QVariant: Fix support for metatypes created by Qt < 6.5Fabian Kosmale2023-04-282-3/+15
* Add a helper for better error messages when functor is incompatibleVolker Hilsheimer2023-04-282-0/+16
* Support move-only functors in invokeMethod and async APIsVolker Hilsheimer2023-04-282-16/+16
* Support free functions and const functors as callbacksVolker Hilsheimer2023-04-282-12/+17
* QVariant: Add support for in-place constructionFabian Kosmale2023-04-272-0/+80
* Doc: Fix return value for Q_ARG and Q_RETURN_ARGAndreas Eliasson2023-04-271-6/+7
* QApplicationStatic: document the thread-safety guaranteesThiago Macieira2023-04-261-3/+27
* QApplicationStatic: enforce acquire-release semantics on creationThiago Macieira2023-04-261-8/+8
* Simplify the creation of APIs that take a callbackVolker Hilsheimer2023-04-262-45/+92
* QBluetoothPermission: introduce fine-grained permissionsIvan Solovev2023-04-263-7/+90
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-251-7/+1
* QEventDispatcherGlib: fix some narrowing conversion warningsAhmad Samir2023-04-251-3/+2