index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
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
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
kernel
/
qobjectdefs_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give some TLC to FunctorCallBase::call_internal()
Marc Mutz
2024-08-27
1
-9
/
+8
*
Use std::invoke_result to get a functor instead of our own code
Thiago Macieira
2024-08-24
1
-4
/
+4
*
Remove QtPrivate::Indexes and other helper classes
Thiago Macieira
2024-08-24
1
-25
/
+0
*
Replace use of QtPrivate::Indexes & family with std::index_sequence
Thiago Macieira
2024-08-24
1
-17
/
+17
*
QObject: remove the operator comma hack
Thiago Macieira
2023-12-14
1
-29
/
+47
*
Suppress clang-tidy mem leak warning on QMetaObject::invokeMethod
Thiago Macieira
2023-12-14
1
-0
/
+1
*
Inline Functor struct into FunctorCallable
Mårten Nordheim
2023-10-05
1
-9
/
+6
*
Use the Callable helper in QCallableObject
Mårten Nordheim
2023-08-24
1
-5
/
+6
*
invokeMethod: enable passing parameters to overload taking functors
Mårten Nordheim
2023-08-24
1
-11
/
+46
*
Add copy(SlotObjUniquePtr), use it in QHostInfoResult & SlotObjSharedPtr
Marc Mutz
2023-08-06
1
-5
/
+7
*
Port QCoreApplication::requestPermission() to SlotObjUniquePtr internally
Marc Mutz
2023-08-02
1
-0
/
+33
*
QSlotObjectBase: fix return value of ref()
Marc Mutz
2023-08-02
1
-1
/
+1
*
QSlotObjectBase: add Deleter and typedef for a unique_ptr using it
Marc Mutz
2023-07-19
1
-0
/
+14
*
QSlotObjectBase: move the `which` parameter to the 4th position
Thiago Macieira
2023-05-11
1
-5
/
+26
*
Fix QMetaObject::invokeMethod for free functions and std::bind
Volker Hilsheimer
2023-05-11
1
-19
/
+5
*
QCallableObject: use QtPrivate::CompactStorage
Marc Mutz
2023-05-11
1
-7
/
+11
*
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
1
-15
/
+16
*
Use QSlotObject helpers in functor-cases of QMetaObject::invoke
Volker Hilsheimer
2023-05-05
1
-21
/
+37
*
QObject: simplify ImplFns of Q(Private)SlotObjects
Marc Mutz
2023-05-05
1
-4
/
+5
*
Pass functor through as references until stored
Volker Hilsheimer
2023-05-03
1
-10
/
+12
*
Merge QSlotObject and QFunctorSlotObject, and use helpers to deduplicate
Volker Hilsheimer
2023-05-02
1
-36
/
+20
*
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
1
-11
/
+12
*
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
1
-4
/
+4
*
Add a helper for better error messages when functor is incompatible
Volker Hilsheimer
2023-04-28
1
-0
/
+15
*
Support move-only functors in invokeMethod and async APIs
Volker Hilsheimer
2023-04-28
1
-4
/
+4
*
Support free functions and const functors as callbacks
Volker Hilsheimer
2023-04-28
1
-8
/
+13
*
Simplify the creation of APIs that take a callback
Volker Hilsheimer
2023-04-26
1
-0
/
+79
*
QBindable: Make ordinary Q_PROPERTYs bindable
Patrick Stewart
2022-11-30
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QObject: Q_ASSERT the object type before calling a PMF
Thiago Macieira
2021-11-27
1
-4
/
+29
*
Remove checks for features available in C++17
Ievgenii Meshcheriakov
2021-10-02
1
-4
/
+0
*
QSlotObjectBase: document relation between m_impl and Operation better
Marc Mutz
2021-07-29
1
-1
/
+4
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-2
/
+2
*
Fix most obvious typos in doc comments
Ivan Tkachenko
2020-05-28
1
-2
/
+2
*
QObject: overhaul narrowing detection
Giuseppe D'Angelo
2020-04-15
1
-50
/
+27
*
QObject: treat T* -> bool conversions as narrowing
Marc Mutz
2020-02-26
1
-0
/
+4
*
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
1
-2
/
+2
*
Use Q_DISABLE_COPY_MOVE for private classes
Friedemann Kleint
2018-12-12
1
-1
/
+1
*
Optimize implementation of Indexes generator
Mikhail Svetkin
2018-08-16
1
-7
/
+25
*
doc: Remove unnecessary #ifndef Q_QDOC
Martin Smith
2018-01-09
1
-3
/
+0
*
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-05-29
1
-2
/
+0
|
\
|
*
Remove unnecessary FunctionPointer::ChangeClass
Thiago Macieira
2017-05-18
1
-2
/
+0
*
|
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-05-07
1
-1
/
+1
|
\
|
|
*
AreArgumentsCompatible: Replace a derived struct with template alias
Thiago Macieira
2017-05-05
1
-1
/
+1
[next]