summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Revert "moc: remove _MSC_EXTENSIONS #define"Jani Heikkinen2017-06-051-3/+0
* moc: remove _MSC_EXTENSIONS #defineJoerg Bornemann2017-05-301-0/+3
* 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: Add support for C++17 nested namespaces (N4230)Olivier Goffart2017-03-081-1/+21
* moc: Fix parsing of digit separatorOlivier Goffart2017-03-081-8/+8
* Remove unused src/tools/moc/mwerks_mac.* filesOlivier Goffart2017-03-062-281/+0
* Make better use of new QStringList::join(QLatin1String) overloadMarc Mutz2017-02-191-1/+1
* moc: error out when the Q_PLUGIN_METADATA file can't be openedOlivier Goffart2017-02-101-1/+6
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-2/+3
|\
| * Silence implicit-fallthough warningsAllan Sandfeld Jensen2016-12-192-2/+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
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-3/+0
|\|
| * moc: force the Microsoft compiler not to define _MSC_EXTENSIONSThiago Macieira2016-12-081-3/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-0/+5
|\|
| * moc: disable deprecated warnings in generated codeThiago Macieira2016-11-271-0/+5
* | moc: Use nullptr instead of Q_NULLPTR in the generated codeAlexander Volkov2016-12-091-10/+10
* | moc: Cache header lookups to reduce number of file stat'sThomas Sondergaard2016-11-032-8/+22
|/
* moc: support nested q_namespacesBogDan Vatra2016-09-281-6/+32
* moc: Fix asserts on moc on empty token preceding ## operatorOlivier Goffart2016-09-161-3/+3
* Check the context of Q_ENUM[_NS] and Q_FLAG[_NS]BogDan Vatra2016-09-151-0/+12
* Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-061-1/+2
* Merge dev into 5.8Oswald Buddenhagen2016-08-225-200/+285
|\
| * Say hello to Q_NAMESPACEBogDan Vatra2016-08-195-200/+285
* | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-192-6/+6
|/
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-0/+5
| |\
| | * moc: fix infinite loop over malformed inputOlivier Goffart2016-07-201-0/+5
* | | moc: Add warnings when resolving and opening includes failsFriedemann Kleint2016-07-291-5/+16
* | | Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-261-1/+6
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-221-4/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-4/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-4/+4
| | |\|
| | | * moc: Fix a crash with malformed inputOlivier Goffart2016-07-151-4/+4
* | | | Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-201-0/+29
* | | | moc: get the system #defines from the compiler itselfThiago Macieira2016-07-203-26/+50
|/ / /
* | | Don't error out on preprocessor concatenation of two stringsLars Knoll2016-07-131-5/+2
* | | moc: remove _MSC_EXTENSIONS #defineThiago Macieira2016-07-021-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-233-7/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-6/+8
| |\|
| | * Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-2/+4
| | * Fix moc warning detected by ICCThiago Macieira2016-05-091-4/+4
| * | qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-111-1/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-123-58/+44
|\| |
| * | Moc: use QStringBuilder moreAnton Kudryavtsev2016-04-203-58/+44
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-034-28/+28
|\| |
| * | Moc: use const (and const APIs) moreAnton Kudryavtsev2016-04-184-25/+25
| * | Moc generator: avoid creating QMap::keys().Anton Kudryavtsev2016-04-171-3/+3
* | | moc: Use QCommandLineParser::ParseAsLongOptions and QCommandLineOption::Short...Olivier Goffart2016-04-281-0/+10
|/ /