index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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
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
*
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
*
|
Support move-only function objects in QObject::connect
Olivier Goffart
2017-04-29
1
-1
/
+1
*
|
Add QMetaObject::invokeMethod() overloads for function pointers
Benjamin Terrier
2017-04-02
1
-1
/
+93
|
/
*
moc: Support signals that return movable-only type
Olivier Goffart
2017-03-13
1
-6
/
+1
*
Streamline #include <type_traits>
Giuseppe D'Angelo
2017-01-31
1
-2
/
+0
*
Adapt to the C++ SIC introduced by P0021: noexcept overloading
Thiago Macieira
2017-01-14
1
-0
/
+55
*
AreArgumentsNarrowedBase: Correct logic for narrowing connect() casts
Edward Welbourne
2016-11-23
1
-2
/
+8
*
QObject::connect: allow to disable narrowing of the connection arguments
Giuseppe D'Angelo
2016-08-02
1
-0
/
+46
*
Remove the code for QObject::connect for non-C++11 compilers
Thiago Macieira
2016-06-02
1
-381
/
+0
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-25
1
-1
/
+1
|
\
|
*
Don't copy the functor object for each signal emission
Olivier Goffart
2016-04-13
1
-1
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
qobject.h: remove hack that simulated decltype
Olivier Goffart
2015-11-16
1
-1
/
+1
|
/
*
Make Creator happy with qobjectdefs_impl.h parsing
Thiago Macieira
2015-03-31
1
-0
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Attempt to fix intel compiler build error.
Jędrzej Nowacki
2014-06-19
1
-1
/
+1
*
QObject: fix connection to function pointer with non-copyable references argu...
Olivier Goffart
2014-01-17
1
-2
/
+2
*
QObject: allow connecting to functors with a receiver object
Dario Freddi
2013-09-16
1
-26
/
+26
*
Rename template parameter: "I" -> "II"
Sze Howe Koh
2013-08-18
1
-9
/
+9
*
Support connection to functor with multiple operator()
Olivier Goffart
2013-03-19
1
-1
/
+35
*
Mark QtPrivate::ApplyReturnType constructor as explicit.
Olivier Goffart
2013-03-19
1
-1
/
+1
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-03-06
1
-2
/
+2
|
\
|
*
Fix spelling
Olivier Goffart
2013-03-04
1
-2
/
+2
*
|
Mark all qtbase headers that aren't clean
Thiago Macieira
2013-03-03
1
-0
/
+5
*
|
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
1
-4
/
+0
|
/
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Fix connecting to a functor with 3 arguments
Olivier Goffart
2012-11-30
1
-1
/
+1
*
Fix connection to const slots (or from const signals)
Olivier Goffart
2012-11-06
1
-0
/
+121
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Split qobject_impl.h into qobjectdefs_impl.h
Kent Hansen
2012-04-25
1
-0
/
+485