summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/moc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make moc ready for when null byte-arrays have null constData()Edward Welbourne2020-09-171-4/+3
* Enforce complete method types of QML registered classesFabian Kosmale2020-09-031-1/+11
* Make bindings introspectable through mocLars Knoll2020-09-021-17/+12
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-021-129/+28
* moc: Accept NAME attribute for any propertiesUlf Hermann2020-07-151-2/+0
* moc: allow wrapper generation for QProperty in pimpl classFabian Kosmale2020-07-141-3/+14
* moc: For non-STORED QProperties, expect a pointerUlf Hermann2020-07-091-5/+8
* moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTYUlf Hermann2020-07-081-5/+11
* moc: Fix QProperty code generationFabian Kosmale2020-06-251-0/+7
* Use QList instead of QVector in mocJarek Kobus2020-06-221-7/+7
* Add support for QNotifiedProperty to the mocSimon Hausmann2020-06-181-3/+13
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-111-8/+1
* Cleanups in QMetaPropertyFabian Kosmale2020-06-111-12/+0
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-4/+3
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-1/+1
* moc: handle include directives in enumsFabian Kosmale2020-05-271-0/+10
* Port two more local QSets to QDuplicateTrackersMarc Mutz2020-05-051-3/+3
* Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-301-10/+68
* Allow for private properties to be implemented using QPropertySimon Hausmann2020-04-301-1/+15
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+4
|\
| * Warn that the EDITABLE flag for property declarations is deprecatedLars Knoll2020-04-021-1/+4
* | Allow declaring QProperty<> based Q_PROPERTYies with a notify signalSimon Hausmann2020-04-081-26/+17
* | Add support for exposing public QProperty members in the meta-object systemSimon Hausmann2020-03-181-6/+63
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+5
|\|
| * moc: Record whether a meta object is an object, gadget, or namespaceUlf Hermann2020-02-131-1/+5
* | Normalize types at compile timeOlivier Goffart2020-02-201-23/+2
* | moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-071-36/+52
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-0/+4
|\|
| * Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-231-0/+4
* | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-171-0/+21
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-2/+3
|\|
| * Teach moc to output a Make-style depfileAlexandru Croitor2019-12-171-0/+1
| * moc: change QMap::unite to QMap::insertMårten Nordheim2019-12-121-2/+2
* | Add support for slots to receive the raw void ** arguments arrayLars Knoll2019-10-071-0/+5
|/
* Add support for machine-readable JSON output to the MOCSimon Hausmann2019-10-041-1/+199
* Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-281-0/+7
* Deprecate providing a function as a property flagLars Knoll2019-05-031-3/+17
* moc: Add a standard way of specifying a URI as part of Q_PLUGIN_METADATAUlf Hermann2019-04-111-0/+4
* moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-111-0/+1
* Add support for C++ functions attributes in mocJędrzej Nowacki2019-03-071-3/+17
* moc: Parse namespaces from other filesUlf Hermann2019-02-211-17/+16
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-1/+1
|\
| * moc: add support for C++11 enum structSamuel Gaist2018-12-151-1/+1
* | Use std::addressof for taking an address instead of operator& in mocJędrzej Nowacki2018-10-011-1/+1
|/
* moc: Don't error our when parsing "using namespace __identifier(...)"Andy Shaw2018-03-051-0/+3
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+3
|\
| * Moc: Don't error out when parsing namespace __identifier(...)Olivier Goffart2017-06-191-0/+3
* | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-231-3/+7
|/
* moc: Add support for C++17 nested namespaces (N4230)Olivier Goffart2017-03-081-1/+21
* moc: error out when the Q_PLUGIN_METADATA file can't be openedOlivier Goffart2017-02-101-1/+6