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
/
src
/
corelib
/
kernel
/
qmetatype.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QMetaType: fix value-initialization in a corner case
Giuseppe D'Angelo
2022-12-30
1
-1
/
+1
*
qfloat16: make it a built-in metatype
Thiago Macieira
2022-11-28
1
-1
/
+6
*
QMetaType: Document the default ctor
Mårten Nordheim
2022-11-05
1
-0
/
+7
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
QMetaType: explicitly include qobject.h
Alexey Rochev
2022-10-16
1
-0
/
+1
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-2
/
+1
*
QMetaType: Support custom unary converters with optional<To> return type
Arno Rehn
2022-09-27
1
-1
/
+2
*
Include QVariantPair in documentation of QMetaType::Type
Edward Welbourne
2022-09-26
1
-0
/
+1
*
Clear two pointless entries from the QDoc-only QMetaType::Type
Edward Welbourne
2022-09-26
1
-2
/
+0
*
QVariant: fix conversions of Q_ENUM that are QFlags<> to string
Eirik Aavitsland
2022-09-01
1
-5
/
+13
*
Doc: Update QMetaType::metaObject() descriptions
Mike Trahearn
2022-09-02
1
-11
/
+13
*
QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>
Thiago Macieira
2022-08-30
1
-5
/
+11
*
Fix the spelling of the word "combination"
Mike Trahearn
2022-08-30
1
-1
/
+1
*
QMetaType/Doc: update some wording about type registration
Thiago Macieira
2022-08-29
1
-16
/
+13
*
QMetaType: don't create a registry just to query its emptiness [2/2]
Marc Mutz
2022-08-05
1
-2
/
+2
*
QMetaType: make all atomic operations explicit
Marc Mutz
2022-08-05
1
-3
/
+4
*
QMetaType: prevent memory leak on create() if the constructor throws
Thiago Macieira
2022-07-27
1
-13
/
+21
*
QVariant: move the check for std::nullptr_t a bit up in customConstruct
Thiago Macieira
2022-07-27
1
-5
/
+5
*
QMetaType: don't record trivial construction function pointers
Thiago Macieira
2022-07-27
1
-25
/
+26
*
QMetaType: add is{Default,Copy,Move}Constructible and isDestructible
Thiago Macieira
2022-07-26
1
-2
/
+70
*
QMetaType: add registerType() and qRegisterMetaType(QMetaType)
Thiago Macieira
2022-07-26
1
-18
/
+50
*
QMetaType: fix isRegistered()
Thiago Macieira
2022-07-26
1
-3
/
+8
*
QMetaType: fix documentation
Fabian Kosmale
2022-07-21
1
-7
/
+7
*
QMetaType: Do not warn about unknown types in isRegistered
Fabian Kosmale
2022-07-11
1
-10
/
+16
*
Long live QDebug op<< QMetaType!
Marc Mutz
2022-07-09
1
-0
/
+11
*
QMetaType: move the built-in QMetaTypeInterfaces to read-only segments
Thiago Macieira
2022-06-28
1
-3
/
+8
*
QMetaType: extern-template the built-in Core types' QMetaTypeInterface
Thiago Macieira
2022-06-28
1
-4
/
+5
*
QMetaType: use explicit load/store operations on QBasicAtomicInt
Thiago Macieira
2022-06-18
1
-4
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-40
/
+4
*
QMetaType: Add qHash() overload
Mårten Nordheim
2022-04-05
1
-0
/
+8
*
QMetaType: don't allocate memory just to look up a key in a QHash
Marc Mutz
2022-04-03
1
-1
/
+1
*
QMetaType: don't create a registry just to query its emptiness
Marc Mutz
2022-04-03
1
-3
/
+4
*
QMetaType: unlock QReadLocker early
Marc Mutz
2022-04-03
1
-0
/
+1
*
Apply Q_CONSTINIT across the codebase
Marc Mutz
2022-03-29
1
-2
/
+2
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-1
/
+1
*
Doc: Add \relates command for documented global functions/macros
Topi Reinio
2022-03-25
1
-1
/
+1
*
QMetaType: remove an unused static pointer variable
Marc Mutz
2022-03-18
1
-2
/
+1
*
Core: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+2
*
qmetatype: Remove left-over module association code
Fabian Kosmale
2022-02-09
1
-6
/
+0
*
Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...
Marc Mutz
2022-01-21
1
-0
/
+1
*
QMetaType: add a missing check for null d_ptr
Thiago Macieira
2022-01-18
1
-1
/
+1
*
qmetatype: Fix incorrect more than one typedef warning
Jonas Kvinge
2022-01-17
1
-1
/
+1
*
QMetaType: Allow conversion of derived gadget types to their base types
Ulf Hermann
2022-01-13
1
-5
/
+11
*
QVariant: fix incorrect warning about duplicated alias where there isn't
Thiago Macieira
2022-01-12
1
-0
/
+1
*
QVariant: use a typedef name when saving user types to QDataStream
Thiago Macieira
2021-12-17
1
-1
/
+39
*
QMetaType: port the BC fix for id() to new QT_REMOVED_SINCE
Marc Mutz
2021-12-06
1
-14
/
+0
*
qmetatype.cpp: provide missing initializer for const variable
Thiago Macieira
2021-11-10
1
-1
/
+1
*
QMetaType: Avoid superfluous template instantiations
Fabian Kosmale
2021-10-29
1
-9
/
+2
*
Doc: Fix qdoc warnings
Venugopal Shivashankar
2021-10-23
1
-4
/
+4
*
corelib: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
[next]