summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype_p.h
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup in corelib/kernelAllan Sandfeld Jensen2020-10-241-2/+2
* Make most of QMetaTypeInterface constexprUlf Hermann2020-10-181-3/+3
* Remove refcounting of QMetaTypeInterfaceLars Knoll2020-08-241-2/+0
* Start porting conversions over from QVariant to QMetaTypeLars Knoll2020-08-241-0/+3
* Add a metatype helper class for Qt CoreLars Knoll2020-08-241-0/+4
* Use QMetaTypeModuleHelper as the interface to do type conversionsLars Knoll2020-08-241-0/+21
* Remove some dead codeLars Knoll2020-08-241-14/+0
* Try again to fix Clang's -Wconstant-logical-operand warningThiago Macieira2020-07-311-0/+7
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* QMetaType: create metatype for voidFabian Kosmale2020-06-021-3/+1
* Remove QRegExp from QVariantLars Knoll2020-05-141-3/+0
* QMetaType: Add namespace where necessaryFabian Kosmale2020-04-021-3/+3
* Revert "QMetaType: support manual unregistration"Simon Hausmann2020-03-271-1/+0
* QMetaType: support manual unregistrationFabian Kosmale2020-03-031-0/+1
* Use the new QMetaType API in QVariantOlivier Goffart2020-02-251-0/+2
* New QMetaType representationOlivier Goffart2020-02-201-67/+31
* Fix build without features.shortcutTasuku Suzuki2019-11-121-3/+0
* Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-0/+2
* QTypeModuleInfo: fix clang '-wconstant-logical-operand' warningsYulong Bai2019-07-011-1/+1
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-8/+8
* QTypeModuleInfo: fix clang '-wconstant-logical-operand' warningsYulong Bai2019-05-091-1/+1
* Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-301-3/+9
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-0/+4
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-2/+0
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-1/+1
* Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-1/+1
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+1
* Be more specific what is in Core and what is notJędrzej Nowacki2016-05-091-2/+5
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Reduce code bloat, by cleaning up QMetaTypeFunctionHelperJędrzej Nowacki2014-11-171-6/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-281-0/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-071-1/+1
|/
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-271-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix warning about not enough actual parameters for macro.Jędrzej Nowacki2012-09-081-1/+1
* Make sure that unknown types use the handler for unknown types.Stephen Kelly2012-07-251-2/+2
* Store the QMetaObject with the QMetaType.Stephen Kelly2012-07-011-2/+11
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-0/+3
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-1/+1
|\
| * Hide QTypeModuleInfo in a private namespace.Jędrzej Nowacki2012-04-181-1/+1
* | Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-191-1/+1
|/
* Remove duplicated template code.Jędrzej Nowacki2012-04-031-0/+56
* Unify QMetaType::TypeFlags detection.Jędrzej Nowacki2012-03-141-3/+1
* Reduce QtCore lib binary size by around ~3KB, by removing template codeJędrzej Nowacki2012-02-271-41/+6
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-161-9/+34