summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Remove handling of missing =delete and =default supportAllan Sandfeld Jensen2019-05-021-1/+1
* 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
|/