summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6
* 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
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-2/+0
|\|
| * Removed random notes in the documentation that should not be thereKavindra Palaraja2016-12-281-2/+0
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-1/+1
|/
* Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-031-0/+4
* qdoc: Remove Q_QDOC for int type() in qmetatype.hMartin Smith2016-04-081-4/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-2/+3
|\
| * Fix memory leak if QMetaType::create is called for an unknown typeJędrzej Nowacki2016-02-011-2/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-2/+2
|/
* Doc: fixed broken linksNico Vertriest2015-11-041-1/+1
* Be more tolerant with multiple differerent metatype registrationsOlivier Goffart2015-08-261-17/+8
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-1/+12
|\
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-221-3/+10
| * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-201-1/+2
* | qdoc:Fixed a few qdoc errorsMartin Smith2015-07-071-6/+0
|/
* Don't document the IsGadget flagThiago Macieira2015-06-231-1/+1
* Don't enforce all QMetaType::TypeFlag difference across Qt versionsAlex Blasche2015-06-101-4/+14
* Add support for unregistering of custom meta types.Robert Griebl2015-04-141-6/+57
* Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-061-0/+3
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+2
|\
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-241-0/+2
* | QMetaType: improve docs and commentsOlivier Goffart2015-02-141-3/+3
* | Document that some types need not to be registered with Q_DECLARE_METATYPEOlivier Goffart2015-02-121-0/+13
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-051-1/+5
* | Support QMetaType::equals()Alex Blasche2015-01-131-3/+32
* | Reduce code bloat, by cleaning up QMetaTypeFunctionHelperJędrzej Nowacki2014-11-171-137/+51
* | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-161-4/+18
* | Fix QMetaType::metaObjectForType for QtGui and QtWidgets typesOlivier Goffart2014-11-031-1/+20
* | Add QMetaType::type(QByteArray) functionKent Hansen2014-10-311-6/+19
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11