summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/moc.h
Commit message (Expand)AuthorAgeFilesLines
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-041-10/+10
* Enforce complete method types of QML registered classesFabian Kosmale2020-09-031-1/+4
* Make bindings introspectable through mocLars Knoll2020-09-021-2/+1
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-021-7/+1
* moc: allow wrapper generation for QProperty in pimpl classFabian Kosmale2020-07-141-0/+1
* moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTYUlf Hermann2020-07-081-0/+1
* moc: Fix QProperty code generationFabian Kosmale2020-06-251-1/+1
* Use QList instead of QVector in mocJarek Kobus2020-06-221-16/+16
* Add support for QNotifiedProperty to the mocSimon Hausmann2020-06-181-1/+2
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-111-1/+1
* Cleanups in QMetaPropertyFabian Kosmale2020-06-111-2/+0
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-1/+2
* Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-301-0/+12
* Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-181-0/+5
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+1
|\
| * moc: Record whether a meta object is an object, gadget, or namespaceUlf Hermann2020-02-131-0/+1
* | moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-071-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+1
|\|
| * Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-231-0/+1
* | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-171-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+1
|\|
| * Teach moc to output a Make-style depfileAlexandru Croitor2019-12-171-0/+1
* | Add support for slots to receive the raw void ** arguments arrayLars Knoll2019-10-071-0/+1
|/
* Add support for machine-readable JSON output to the MOCSimon Hausmann2019-10-041-1/+11
* moc: Add a standard way of specifying a URI as part of Q_PLUGIN_METADATAUlf Hermann2019-04-111-0/+1
* Add support for C++ functions attributes in mocJędrzej Nowacki2019-03-071-0/+2
* moc: Parse namespaces from other filesUlf Hermann2019-02-211-0/+1
* Repack some classes in Moc to avoid padding holesThiago Macieira2018-12-141-38/+34
* Moc: use QVector more oftenThiago Macieira2018-09-091-3/+3
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-1/+1
* Fix moc'ing of enum class flagsAllan Sandfeld Jensen2018-07-261-0/+1
* moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-231-1/+2
* Say hello to Q_NAMESPACEBogDan Vatra2016-08-191-22/+20
* moc: replace inefficient QLists with QVectorsMarc Mutz2016-02-101-9/+19
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove unused property from mocJędrzej Nowacki2014-08-091-2/+1
* Fix regression in property handling with enums from gadgetsSimon Hausmann2013-12-241-0/+1
* Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-121-1/+2
* moc: add -M<key=value> to ease static qml plugin linkingRichard Moe Gustavsen2013-09-131-0/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-191-1/+1
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-191-4/+4
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-1/+2
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-11/+2
* Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-2/+11
|\
| * Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-271-2/+11