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.5
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
/
tests
/
auto
/
corelib
/
kernel
/
qmetatype
Commit message (
Expand
)
Author
Age
Files
Lines
*
QMetaType: fix value-initialization in a corner case
Giuseppe D'Angelo
2022-12-30
2
-1
/
+128
*
qfloat16: make it a built-in metatype
Thiago Macieira
2022-11-28
1
-0
/
+3
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
QMetaType: Support custom unary converters with optional<To> return type
Arno Rehn
2022-09-27
1
-14
/
+53
*
Compile guard tests in corelib/kernel that need threading support
Mikolaj Boc
2022-09-11
2
-0
/
+4
*
tst_qmetatype: port away from deprecated calls
Ivan Solovev
2022-08-30
4
-156
/
+304
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TO
Ivan Solovev
2022-08-19
1
-1
/
+1
*
QMetaType: don't use global relocations to the lambdas and structures
Thiago Macieira
2022-08-12
1
-0
/
+8
*
QMetaType: add a test to confirm that types are equal across libraries
Thiago Macieira
2022-08-12
7
-5
/
+193
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
1
-0
/
+3
*
tst_QMetaType: fix warning that buffer may be unused
Thiago Macieira
2022-07-31
1
-2
/
+2
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
1
-1
/
+1
*
QMetaType: don't record trivial construction function pointers
Thiago Macieira
2022-07-27
2
-20
/
+106
*
QMetaType: add registerType() and qRegisterMetaType(QMetaType)
Thiago Macieira
2022-07-26
1
-0
/
+24
*
QMetaType: fix isRegistered()
Thiago Macieira
2022-07-26
2
-0
/
+10
*
tst_QMetaType: suppress most warnings
Thiago Macieira
2022-07-26
1
-1
/
+16
*
tst_QMetaType: merge flags and flagsStaticless
Thiago Macieira
2022-07-26
2
-52
/
+42
*
Specialize MetaObjectForType for non-pointer QObject-derived types
Mikolaj Boc
2022-07-12
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
5
-135
/
+10
*
QMetaType: Fix normalization on MSVC if name contains enum
Fabian Kosmale
2022-05-12
1
-0
/
+6
*
Clean up includes involving tst_qmetatype_common.h
Edward Welbourne
2022-04-26
2
-4
/
+4
*
Cleanup tests that add test data to resources explicitly
Alexey Edelev
2022-02-11
1
-17
/
+0
*
tst_QMetaType: remove call to pthread_yield()
Thiago Macieira
2022-01-19
1
-3
/
+0
*
tst_QMetaType: remove the IsInitialized check
Thiago Macieira
2022-01-19
2
-28
/
+11
*
tst_qmetatype: add a few more row for QMetaType::UknknownType
Thiago Macieira
2022-01-19
1
-0
/
+23
*
QMetaType: add a missing check for null d_ptr
Thiago Macieira
2022-01-18
2
-0
/
+55
*
Remove unused .qrc files
Joerg Bornemann
2022-01-17
1
-5
/
+0
*
QMetaType: Allow conversion of derived gadget types to their base types
Ulf Hermann
2022-01-13
2
-2
/
+30
*
tst_qmetatype: fix memleaks
Marc Mutz
2021-12-22
1
-4
/
+11
*
Fix autotest runtime failures on INTEGRITY
Tatiana Borisova
2021-12-16
2
-0
/
+19
*
tst_qmetatype: remove traces of compiler workarounds again
Marc Mutz
2021-12-16
3
-13
/
+0
*
tst_qmetatype: remove the previous MingW workaround
Marc Mutz
2021-12-16
1
-8
/
+0
*
tst_qmetatype: remove the previous clang-arm workaround
Marc Mutz
2021-12-15
1
-5
/
+0
*
Revert "tst_qmetatype: Temporarily disable expensive tests on QNX"
Marc Mutz
2021-12-15
1
-2
/
+2
*
tst_qmetatype: factor the most expensive test into its own TU
Marc Mutz
2021-12-07
4
-81
/
+127
*
tst_qmetatype: move an #ifdef to the header
Marc Mutz
2021-12-07
2
-8
/
+8
*
tst_qmetatype: Temporarily disable expensive tests on QNX
Fabian Kosmale
2021-11-25
1
-2
/
+5
*
tst_qmetatype: Fix operator< detection for std::optional
Fabian Kosmale
2021-09-21
1
-0
/
+2
*
normalizeTypeFromSignature: Beware of anonymous struct/union
Fabian Kosmale
2021-06-08
1
-0
/
+15
*
QTypeInfo: Handle T::value_type being equal to T
Fabian Kosmale
2021-03-25
1
-0
/
+10
*
tst_qmetatype: RELOCATABLE -> PRIMITIVE is binary compatible
Fabian Kosmale
2021-03-05
1
-1
/
+10
*
QMetaType: Store QMetaObject for pointer to const QObject, too
Fabian Kosmale
2021-02-26
2
-0
/
+20
*
Split up the QMetaType unit test
Volker Hilsheimer
2021-02-09
5
-910
/
+966
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-27
/
+0
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
1
-1
/
+1
*
Add a way to check whether a metatype has datastream operators
Lars Knoll
2020-12-01
1
-0
/
+3
*
Fix QVariant/QMetaType::compare APIs
Giuseppe D'Angelo
2020-11-30
1
-3
/
+3
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
1
-3
/
+3
*
QMetaType: Track whether type is QML list type
Fabian Kosmale
2020-11-23
1
-19
/
+23
[next]