summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Expose type id from QMetaType instanceJędrzej Nowacki2018-10-011-0/+7
|/
* Update QMetaObjectBuilder::MetaObjectFlag enumBogDan Vatra2018-08-301-3/+1
* Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-301-0/+246
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-0/+3
* Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-0/+11
* Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-0/+19
* Tests: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-6/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-2/+2
|\
| * Add some missing breaks in switch statementsMarc Mutz2017-05-101-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-2/+2
|\|
| * QMetaType: fix the testGiuseppe D'Angelo2017-04-201-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-3/+8
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-3/+8
| |\
| | * QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-3/+8
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-1/+5
|\| |
| * | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-1/+5
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-1/+1
|\| |
| * | QTypeInfo: don't treat enums and (extended) integral types as complexMarc Mutz2017-02-221-1/+1
| |/
* / Introduce QMetaType::PointerToGadget flag for pointers to gadgetsDaniel Vrátil2017-02-231-8/+16
|/