summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qvariant
Commit message (Expand)AuthorAgeFilesLines
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-231-1/+26
* QAssociativeIterable: Unwrap variants on value()Ulf Hermann2020-10-191-0/+14
* QAssociativeIterable: Add methods to add/remove keys and valuesUlf Hermann2020-10-191-0/+10
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-191-43/+84
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-081-0/+12
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-9/+9
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+12
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-48/+4
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-4/+10
* Remove default ctor for QIterableUlf Hermann2020-09-221-4/+4
* Cleanup API of QMimeDataLars Knoll2020-09-212-0/+11
* QMetaType: Allow registration of mutable views and register iterablesUlf Hermann2020-09-191-3/+42
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-115/+177
* Add a QMetaAssociationUlf Hermann2020-09-151-1/+1
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-121-1/+1
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-121-5/+18
* QMetaContainer: Add an "input" iterator capabilityUlf Hermann2020-09-121-2/+4
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-111-7/+7
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-031-33/+45
* QVariant: Fix conversion codeFabian Kosmale2020-09-021-0/+38
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-311-12/+0
* Cleanup QTypeInfoLars Knoll2020-08-261-2/+2
* Deprecate int based convert/canConvertLars Knoll2020-08-241-7/+7
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-241-1/+2
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-243-9/+10
* Move enum conversions over into QMetaTypeLars Knoll2020-08-241-5/+0
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-241-5/+0
* Fix compiler warnings in autotestLars Knoll2020-08-241-1/+2
* Always use the variants internal space if possibleLars Knoll2020-08-241-1/+3
* Refactor Q*IterableLars Knoll2020-08-241-11/+8
* Cleanups in the Iterable classesLars Knoll2020-08-241-9/+9
* Cleanups in QSequentialIterableLars Knoll2020-08-241-3/+3
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-7/+1
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-33/+33
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-45/+39
* Restrict comparison of variantsLars Knoll2020-08-131-22/+26
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-17/+0
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-2/+2
* Add missing braces when constructing BigConvertible in tst_qvariantTor Arne Vestbø2020-07-291-1/+1
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-3/+3
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-081-13/+36
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-8/+5
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Remove deprecated methodsLars Knoll2020-06-121-20/+0
* QVariant: remove UB and fix semantics in a testGiuseppe D'Angelo2020-06-061-4/+4
* Remove QRegExp from QVariantLars Knoll2020-05-143-13/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-8/+22
|\
| * QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-8/+22