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
6.5.1
6.5.2
6.5.3
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
/
testlib
/
qsignalspy.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QSignalSpy: make sig member const
Marc Mutz
2024-05-16
1
-2
/
+2
*
QSignalSpy: make makeArgs() file-static
Marc Mutz
2024-05-15
1
-1
/
+0
*
QSignalSpy: fix -Wweak-vtable by removing the QObject inheritance
Marc Mutz
2024-04-29
1
-25
/
+8
*
QSignalSpy: inline connectToSignal() into its only caller
Marc Mutz
2024-04-26
1
-2
/
+0
*
QSignalSpy: de-inline most of the private ctor
Marc Mutz
2024-04-26
1
-9
/
+3
*
QSignalSpy: make args member const
Marc Mutz
2024-04-24
1
-9
/
+3
*
QSignalSpy: make two private static helpers file-static
Marc Mutz
2024-04-24
1
-3
/
+0
*
QSignalSpy: pull makeArgs() out of ctor critical section
Marc Mutz
2024-04-24
1
-2
/
+9
*
QSignalSpy: make initArgs() return the result
Marc Mutz
2024-04-24
1
-2
/
+2
*
QSignalSpy: de-inline chrono wait()
Marc Mutz
2024-04-24
1
-14
/
+1
*
QSignalSpy: de-inline verify() helper functions
Marc Mutz
2024-04-24
1
-40
/
+3
*
QSignalSpy: de-inline private helpers
Marc Mutz
2024-04-24
1
-78
/
+5
*
QSignalSpy: make verify() methods static
Marc Mutz
2024-04-18
1
-2
/
+2
*
QSignalSpy: inline verify(obj, func) into the only caller
Marc Mutz
2024-03-22
1
-12
/
+1
*
QSignalSpy: separate messages for invalid and non-signal meta-methods
Marc Mutz
2024-03-22
1
-11
/
+10
*
QSignalSpy: inline init() into its only caller
Marc Mutz
2024-03-22
1
-8
/
+3
*
QSignalSpy: move signal verification from init() to verify()
Marc Mutz
2024-03-22
1
-4
/
+1
*
QSignalSpy: share more code
Marc Mutz
2024-03-22
1
-9
/
+39
*
QSignalSpy: Extract Method init() from three ctors
Marc Mutz
2024-03-21
1
-23
/
+16
*
QSignalSpy::appendArgs(): move-append the QVariantList
Marc Mutz
2024-03-21
1
-1
/
+1
*
QSignalSpy: fix clazy-function-args-by-value
Marc Mutz
2024-03-21
1
-1
/
+1
*
QSignalSpy: use NSDMI for m_waiting
Marc Mutz
2024-03-21
1
-4
/
+1
*
QSignalSpy: fix indexed loop (int instead of qsizetype)
Marc Mutz
2024-03-20
1
-1
/
+1
*
QSignalSpy: make the mutex a member variable
David Faure
2024-03-19
1
-1
/
+1
*
QSignalSpy: fix C'n'P mistake in a qWarning()
Marc Mutz
2024-03-19
1
-1
/
+1
*
QSignalSpy: fix data race between wait() and emit from another thread
David Faure
2024-03-19
1
-6
/
+21
*
QSignalSpy: add wait(std::chrono::milliseconds) overload
Ahmad Samir
2023-03-03
1
-2
/
+5
*
QTestEventLoop: add enterLoop(std::chrono::milliseconds) overload
Ahmad Samir
2023-03-03
1
-1
/
+1
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-2
/
+2
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-2
/
+2
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
Add -Wshorten-64-to-32 to headersclean
Tor Arne Vestbø
2022-07-21
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QSignalSpy: Use QMetaType instead of metatype id in initArgs
Fabian Kosmale
2020-11-10
1
-6
/
+4
*
Remove QVariant(int type, void *data, ...) constructor
Lars Knoll
2020-08-15
1
-1
/
+1
*
Use QList instead of QVector in qtbase
Jarek Kobus
2020-07-07
1
-2
/
+1
*
Use QList instead of QVector in testlib
Jarek Kobus
2020-06-25
1
-1
/
+1
*
Introduce QSignalSpy constructor allows to spy on a meta method
Vitaly Fanaskov
2019-08-13
1
-0
/
+10
*
QSignalSpy: Extract object validation to a separate method
Vitaly Fanaskov
2019-08-13
1
-6
/
+12
*
QSignalSpy: Extract meta signal validation to the separate method
Vitaly Fanaskov
2019-08-13
1
-5
/
+12
*
QSignalSpy: Extract connection functionality into a separate method
Vitaly Fanaskov
2019-08-13
1
-10
/
+16
*
More nullptr usage in headers
Kevin Funk
2019-03-14
1
-1
/
+1
*
testlib: Remove Q_CC_BOR uses
Kari Oikarinen
2018-03-06
1
-8
/
+0
*
doc: Fix remaining clang parsing errors in QtTest
Martin Smith
2018-01-18
1
-2
/
+3
*
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-1
/
+1
*
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-1
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
QSignalSpy: Improve warning about unregistered parameter types.
Friedemann Kleint
2015-11-25
1
-2
/
+5
*
QtTestLib: Use Q_NULLPTR instead of 0 in all public headers
Marc Mutz
2015-07-06
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
[next]