summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: support manual unregistrationFabian Kosmale2020-03-031-0/+13
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-2/+2
|\
| * Doc: Fix punctuation for QMetaType::QMetaType()Kai Koehne2020-02-281-1/+1
| * Doc: Fix wording of operator=!(QMetaType, QMetaType()Kai Koehne2020-02-281-1/+1
* | Get rid of QMatrixJarek Kobus2020-02-281-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\|
| * Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-1/+1
* | Use the new QMetaType API in QVariantOlivier Goffart2020-02-251-6/+11
* | Export an extern template for QMetaTypeForType for builtin typesOlivier Goffart2020-02-201-0/+13
* | New QMetaType representationOlivier Goffart2020-02-201-1037/+282
* | Remove QLinkedListSona Kurazyan2020-02-191-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-1/+2
|\|
| * Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-1/+1
| * Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-251-0/+1
* | Remove a bunch of code maked for removalOlivier Goffart2019-12-141-3/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-4/+45
|\|
| * QMetaType: add more static-less APIOlivier Goffart2019-12-071-1/+42
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* | Fix all tst_qmetatype breakages after QList to QVector aliasingJędrzej Nowacki2019-10-301-0/+46
|/
* Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-0/+2
* QMetaType: fix an is_pod test that C++11 brokeMarc Mutz2019-06-121-7/+1
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-29/+37
* QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
* QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-1/+1
* QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-2/+2
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-071-0/+6
|\
| * Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6
* | Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-031-14/+0
* | Finish qmetatype migration to type switcherJędrzej Nowacki2018-10-031-434/+190
* | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-031-2/+6
* | Expose type id from QMetaType instanceJędrzej Nowacki2018-10-011-0/+7
* | doc: Fix several miscellaneous qdoc warningsMartin Smith2018-09-241-0/+4
|/
* Doc: Remove extra \a command causing QDoc macro expansion errorPaul Wicking2018-09-141-1/+1
* Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-301-58/+133
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-0/+15
* QMetaType: remove compatibility code for MSVC 2013Thiago Macieira2018-06-251-20/+6
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-1/+8
|\
| * Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-1/+8
* | qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-271-1/+1
|/
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-7/+10
* doc: Correct clang parsing errors in qvariant.hMartin Smith2018-01-091-0/+3
* doc: Correct qdoc warnings in qobject.cpp and qmetatype.cppMartin Smith2018-01-081-3/+3
* Docs: Fix some warningsFriedemann Kleint2017-04-211-0/+1
* QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-071-0/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-2/+4
|\
| * QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-2/+4
* | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-10/+96
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-25/+14
|\|
| * Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-151-25/+14