summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qvariant
Commit message (Expand)AuthorAgeFilesLines
* tst_QVariant: fix stringification of char16_t and char32_tThiago Macieira2024-04-151-1/+3
* tst_QVariant: remove duplicate rows from compareNumericsThiago Macieira2024-04-151-2/+1
* tst_QVariant: fix copy & paste error in double-float comparisonsThiago Macieira2024-04-151-1/+1
* QVariant: use comparison helper macrosIvan Solovev2024-03-122-34/+70
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QVariant: add fromMetaTypeGiuseppe D'Angelo2023-09-201-0/+18
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-191-3/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Fix crash in `QVariant::convert` and `QVariant::view`Jøger Hansegård2023-07-021-1/+144
* QVariant::value/qvariant_cast: add rvalue optimizationFabian Kosmale2023-06-121-0/+11
* QVariant: add rvalue overload of fromStdVariant()Marc Mutz2023-06-021-0/+45
* QVariant::fromValue: Add rvalue optimizationFabian Kosmale2023-06-021-0/+23
* QVariant: Support emplaceFabian Kosmale2023-06-021-0/+98
* QVariant: Fix support for metatypes created by Qt < 6.5Fabian Kosmale2023-04-281-0/+28
* QVariant: Add support for in-place constructionFabian Kosmale2023-04-271-0/+19
* tst_QVariant: add a test contrasting Qt 5/6 isNull behaviorMarc Mutz2023-03-241-0/+7
* Implement [variant.get] for QVariant [2/2]: get()Marc Mutz2023-03-241-1/+88
* Implement [variant.get] for QVariant [1/2]: get_if()Marc Mutz2023-03-241-0/+159
* QVariant: ensure the type custom is registered on constructionThiago Macieira2023-03-231-0/+10
* QVariant: fix comparisons between strings and integer 0Giuseppe D'Angelo2023-03-101-0/+27
* tst_QVariant: check fromValue() with a non-default-constructible typeMarc Mutz2023-03-031-1/+1
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Fix QVariant(QString) <-> enum conversionChristian Ehrlicher2023-02-081-0/+7
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-2/+4
* Tidy up in tst_QVariantEdward Welbourne2022-12-071-27/+27
* tst_QVariant: convert some test functions to table-drivenThiago Macieira2022-11-091-110/+141
* QVariant: add support for numeric comparisons for char16_t and char32_tThiago Macieira2022-11-091-0/+6
* QVariant: fix comparison of enums to numericsThiago Macieira2022-11-091-24/+159
* QVariant: make a major simplification in the numeric comparisonThiago Macieira2022-11-091-0/+190
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-11/+11
* Anticipate various warnings in tst_QVariantEdward Welbourne2022-10-181-18/+40
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Remove duplicate tst_QVariant canConvert:Int data rowEdward Welbourne2022-10-111-3/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-041-19/+19
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-011-0/+2
* tst_qvariant: port away from deprecated methodsIvan Solovev2022-08-302-152/+184
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-08-301-0/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Remove qvariant_p.hThiago Macieira2022-07-271-1/+0
* QVariant: split the warning from customConstruct()Thiago Macieira2022-07-271-2/+8
* QVariant: do allow non-default-constructible typesThiago Macieira2022-07-221-2/+29
* QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-07-211-0/+47
* Use SPDX license identifiersLucie Gérard2022-05-161-29/+4
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-14/+8
* Remove unused .qrc filesJoerg Bornemann2022-01-171-6/+0