index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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.5.5
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
/
corelib
/
kernel
/
qvariant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QVariant: remove a false statement about C++ unions
Giuseppe D'Angelo
12 days
1
-5
/
+0
*
Doc: Fix links to deprecated functions
David Boddie
2025-06-16
1
-9
/
+9
*
QMetaType/QVariant: update docs that canConvert() operates on types
Thiago Macieira
2025-04-10
1
-0
/
+4
*
QVariant: replace spaceShip() function with Qt::compareThreeWay()
Thiago Macieira
2025-03-20
1
-25
/
+7
*
QVariant/QMetaType: fix conversions to/from qfloat16
Thiago Macieira
2025-03-21
1
-0
/
+1
*
Long live \constraints!
Marc Mutz
2025-02-28
1
-3
/
+2
*
QVariant: don't use the static CanUseInternalSpace with existing objects
Thiago Macieira
2025-02-19
1
-4
/
+11
*
Remove QT_NO_GEOM_VARIANT
Thiago Macieira
2025-01-27
1
-12
/
+4
*
QVariant: clean up after its removal from Bootstrap
Thiago Macieira
2025-01-13
1
-46
/
+19
*
Create qdoc macros for C++ class docs 1.1: member-swap(), traditional phrasing
Marc Mutz
2024-11-05
1
-3
/
+1
*
QVariant: use comparison helper macros
Ivan Solovev
2024-03-12
1
-4
/
+5
*
Bootstrap: remove QBitArray
Marc Mutz
2024-01-31
1
-0
/
+4
*
Doc: Fix \fn template arguments for Qt Core
Luca Di Sera
2023-11-30
1
-5
/
+5
*
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
[next]