summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang compiler warnings (-Wrange-loop-analysis)David Skoland2020-10-171-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-031-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-4/+4
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-0/+16
* Make moc ready for when null byte-arrays have null constData()Edward Welbourne2020-09-172-9/+12
* Moc: Require complete types consistentlyUlf Hermann2020-09-101-5/+6
* Enforce complete method types of QML registered classesFabian Kosmale2020-09-033-3/+16
* Make bindings introspectable through mocLars Knoll2020-09-023-68/+23
* Remove QNotifiedProperty and Q_PRIVATE_QPROPERTYLars Knoll2020-09-028-463/+85
* 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
* MSVC: Fix C4996 warnings when building QtKai Koehne2020-08-191-0/+3
* Follow through on ### Qt6 comments in qglobal.hEdward Welbourne2020-08-181-1/+1
* Avoid UB in moc generated codeLars Knoll2020-08-071-1/+1
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-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: Accept NAME attribute for any propertiesUlf Hermann2020-07-151-2/+0
* moc: allow wrapper generation for QProperty in pimpl classFabian Kosmale2020-07-143-13/+56
* moc: For non-STORED QProperties, expect a pointerUlf Hermann2020-07-092-37/+158
* moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTYUlf Hermann2020-07-083-14/+21
* Introduce QByteArrayViewSona Kurazyan2020-07-081-2/+4
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-071-3/+3
* Use qsizetype in QListLars Knoll2020-07-061-12/+12
* moc: Fix QProperty code generationFabian Kosmale2020-06-253-5/+12
* Use QList instead of QVector in mocJarek Kobus2020-06-225-59/+75
* Add support for QNotifiedProperty to the mocSimon Hausmann2020-06-183-14/+42
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-113-12/+2
* Cleanups in QMetaPropertyFabian Kosmale2020-06-114-51/+8
* Qt6: remove support for property flags being functionsLars Knoll2020-06-112-132/+9
* CMake: Make it possible to build tools when cross-compilingLeander Beernaert2020-06-022-2/+4
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-025-18/+65
* moc: handle include directives in enumsFabian Kosmale2020-05-271-0/+10
* pro2cmake: Handle QMAKE_TARGET_XXX variablesJoerg Bornemann2020-05-122-0/+2
* 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-307-36/+223
* Allow for private properties to be implemented using QPropertySimon Hausmann2020-04-302-5/+27
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* 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-183-26/+120
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-263-4/+9
|\|
| * moc: Record whether a meta object is an object, gadget, or namespaceUlf Hermann2020-02-133-4/+9
* | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-251-0/+12
* | Normalize types at compile timeOlivier Goffart2020-02-201-23/+2
* | moc: Extend revision markers to allow for major and minor versionUlf Hermann2020-02-072-36/+54
* | Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-072-0/+71
|\ \