summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-051-0/+10
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-041-3/+3
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-251-3/+3
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-231-19/+23
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-12/+23
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-8/+0
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-2/+2
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-201-1/+1
* Fix compile time type normalization codeLars Knoll2020-10-141-0/+38
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-8/+8
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* Reimplement QSequentialIterable using QMetaSequenceUlf Hermann2020-09-031-0/+5
* QWeakPointer: purge deprecated APIEdward Welbourne2020-08-311-7/+0
* Cleanup QTypeInfoLars Knoll2020-08-261-3/+8
* Deprecate int based convert/canConvertLars Knoll2020-08-241-2/+2
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-8/+8
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-241-6/+2
* Remove an unused enum value and document another oneLars Knoll2020-08-241-26/+27
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-28/+26
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-5/+5
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-311-0/+38
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-291-3/+3
* qtypeinfo: Improve container checkFabian Kosmale2020-07-141-0/+9
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-081-46/+23
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-081-0/+97
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-41/+38
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-3/+3
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-10/+10
* Long live std::pair!Giuseppe D'Angelo2020-06-101-3/+3
* QMetaType: create metatype for voidFabian Kosmale2020-06-021-2/+11
* QMetaType::fromType: support classes with inaccessible dtorsFabian Kosmale2020-03-251-0/+16
* Normalize types at compile timeOlivier Goffart2020-02-201-3/+49
* New QMetaType representationOlivier Goffart2020-02-201-65/+35
* Remove QLinkedListSona Kurazyan2020-02-191-1/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-0/+29
|\
| * QMetaType: add more static-less APIOlivier Goffart2019-12-071-0/+29
* | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-061-1/+1
* | Remove QVariant::operator< and related operatorOlivier Goffart2019-12-041-45/+1
* | Fix all tst_qmetatype breakages after QList to QVector aliasingJędrzej Nowacki2019-10-301-2/+4
* | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-4/+4
|/
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+20
* Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-5/+3
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-071-0/+11
|\
| * Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+11
* | QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-101-6/+18
* | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-031-3/+0
* | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-031-1/+0
* | Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-031-1/+0
* | Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-031-1/+0
* | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-031-1/+0