summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qmetatype
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-41/+3
* 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-244-9/+11
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-241-6/+2
* Remove an unused enum value and document another oneLars Knoll2020-08-242-26/+27
* Move conversions to and from *Iterables into QMetaTypeLars Knoll2020-08-241-0/+4
* 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
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-1/+0
* 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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-092-6/+6
* 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
* Remove winrtOliver Wolff2020-06-063-18/+5
* QMetaType: create metatype for voidFabian Kosmale2020-06-021-2/+11
* QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-151-0/+6
* Remove QRegExp from QVariantLars Knoll2020-05-142-10/+0
* Enable qmetatype test with CMakeFabian Kosmale2020-04-011-0/+1
* QMetaType::fromType: support classes with inaccessible dtorsFabian Kosmale2020-03-251-0/+16
* CMake: Regenerate tests projectsAlexandru Croitor2020-03-122-2/+0
* Get rid of QMatrixJarek Kobus2020-02-281-0/+0
* Normalize types at compile timeOlivier Goffart2020-02-201-3/+49
* New QMetaType representationOlivier Goffart2020-02-201-65/+35
* Remove QLinkedListSona Kurazyan2020-02-192-2/+0
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-122-2/+2
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-46/+31
|\
| * 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
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-6/+8
|\| |