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
/
qvariant
/
tst_qvariant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix QVariant(QString) <-> enum conversion
Christian Ehrlicher
14 hours
1
-0
/
+7
*
Adapt corelib to use QTimeZone in place of Qt::TimeSpec
Edward Welbourne
2022-12-09
1
-2
/
+4
*
Tidy up in tst_QVariant
Edward Welbourne
2022-12-07
1
-27
/
+27
*
tst_QVariant: convert some test functions to table-driven
Thiago Macieira
2022-11-09
1
-110
/
+141
*
QVariant: add support for numeric comparisons for char16_t and char32_t
Thiago Macieira
2022-11-09
1
-0
/
+6
*
QVariant: fix comparison of enums to numerics
Thiago Macieira
2022-11-09
1
-24
/
+159
*
QVariant: make a major simplification in the numeric comparison
Thiago Macieira
2022-11-09
1
-0
/
+190
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-11
/
+11
*
Anticipate various warnings in tst_QVariant
Edward Welbourne
2022-10-18
1
-18
/
+40
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Remove duplicate tst_QVariant canConvert:Int data row
Edward Welbourne
2022-10-11
1
-3
/
+0
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-19
/
+19
*
QVariant: fix conversions of Q_ENUM that are QFlags<> to string
Eirik Aavitsland
2022-09-01
1
-0
/
+2
*
tst_qvariant: port away from deprecated methods
Ivan Solovev
2022-08-30
1
-150
/
+184
*
QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>
Thiago Macieira
2022-08-30
1
-0
/
+5
*
Remove qvariant_p.h
Thiago Macieira
2022-07-27
1
-1
/
+0
*
QVariant: split the warning from customConstruct()
Thiago Macieira
2022-07-27
1
-2
/
+8
*
QVariant: do allow non-default-constructible types
Thiago Macieira
2022-07-22
1
-2
/
+29
*
QVariant: Avoid crash when constructed from unsuitable metatype
Fabian Kosmale
2022-07-21
1
-0
/
+47
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-29
/
+4
*
Tests: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+2
*
tst_qvariant: fix -Wclass-memaccess
Marc Mutz
2021-11-16
1
-1
/
+1
*
tst_QVariant: suppress warning about memcpying over QVariant
Thiago Macieira
2021-10-21
1
-1
/
+1
*
Assume that <variant> header is always present
Ievgenii Meshcheriakov
2021-10-01
1
-4
/
+0
*
Remove checks for C++ standard versions C++17 and below
Ievgenii Meshcheriakov
2021-10-01
1
-2
/
+2
*
QVariant: Tolerate QObject* metatypes without QMetaObject
Ulf Hermann
2021-08-10
1
-0
/
+48
*
Expand a test that QVariant isn't null even when what it wraps is
Edward Welbourne
2021-06-24
1
-4
/
+6
*
Fix some warnings
Andreas Buhr
2021-03-31
1
-2
/
+4
*
QMetaType: Store QMetaObject for pointer to const QObject, too
Fabian Kosmale
2021-02-26
1
-0
/
+30
*
QVariant::fromValue<T>: require T to be copy constructible
Fabian Kosmale
2021-01-18
1
-0
/
+15
*
Make QString and QByteArray sequentially iterable
Ulf Hermann
2021-01-06
1
-10
/
+54
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
1
-1
/
+8
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
1
-1
/
+1
*
Do not store non relocatable types in QVariants internal storage
Lars Knoll
2020-10-23
1
-1
/
+26
*
QAssociativeIterable: Unwrap variants on value()
Ulf Hermann
2020-10-19
1
-0
/
+14
*
QAssociativeIterable: Add methods to add/remove keys and values
Ulf Hermann
2020-10-19
1
-0
/
+10
*
QMetaContainer: Consistently coerce types
Ulf Hermann
2020-10-19
1
-43
/
+84
*
Allow getting a const pointer out of a variant containing pointer
Fawzi Mohamed
2020-10-08
1
-0
/
+12
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-9
/
+9
*
QVariant: Change metatype in convert() even on failure
Fabian Kosmale
2020-09-30
1
-1
/
+12
*
Remove default ctor for QIterable
Ulf Hermann
2020-09-22
1
-4
/
+4
*
QMetaType: Allow registration of mutable views and register iterables
Ulf Hermann
2020-09-19
1
-3
/
+42
*
Extend QSequentialIterable and add QAssociativeIterable
Ulf Hermann
2020-09-19
1
-115
/
+177
*
Add a QMetaAssociation
Ulf Hermann
2020-09-15
1
-1
/
+1
*
Remap QMetaType ids to create more space for builtin types
Lars Knoll
2020-09-12
1
-1
/
+1
*
Provide methods for adding values to a sequential iterable
Ulf Hermann
2020-09-12
1
-5
/
+18
*
QMetaContainer: Add an "input" iterator capability
Ulf Hermann
2020-09-12
1
-2
/
+4
*
Rename QMetaSequence's "elements" to "values"
Ulf Hermann
2020-09-11
1
-7
/
+7
*
Reimplement QSequentialIterable using QMetaSequence
Ulf Hermann
2020-09-03
1
-33
/
+45
*
QVariant: Fix conversion code
Fabian Kosmale
2020-09-02
1
-0
/
+38
[next]