summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* moc: Fix crash parsing invalid macro invocationOlivier Goffart2015-05-301-3/+5
* 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
* Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-271-1/+2
* Work around MSVC warnings about unused variables in moc outputKai Koehne2015-04-151-0/+3
* Merge dev into 5.5Oswald Buddenhagen2015-02-232-2/+2
|\
| * Fixed license headersJani Heikkinen2015-02-172-2/+2
* | Output the JSON binary data with printable charactersThiago Macieira2015-02-171-1/+7
|/
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-2/+2
* Update copyright headersJani Heikkinen2015-02-1121-179/+163
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-134-2/+8
* moc: Don't link to inexistent parent staticMetaObjectGabriel de Dietrich2015-01-132-1/+7
* 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-242-15/+11
|\
| * moc: use Q_NULLPTR instead of 0 in generated code.Axel Rasmussen2014-11-061-10/+10
| * moc: do not error if the last token of a define is #Olivier Goffart2014-10-281-5/+1
* | Fix a typo in code comment in mocJędrzej Nowacki2014-11-191-1/+1
* | Fix moc preprocessorJędrzej Nowacki2014-11-111-0/+31
* | Use file mapping in moc.Jędrzej Nowacki2014-10-302-10/+20
* | 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
* Silence moc warnings about 'argument mismatch'Kai Koehne2014-09-251-6/+0
* Update license headers and add new license filesMatti Paaso2014-09-2419-361/+209
* Remove unused property from mocJędrzej Nowacki2014-08-091-2/+1
* Introduce a new warning in moc, to notify about duplicated propertiesAleix Pol2014-07-101-0/+7
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-1/+1
|\
| * Correct grammar of missing Q_OBJECT macro warning.Mitch Curtis2014-06-231-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-063-370/+220
|\|
| * Add default case to switch statementsKurt Pattyn2014-05-021-0/+9
| * Build fix with defined DEBUG_MOCJędrzej Nowacki2014-04-252-370/+211
* | Mark each QT_MOC_LITERAL usage with a commentJędrzej Nowacki2014-04-151-2/+4
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-14/+26
|\
| * moc: Fix parsing of operator<Olivier Goffart2014-02-141-0/+4
| * Make parsing of template arguments more robust.Olivier Goffart2014-02-141-15/+23
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-1/+1
|\|
| * Document `moc -f<...>` behavior change in Qt-5.2.0David Faure2014-02-111-1/+1
* | moc: Make error message 'too many input files' more verbose.Friedemann Kleint2014-01-271-1/+1
* | 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
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-213-3/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-203-3/+5
| |\|
| | * moc: Fix parsing of complex defines defined via command lineOlivier Goffart2014-01-173-3/+5
* | | 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-244-11/+24
* | Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-124-17/+34
* | moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-1/+1
|/