summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-9/+7
|\
| * moc: remove useless cast in qt_static_metacall generated codeEric Lemanissier2017-09-271-3/+2
| * moc: don't use const_cast in qt_metacast generated codeOlivier Goffart2017-09-251-6/+5
* | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-231-3/+30
|/
* moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-6/+2
* moc: put the QPrivateSignal argument in the arg arrayOlivier Goffart2017-03-131-6/+3
* moc: Don't test _id if there are no methods or propertiesRobin Burchell2017-01-111-2/+9
* moc: Don't check for signalList sizeRobin Burchell2017-01-111-1/+1
* moc: Use nullptr instead of Q_NULLPTR in the generated codeAlexander Volkov2016-12-091-10/+10
* Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-261-1/+6
* Moc: use QStringBuilder moreAnton Kudryavtsev2016-04-201-3/+1
* Moc: use const (and const APIs) moreAnton Kudryavtsev2016-04-181-1/+1
* Moc generator: avoid creating QMap::keys().Anton Kudryavtsev2016-04-171-3/+3
* moc: replace inefficient QLists with QVectorsMarc Mutz2016-02-101-10/+10
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-0/+1
|\
| * Speed up QObject::connect with function pointersSimon Hausmann2016-01-221-0/+1
* | moc: eradicate all Q_FOREACH loopsMarc Mutz2016-01-261-13/+23
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* moc: Generate qt_static_metacall for creatable-only gadgetsGabriel de Dietrich2015-05-131-1/+2
* moc: Fix type for gadget's CreateInstance metacallGabriel de Dietrich2015-05-131-1/+2
* Work around MSVC warnings about unused variables in moc outputKai Koehne2015-04-151-0/+3
* Output the JSON binary data with printable charactersThiago Macieira2015-02-171-1/+7
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* moc: Don't link to inexistent parent staticMetaObjectGabriel de Dietrich2015-01-131-1/+1
* moc: Work around 'unused variable' MSVC warningKai Koehne2015-01-091-1/+2
* Fix maximal literal string limitation in moc.Jędrzej Nowacki2014-12-071-9/+25
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-10/+10
|\
| * moc: use Q_NULLPTR instead of 0 in generated code.Axel Rasmussen2014-11-061-10/+10
* | moc: Move the property access code to the qt_static_metacallOlivier Goffart2014-10-281-133/+162
* | moc: Have a staticMetaCall in the Q_GADGET metaobjectOlivier Goffart2014-10-281-4/+9
|/
* moc: don't use QByteArrayLiteralMarc Mutz2014-10-091-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+9
|\
| * Add default case to switch statementsKurt Pattyn2014-05-021-0/+9
* | Mark each QT_MOC_LITERAL usage with a commentJędrzej Nowacki2014-04-151-2/+4
|/
* Add comment to moc output to simplify slots flags reading.Jędrzej Nowacki2014-01-221-9/+22
* Fix lack of deterministic behavior in moc.Jędrzej Nowacki2014-01-221-6/+16
* Remove duplicated code from moc generatorJędrzej Nowacki2014-01-201-6/+0
* Do not close string data by a double null terminator.Jędrzej Nowacki2014-01-201-2/+3
* moc: Fix -Wsign-conversion warning in the moc generated fileOlivier Goffart2014-01-151-2/+2
* Fix regression in property handling with enums from gadgetsSimon Hausmann2013-12-241-3/+7
* Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-121-10/+26
* moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-1/+1
* Fix build when fwrite() is declared with attribute warn_unused_resultTasuku Suzuki2013-10-151-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-3/+3
* moc: add -M<key=value> to ease static qml plugin linkingRichard Moe Gustavsen2013-09-131-0/+4
* moc generated code should compile with QT_NO_KEYWORDSOlivier Goffart2013-08-221-2/+2
* moc: Fix related objects containing itselfOlivier Goffart2013-08-221-2/+14
* Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-201-1/+1
* moc: Fix Generator::registerableMetaTypeOlivier Goffart2013-05-201-2/+2