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
/
qvariant.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-1
/
+1
*
QVariant: pass the size and alignment to PrivateShared::create()
Thiago Macieira
2022-08-03
1
-1
/
+1
*
QVariant: add noexcept to fromValue when possible
Thiago Macieira
2022-08-03
1
-4
/
+7
*
QVariant: reorganize the constructors in the header
Thiago Macieira
2022-08-03
1
-33
/
+29
*
QVariant: make many more QtCore types nothrow-copyable
Thiago Macieira
2022-07-30
1
-7
/
+8
*
QVariant: update the noexcept content for a few types
Thiago Macieira
2022-07-30
1
-16
/
+19
*
QVariant: prepare removal of nullptr_t special casing in Qt 7
Fabian Kosmale
2022-07-27
1
-0
/
+2
*
QVariant: add noexcept to Qt types with noexcept copy constructors
Thiago Macieira
2022-07-27
1
-8
/
+8
*
QVariant: update constructors for trivially copyable types
Thiago Macieira
2022-07-27
1
-19
/
+31
*
QVariant: move the privates up
Thiago Macieira
2022-07-27
1
-63
/
+59
*
QVariant::PrivateShared: move create() and free() into the .cpp
Thiago Macieira
2022-07-27
1
-24
/
+2
*
QVariant::Private: remove unused internalStorage()
Thiago Macieira
2022-07-27
1
-3
/
+0
*
QVariant::Private: remove old typeId() function
Thiago Macieira
2022-07-27
1
-6
/
+1
*
QVariant::Private: replace QMetaType constructor with interface
Thiago Macieira
2022-07-27
1
-7
/
+1
*
QVariant: replace v_construct with a Private template constructor
Thiago Macieira
2022-07-27
1
-4
/
+2
*
QVariant: add missing const to QMetaTypeInterface pointers
Thiago Macieira
2022-07-20
1
-5
/
+5
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-1
/
+1
*
QVariant: disable building from arbitrary pointers
Giuseppe D'Angelo
2022-03-25
1
-0
/
+8
*
QVariant: reduce transitive includes
Fabian Kosmale
2022-03-17
1
-10
/
+9
*
QVariant: use std::swap for swapping known type
Fabian Kosmale
2022-02-24
1
-1
/
+1
*
corelib: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Assume that <variant> header is always present
Ievgenii Meshcheriakov
2021-10-01
1
-9
/
+0
*
Remove checks for C++ standard versions C++17 and below
Ievgenii Meshcheriakov
2021-10-01
1
-3
/
+3
*
QVariant::Private: select storage in get at compile time
Fabian Kosmale
2021-09-21
1
-1
/
+1
*
Universally pass QMetaType by value
Ulf Hermann
2021-06-17
1
-0
/
+1
*
Port example away from deprecated QVariant API
Volker Hilsheimer
2021-04-16
1
-1
/
+1
*
QVariant: Use QMetaTypeInferface directly
Fabian Kosmale
2021-01-28
1
-6
/
+15
*
QVariant::fromValue<T>: require T to be copy constructible
Fabian Kosmale
2021-01-18
1
-0
/
+5
*
Fix QVariant/QMetaType::compare APIs
Giuseppe D'Angelo
2020-11-30
1
-1
/
+1
*
Standardize metaType stuff in QMetaProperty and QVariant
David Skoland
2020-11-03
1
-2
/
+3
*
Whitespace cleanup in corelib/kernel
Allan Sandfeld Jensen
2020-10-24
1
-8
/
+8
*
Deprecate QVariant::Type
Lars Knoll
2020-10-23
1
-8
/
+47
*
Do not store non relocatable types in QVariants internal storage
Lars Knoll
2020-10-23
1
-3
/
+6
*
QMetaContainer: Consistently coerce types
Ulf Hermann
2020-10-19
1
-0
/
+12
*
Make most of QMetaTypeInterface constexpr
Ulf Hermann
2020-10-18
1
-0
/
+3
*
qDebug: Avoid implicit QVariant conversion
Fabian Kosmale
2020-10-13
1
-2
/
+5
*
Allow getting a const pointer out of a variant containing pointer
Fawzi Mohamed
2020-10-08
1
-0
/
+7
*
Cleanup the comparison operators for QVariant
Lars Knoll
2020-10-07
1
-37
/
+5
*
Centralize the implementation of move assignment operators
Giuseppe D'Angelo
2020-10-03
1
-2
/
+1
*
Add a QVariant::compare() method
Lars Knoll
2020-10-01
1
-0
/
+2
*
QMetaType: Allow registration of mutable views and register iterables
Ulf Hermann
2020-09-19
1
-1
/
+17
*
Extend QSequentialIterable and add QAssociativeIterable
Ulf Hermann
2020-09-19
1
-55
/
+0
*
Un-export QVariantRef and QVariantPointer
Ulf Hermann
2020-09-19
1
-2
/
+2
*
Add QVariantRef, QVariantPointer, QVariantConstPointer
Ulf Hermann
2020-09-14
1
-0
/
+49
*
Make QStringList an alias to QList<QString>
Lars Knoll
2020-09-12
1
-1
/
+0
*
Remove spurious const from QVariant::convert()'s first parameter
Edward Welbourne
2020-09-10
1
-2
/
+2
*
Reimplement QSequentialIterable using QMetaSequence
Ulf Hermann
2020-09-03
1
-49
/
+0
*
Fix alignment of QVariant::Private::data on 32bit systems
Lars Knoll
2020-08-30
1
-2
/
+3
*
Remove the alignas() from QVariant::Private
Lars Knoll
2020-08-26
1
-3
/
+4
[next]