summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-0/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-45/+0
* Remove the qmake project filesJoerg Bornemann2021-01-073-45/+0
* Avoid signed overflow in mocFabian Kosmale2020-12-031-1/+9
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-12/+12
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-4/+4
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-091-10/+10
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-3/+19
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-031-1/+1
* Use (void) instead of Q_UNUSEDAndré Klitzing2020-10-311-7/+7
* 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