summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-1/+8
|\|
| * Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-1/+8
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-061-1/+1
|\|
| * Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-2/+7
|\|
| * Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
| * QWeakPointer: use an alternative work-round for internalData() usersMarc Mutz2019-06-111-1/+6
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-061-1/+1
|\|
| * QtPrivate::QSmartPointerConvertFunctor: Fix deprecation warningFriedemann Kleint2019-05-241-1/+1
* | Bump version to Qt 6Lars Knoll2019-05-141-1/+1
|/