summaryrefslogtreecommitdiff
path: root/src/tools/moc/moc.cpp
Commit message (Expand)AuthorAgeFilesLines
* MOC: pass the erroneous Symbol as an arg to Parser::error() overloadAhmad Samir2023-05-151-13/+14
* moc: Record types of enumerationsUlf Hermann2023-03-311-1/+3
* moc: Allow anonymous propertiesUlf Hermann2023-03-161-9/+17
* moc: don't include any std headers before user class headersStefan Sichler2022-11-301-1/+5
* moc: Output the "cloned" flag for methodsUlf Hermann2022-11-271-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-11/+11
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-09-261-0/+6
* moc: move some of the helpers into a header dedicated to itThiago Macieira2022-08-041-2/+10
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-0/+3
* moc: Allow writing properties through bindablesUlf Hermann2022-07-081-1/+7
* moc: Cleanup handling of default arguments in functionsAndrei Golubev2022-06-271-35/+18
* moc: Strip parentheses from RESET methods in JSON outputUlf Hermann2022-06-271-1/+1
* moc: add Q_CONSTINIT to the static const variables we emitThiago Macieira2022-06-221-0/+6
* moc: Allow reading property values through bindablesUlf Hermann2022-06-221-0/+10
* moc: remove unnecessary emission of "#include <qbytearray.h>"Thiago Macieira2022-06-211-1/+0
* Disable useless-cast warning for moc generated codeMate Barany2022-06-221-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Tools: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-031-3/+3
* Tools: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-031-44/+46
* typeNameForCast: use add_pointer instead of string manipulationFabian Kosmale2022-02-181-1/+1
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-271-1/+13
* tools: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* Handle even more include in enum casesFabian Kosmale2021-08-061-2/+1
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-1/+1
* moc: Add relative property index to JSON output of PropertyDefAndrei Golubev2021-06-021-4/+5
* Moc: parse trailing return typeMårten Nordheim2021-05-041-9/+21
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-4/+4
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-3/+19
* 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