summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* moc: fix GCC -Wuseless-cast warningsMarc Mutz2022-07-061-1/+1
* moc: fix const-init for WindowsThiago Macieira2022-06-281-4/+3
* moc: move the qt_static_metacall below the staticMetaObjectThiago Macieira2022-06-281-10/+11
* moc: Strip parentheses from RESET methods in JSON outputUlf Hermann2022-06-271-2/+2
* moc: put the qt_meta_stringdata_XXXX_t type in an unnamed namespaceThiago Macieira2022-06-241-1/+6
* moc: remove the attempt to create one large string literalThiago Macieira2022-06-241-58/+30
* moc: properly indent the output for the metatype arrayThiago Macieira2022-06-241-34/+33
* moc: add Q_CONSTINIT to the static const variables we emitThiago Macieira2022-06-221-5/+7
* moc: replace offsetof with sizeofThiago Macieira2022-06-221-1/+1
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-221-19/+23
* moc: Allow reading property values through bindablesUlf Hermann2022-06-221-0/+3
* moc: rename the "offsetsAndSize" member to "offsetsAndSizes"Thiago Macieira2022-06-221-2/+2
* moc: Improve formatting of outputUlf Hermann2022-06-101-1/+1
* moc: Add line breaks to the qt_incomplete_metaTypeArray<>Friedemann Kleint2022-05-181-11/+14
* Use SPDX license identifiersLucie Gérard2022-05-161-29/+4
* Core: Remove 'properties' featureKai Köhne2022-02-141-6/+0
* QMetaProperty: remove property auto-registration codeFabian Kosmale2022-02-091-0/+1
* QPlugin: move some of the logic from moc's output to qplugin.hThiago Macieira2021-10-041-47/+61
* moc: Support BINDABLE for private propertiesAndrei Golubev2021-08-061-1/+8
* QMetaMethod: Store method constness in metaobject systemFabian Kosmale2021-05-071-1/+6
* Introduce QMetaObject::metaTypeFabian Kosmale2021-03-251-49/+46
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-031-1/+1
* Use (void) instead of Q_UNUSEDAndré Klitzing2020-10-311-7/+7
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-171-1/+1
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-1/+1
* Make moc ready for when null byte-arrays have null constData()Edward Welbourne2020-09-171-5/+9
* Moc: Require complete types consistentlyUlf Hermann2020-09-101-5/+6
* Enforce complete method types of QML registered classesFabian Kosmale2020-09-031-1/+1
* Make bindings introspectable through mocLars Knoll2020-09-021-49/+10
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-021-289/+29
* Change QByteArray to handle large arraysLars Knoll2020-08-271-1/+1
* Use QMetaType in QMetaCallEventLars Knoll2020-08-241-4/+4
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+2
* Follow through on ### Qt6 comments in qglobal.hEdward Welbourne2020-08-181-1/+1
* Avoid UB in moc generated codeLars Knoll2020-08-071-1/+1
* QMetaType: force properties to have a complete type againFabian Kosmale2020-07-241-4/+16
* Suffix qt_pluginMetaData with class nameTor Arne Vestbø2020-07-161-3/+4
* moc: allow wrapper generation for QProperty in pimpl classFabian Kosmale2020-07-141-10/+41
* moc: For non-STORED QProperties, expect a pointerUlf Hermann2020-07-091-32/+150
* moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTYUlf Hermann2020-07-081-9/+9
* Introduce QByteArrayViewSona Kurazyan2020-07-081-2/+4
* Use qsizetype in QListLars Knoll2020-07-061-12/+12
* moc: Fix QProperty code generationFabian Kosmale2020-06-251-4/+4
* Use QList instead of QVector in mocJarek Kobus2020-06-221-25/+35
* Add support for QNotifiedProperty to the mocSimon Hausmann2020-06-181-10/+27
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-111-3/+0
* Cleanups in QMetaPropertyFabian Kosmale2020-06-111-36/+7
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-128/+6
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-14/+53
* Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-301-0/+105