index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
QEventDispatcher/WASM: fix a lambda name
Ahmad Samir
2023-05-15
1
-3
/
+3
*
Darwin: Use direct runtime interface to manage autorelease pools
Tor Arne Vestbø
2023-05-15
1
-5
/
+12
*
Darwin: Disable QMacAutoReleasePool tracker unless explicitly enabled
Tor Arne Vestbø
2023-05-15
1
-0
/
+4
*
Darwin: Disable QMacAutoReleasePool tracker in release builds
Tor Arne Vestbø
2023-05-15
1
-2
/
+5
*
Darwin: Remove QMacAutoReleasePool heap allocation detection
Tor Arne Vestbø
2023-05-15
1
-47
/
+3
*
Doc: Replace mentions of deprecated macro
Topi Reinio
2023-05-15
1
-1
/
+1
*
QSlotObjectBase: move the `which` parameter to the 4th position
Thiago Macieira
2023-05-11
4
-5
/
+39
*
Fix QMetaObject::invokeMethod for free functions and std::bind
Volker Hilsheimer
2023-05-11
2
-19
/
+7
*
QCallableObject: use QtPrivate::CompactStorage
Marc Mutz
2023-05-11
1
-7
/
+11
*
QPointer: also make conversion to pointer-to-const work
Marc Mutz
2023-05-11
1
-2
/
+4
*
QDeadlineTimer: avoid a system call for timeout == 0
Thiago Macieira
2023-05-11
1
-10
/
+32
*
QDeadlineTimer: make it so any negative millisecond count is "forever"
Thiago Macieira
2023-05-11
1
-7
/
+17
*
QDeadlineTimer: use std::chrono::ceil() in setRemainingTime()
Thiago Macieira
2023-05-11
1
-1
/
+2
*
QSlotObjectBase: move the m_ref after m_impl for Qt 7
Thiago Macieira
2023-05-10
1
-3
/
+10
*
Rename QFunctorSlotObject to QCallableObject
Volker Hilsheimer
2023-05-10
5
-19
/
+20
*
Long live QtPrivate::CompactStorage<>
Marc Mutz
2023-05-09
1
-24
/
+4
*
Use QSlotObject helpers in functor-cases of QMetaObject::invoke
Volker Hilsheimer
2023-05-05
2
-54
/
+47
*
QObject: simplify ImplFns of Q(Private)SlotObjects
Marc Mutz
2023-05-05
2
-7
/
+9
*
Simplify invokeMethod implementations using QSlotObject helpers
Volker Hilsheimer
2023-05-04
2
-53
/
+15
*
Doc: fix warnings in QTimer
Volker Hilsheimer
2023-05-04
2
-35
/
+22
*
wasm: Fix permissions
Lorn Potter
2023-05-04
1
-3
/
+0
*
Pass functor through as references until stored
Volker Hilsheimer
2023-05-03
1
-10
/
+12
*
QTimer: fix compilation with C++20
Marc Mutz
2023-05-02
1
-1
/
+1
*
QMetaProperty: add writeOnGadget() overload taking rvalue QVariant
Marc Mutz
2023-05-02
2
-0
/
+11
*
Merge QSlotObject and QFunctorSlotObject, and use helpers to deduplicate
Volker Hilsheimer
2023-05-02
2
-127
/
+45
*
Remove QStaticSlotObject, use QFunctorSlotObject instead
Volker Hilsheimer
2023-05-02
2
-34
/
+10
*
Use QSlotObject helper to drastically simplify QTimer
Volker Hilsheimer
2023-05-02
2
-170
/
+40
*
Respect expected return type in QSlotObject helper
Volker Hilsheimer
2023-05-02
1
-3
/
+3
*
Make QSlotObject helpers usable for SFINAE
Volker Hilsheimer
2023-05-02
1
-7
/
+17
*
Modernize meta programming helpers
Volker Hilsheimer
2023-05-02
1
-8
/
+5
*
Give QtPrivate::List a size value, simplify QFunctorSlotObject
Volker Hilsheimer
2023-05-02
3
-14
/
+14
*
Fix test for move-only functor objects
Volker Hilsheimer
2023-05-01
1
-1
/
+1
*
Revert "Support move-only functors in invokeMethod and async APIs"
Volker Hilsheimer
2023-05-01
2
-16
/
+16
*
moc: Use a much, much shorter structure name for the StringData
Thiago Macieira
2023-05-01
1
-22
/
+23
*
Make QPointer<T> constructible from QPointer<X>
Marc Mutz
2023-04-29
2
-0
/
+24
*
Doc: Fix documentation warnings
Topi Reinio
2023-04-29
1
-1
/
+1
*
QCoreApplication: fix use-after-free of nl_langinfo() result
Thiago Macieira
2023-04-28
1
-2
/
+2
*
QMetaProperty: add write() overload taking rvalue QVariant
Marc Mutz
2023-04-28
2
-4
/
+17
*
QVariant: Fix support for metatypes created by Qt < 6.5
Fabian Kosmale
2023-04-28
2
-3
/
+15
*
Add a helper for better error messages when functor is incompatible
Volker Hilsheimer
2023-04-28
2
-0
/
+16
*
Support move-only functors in invokeMethod and async APIs
Volker Hilsheimer
2023-04-28
2
-16
/
+16
*
Support free functions and const functors as callbacks
Volker Hilsheimer
2023-04-28
2
-12
/
+17
*
QVariant: Add support for in-place construction
Fabian Kosmale
2023-04-27
2
-0
/
+80
*
Doc: Fix return value for Q_ARG and Q_RETURN_ARG
Andreas Eliasson
2023-04-27
1
-6
/
+7
*
QApplicationStatic: document the thread-safety guarantees
Thiago Macieira
2023-04-26
1
-3
/
+27
*
QApplicationStatic: enforce acquire-release semantics on creation
Thiago Macieira
2023-04-26
1
-8
/
+8
*
Simplify the creation of APIs that take a callback
Volker Hilsheimer
2023-04-26
2
-45
/
+92
*
QBluetoothPermission: introduce fine-grained permissions
Ivan Solovev
2023-04-26
3
-7
/
+90
*
Misc.: Fix some narrowing integral conversion warnings
Ahmad Samir
2023-04-25
1
-7
/
+1
*
QEventDispatcherGlib: fix some narrowing conversion warnings
Ahmad Samir
2023-04-25
1
-3
/
+2
[next]