summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* 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: Don't stumble over MSVC __declspec.Stephen Kelly2013-09-241-0/+1
* moc: add -M<key=value> to ease static qml plugin linkingRichard Moe Gustavsen2013-09-134-0/+35
* Fix moc-crash when compiling QtScript on Windows.Friedemann Kleint2013-09-111-8/+7
* Port moc to QCommandLineParserDavid Faure2013-09-103-226/+202
* QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-1/+1
* 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
* moc: Issue a warning instead of an error when macro argument mismatchOlivier Goffart2013-08-221-2/+2
* don't include qconfig.cpp into moc and uicOswald Buddenhagen2013-08-152-3/+1
* Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-202-2/+2
* moc: Avoid non-deterministic output which causes unnecesary rebuildsRobin Burchell2013-06-301-1/+6
* moc: Fix Generator::registerableMetaTypeOlivier Goffart2013-05-201-2/+2
* moc: recover bad template parsing.Olivier Goffart2013-05-201-0/+5
* moc: use fprintf instead of qWarningOlivier Goffart2013-05-081-2/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-2/+2
* don't bootstrap tools when not necessaryOswald Buddenhagen2013-03-141-0/+1
* moc: Remove VC6 workaroundOlivier Goffart2013-03-061-10/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-053-4/+21
|\
| * moc: Fix infinite recursion in macro substitutionOlivier Goffart2013-02-213-4/+21
| * moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-191-0/+2
* | moc: Support the '$' character as an identifierOlivier Goffart2013-03-024-8/+9
* | Fix compilation of moc generated file with MEMBER propertiesOlivier Goffart2013-03-021-1/+2
* | moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-191-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2221-21/+21
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1821-21/+21
* | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-193-11/+40
|/
* Remove the timestamp info in genarated filesLiang Qi2012-12-151-5/+1
* Change license header from Nokia to DigiaSergio Ahumada2012-11-262-2/+2
* moc: Fix assertion in QVector::first()Konstantin Ritt2012-11-251-6/+10
* Proper macro replacment and branch evaluationLars Knoll2012-11-233-80/+144
* Correctly expand arguments in function macrosLars Knoll2012-11-231-11/+12
* Remove additional whitespaces from the macro tokensLars Knoll2012-11-231-2/+24
* make qt_tool support building bootstrapped toolsOswald Buddenhagen2012-11-161-6/+1
* remove pointless TARGET assignmentsOswald Buddenhagen2012-11-161-1/+0
* Generate a proper static QtBootstrap moduleOswald Buddenhagen2012-11-081-9/+7