summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qmetatype.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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