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
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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Fix template information for QVariant members
Luca Di Sera
2023-11-13
1
-6
/
+6
*
QVariant: add fromMetaType
Giuseppe D'Angelo
2023-09-20
1
-13
/
+48
*
Doc: Fix documentation issues
Topi Reinio
2023-09-11
1
-0
/
+8
*
QVariant: de-duplicate customConstructShared()
Thiago Macieira
2023-08-29
1
-16
/
+0
*
Deprecate Q_ASSUME()
Thiago Macieira
2023-08-14
1
-1
/
+1
*
QVariant: always compare floating point with double precision
Volker Hilsheimer
2023-07-05
1
-11
/
+11
*
Doc: Adjust \fn signature for QVariant::value()
Topi Reinio
2023-06-14
1
-1
/
+1
*
QVariant: add rvalue overload of fromStdVariant()
Marc Mutz
2023-06-02
1
-0
/
+6
*
QVariant::fromValue: Add rvalue optimization
Fabian Kosmale
2023-06-02
1
-5
/
+69
*
QVariant: fix shadowing of QVariant::Type/List
Marc Mutz
2023-06-02
1
-7
/
+7
*
QVariant: Support emplace
Fabian Kosmale
2023-06-02
1
-0
/
+63
*
QVariant: simplify condition guarding customClear() calls
Marc Mutz
2023-05-31
1
-2
/
+2
*
QVariant: remove outdated docs about reimplementing clear()
Marc Mutz
2023-05-31
1
-5
/
+0
*
QVariant: Add support for in-place construction
Fabian Kosmale
2023-04-27
1
-0
/
+37
*
Doc: Use \relates for functions in the global scope
Topi Reinio
2023-03-28
1
-0
/
+2
*
Implement [variant.get] for QVariant [2/2]: get()
Marc Mutz
2023-03-24
1
-0
/
+19
*
Implement [variant.get] for QVariant [1/2]: get_if()
Marc Mutz
2023-03-24
1
-2
/
+19
*
QVariant: ensure the type custom is registered on construction
Thiago Macieira
2023-03-23
1
-0
/
+1
*
QVariant: fix comparisons between strings and integer 0
Giuseppe D'Angelo
2023-03-10
1
-1
/
+1
*
QVariant: Move some inline methods into a private header
Ulf Hermann
2023-02-22
1
-69
/
+1
*
QtCore: Disambiguate static variables
Friedemann Kleint
2023-02-02
1
-3
/
+3
*
Docs: adjust docs after the QLatin1String to QLatin1StringView rename
Ahmad Samir
2023-01-05
1
-1
/
+2
*
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
/
+3
*
Fix typo in documentation for QVariant::nameToType
Nicolas Fella
2022-11-25
1
-1
/
+1
*
QVariant: add support for numeric comparisons for char16_t and char32_t
Thiago Macieira
2022-11-09
1
-1
/
+7
*
QVariant: fix comparison of enums to numerics
Thiago Macieira
2022-11-09
1
-4
/
+38
*
QVariant: simplify getting integer contents by using the type size
Thiago Macieira
2022-11-09
1
-40
/
+31
*
QVariant: move the NaN comparison into the spaceShip function
Thiago Macieira
2022-11-09
1
-2
/
+4
*
QVariant: use QPartialOrdering for the internal comparison functions
Thiago Macieira
2022-11-09
1
-33
/
+16
*
QVariant: merge the equality and ordering compare functions
Thiago Macieira
2022-11-09
1
-36
/
+2
*
QVariant: make a major simplification in the numeric comparison
Thiago Macieira
2022-11-09
1
-49
/
+30
*
QVariant: get rid of output argument to qConvertTo{Real,}Number
Thiago Macieira
2022-11-09
1
-63
/
+41
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-4
/
+2
*
QVariant/Doc: expand what toList & toMap conversions may succeed
Thiago Macieira
2022-10-11
1
-5
/
+14
*
QVariant/Doc: document that you must register types before op>>
Thiago Macieira
2022-08-26
1
-3
/
+13
*
QVariant: pass the size and alignment to PrivateShared::create()
Thiago Macieira
2022-08-03
1
-10
/
+5
*
QVariant: don't leak PrivateShared if the constructor throws
Thiago Macieira
2022-08-03
1
-9
/
+22
*
QVariant: make many more QtCore types nothrow-copyable
Thiago Macieira
2022-07-30
1
-11
/
+21
*
QVariant: update the noexcept content for a few types
Thiago Macieira
2022-07-30
1
-10
/
+17
*
QVariant: move d.get() into qNumVariantToHelper
Thiago Macieira
2022-07-28
1
-9
/
+9
*
Remove qvariant_p.h
Thiago Macieira
2022-07-27
1
-1
/
+0
*
QVariant: prepare removal of nullptr_t special casing in Qt 7
Fabian Kosmale
2022-07-27
1
-1
/
+2
*
QVariant: add noexcept to Qt types with noexcept copy constructors
Thiago Macieira
2022-07-27
1
-16
/
+16
*
QVariant: update constructors for trivially copyable types
Thiago Macieira
2022-07-27
1
-38
/
+40
*
QVariant::PrivateShared: move create() and free() into the .cpp
Thiago Macieira
2022-07-27
1
-0
/
+27
*
QVariant::Private: remove old typeId() function
Thiago Macieira
2022-07-27
1
-14
/
+14
*
QVariant::Private: replace QMetaType constructor with interface
Thiago Macieira
2022-07-27
1
-2
/
+8
*
QVariant: replace v_construct with a Private template constructor
Thiago Macieira
2022-07-27
1
-116
/
+59
*
QVariant: optimize copying for trivially copyable payloads
Thiago Macieira
2022-07-27
1
-16
/
+16
[next]