summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: force properties to have a complete type againFabian Kosmale2020-07-241-2/+11
* QAssociativeIterableImpl::advanceImpl(): remove deprecation protectionEdward Welbourne2020-07-211-3/+0
* Use QList instead of QVectorJarek Kobus2020-07-091-4/+3
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-081-86/+64
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-5/+5
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-7/+7
* Make the default constructor of QMetaType constexprLars Knoll2020-06-161-2/+2
* Long live std::pair!Giuseppe D'Angelo2020-06-101-14/+11
* metatype: Do not try analyze T in Q*Pointer<T> if T is incompleteFabian Kosmale2020-06-091-1/+19
* Use static function instead of lambda to workaround a MSVC compiler bugFabian Kosmale2020-06-081-58/+70
* QMetaType: create metatype for voidFabian Kosmale2020-06-021-8/+22
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+34
* QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-151-1/+4
* Remove QRegExp from QVariantLars Knoll2020-05-141-2/+1
* Fix assigning int QFlag-type propertiesFriedemann Kleint2020-04-221-2/+11
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+18
|\
| * QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-0/+18
* | Revert "QMetaType: support manual unregistration"Simon Hausmann2020-03-271-3/+0
* | QMetaType: Do copy constuctible check at compile timeFabian Kosmale2020-03-251-1/+1
* | QMetaType::fromType: support classes with inaccessible dtorsFabian Kosmale2020-03-251-1/+4
* | Remove garbageLars Knoll2020-03-181-1/+1
* | Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-171-1/+8
* | Fix typoSimon Hausmann2020-03-101-3/+3
* | Remove template leftoverFabian Kosmale2020-03-101-1/+0
* | MSVC: Suppress warning C4910 for exported extern templatesMårten Nordheim2020-03-031-0/+3
* | QMetaType: support manual unregistrationFabian Kosmale2020-03-031-0/+3
* | Get rid of QMatrixJarek Kobus2020-02-281-2/+1
* | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-0/+5
* | Use the new QMetaType API in QVariantOlivier Goffart2020-02-251-1/+4
* | Fix crashes with MSVC 2019Olivier Goffart2020-02-251-2/+2
* | Export an extern template for QMetaTypeForType for builtin typesOlivier Goffart2020-02-201-0/+18
* | Normalize types at compile timeOlivier Goffart2020-02-201-15/+349
* | New QMetaType representationOlivier Goffart2020-02-201-257/+215
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-8/+80
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-8/+80
| |\
| | * QSequentialIterableImpl: support appendFabian Kosmale2020-01-151-8/+80
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-3/+4
|\| |
| * | Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-251-3/+4
* | | Remove a bunch of code maked for removalOlivier Goffart2019-12-141-9/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-1/+13
|\| |
| * | QMetaType: add more static-less APIOlivier Goffart2019-12-071-1/+13
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-301-0/+3
|\| |
| * | Silence MSVC build of Qt for PythonFriedemann Kleint2019-11-291-0/+3
| |/
* | Fix up parts of the QList related docsLars Knoll2019-10-301-0/+1
* | Fix all tst_qmetatype breakages after QList to QVector aliasingJędrzej Nowacki2019-10-301-0/+18
* | Make QList an alias to QVectorLars Knoll2019-10-301-7/+2
* | Move QListSpecialMethods over to QVectorLars Knoll2019-10-301-1/+1
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+8