summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/moc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence implicit-fallthough warningsAllan Sandfeld Jensen2016-12-191-0/+1
* moc: disable deprecated warnings in generated codeThiago Macieira2016-11-271-0/+5
* moc: support nested q_namespacesBogDan Vatra2016-09-281-6/+32
* Check the context of Q_ENUM[_NS] and Q_FLAG[_NS]BogDan Vatra2016-09-151-0/+12
* Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-061-1/+2
* Merge dev into 5.8Oswald Buddenhagen2016-08-221-6/+56
|\
| * Say hello to Q_NAMESPACEBogDan Vatra2016-08-191-6/+56
* | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-0/+5
|\
| * moc: fix infinite loop over malformed inputOlivier Goffart2016-07-201-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-4/+4
|\|