summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-1/+3
* Expose type id from QMetaType instanceJędrzej Nowacki2018-10-011-0/+6
* Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-301-9/+24
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-2/+15
* Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-2/+2
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-2/+9
* Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-10/+16
* 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-8/+8
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-46/+46
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-1/+1
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-1/+1
| |\
| | * Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-311-1/+1
* | | Introduce QMetaType::PointerToGadget flag for pointers to gadgetsDaniel Vrátil2017-02-231-1/+46
|/ /
* / Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-4/+4
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-5/+0
|\
| * Remove unnecessary warning disablingThiago Macieira2016-11-271-5/+0
* | Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-091-2/+1
* | Replace custom type traits with std one'sKai Koehne2016-11-081-5/+4
* | QMetaType: clean up #ifdefsMarc Mutz2016-08-151-7/+0
* | Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-031-1/+2
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-0/+2
| |\
| | * Add missing initializersTimur Pocheptsov2016-04-251-0/+2
* | | Let Q_DECLARE_METATYPE and Q_DECLARE_FLAGS be undefined under Q_MOC_RUNThiago Macieira2016-05-041-1/+2
* | | qdoc: Remove Q_QDOC for int type() in qmetatype.hMartin Smith2016-04-081-4/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+1
| |\|
| | * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-1/+1
* | | Fix Q_QDOC code for PointerToMemberFunctionOlivier Goffart2016-03-291-0/+3
* | | Fix parsing of documentation for QByteArrayList and QStringListOlivier Goffart2016-03-231-0/+2
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-241-1/+1
* Avoid recreating QVariantLists when extracted from a QVariantJocelyn Turcotte2015-08-241-15/+0
* Mark some QtMetaTypePrivate classes movableMarc Mutz2015-07-161-0/+8
* QPairVariantInterfaceImpl: init all fieldsMarc Mutz2015-07-161-0/+4
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-43/+43
* QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-1/+1
* QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-231-4/+8
* Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+1
* Add support for unregistering of custom meta types.Robert Griebl2015-04-141-0/+1
* Silence clang warnings in C++03 modeOlivier Goffart2015-04-011-0/+6
* Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-4/+4
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-2/+3
* QMetaType: improve docs and commentsOlivier Goffart2015-02-141-0/+3
* QMetaType: Automatic registration of Q_GADGET and Q_ENUM typesOlivier Goffart2015-02-121-2/+53
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-051-1/+19
* Support QMetaType::equals()Alex Blasche2015-01-131-0/+29
* Remove qRegisterSequentialContainer, qRegisterAssociativeContainer tracesKai Koehne2015-01-071-5/+2