summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* moc: Fix indentation of generated codeFriedemann Kleint2019-06-071-1/+1
* Make moc grok binary literals with digit separatorsVille Voutilainen2019-05-101-1/+2
* Add cmdline feature to qmakeJoerg Bornemann2019-02-181-1/+1
* moc: add support for C++11 enum structSamuel Gaist2018-12-151-1/+1
* moc: Modernize generated code a bit, use autoKevin Funk2018-11-091-6/+6
* moc: Fix compilation of text strings containing non-ASCIIThiago Macieira2018-09-101-1/+3
* Moc: use QVector more oftenThiago Macieira2018-09-093-8/+8
* Plugins: Save some architectural requirement flagsThiago Macieira2018-09-011-16/+5
* Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-013-47/+211
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-112-7/+10
* Fix moc'ing of enum class flagsAllan Sandfeld Jensen2018-07-262-1/+3
* moc: align and use newlines in the generated staticMetaObjectsThiago Macieira2018-07-231-12/+12
* moc: Don't error our when parsing "using namespace __identifier(...)"Andy Shaw2018-03-051-0/+3
* Simplify ifs since PP_WHITESPACE and WHITESPACE are the sameAlbert Astals Cid2018-01-151-3/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-2/+2
|\
| * moc: Initialize staticMetaObject with the highest user-settable priorityMartin Storsjö2018-01-091-2/+2
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-2/+2
| |\
| | * Allow moc to handle Unicode output filenames on Windows with MSVCJake Petroules2017-12-281-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-302-1/+2
| |\|
| | * Fix clazy-strict-iteratorsFriedemann Kleint2017-10-251-1/+1
| | * moc: Restore compatibility with Qt 5.7's -b optionOlivier Goffart2017-10-241-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-9/+7
|\| |
| * | 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: Use 'using' instead of 'typedef' in generated codeAlexander Volkov2017-09-041-1/+1
|/ /
* | Win: Set a proper description for the Qt toolsKai Koehne2017-07-311-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+3
|\|
| * Moc: Don't error out when parsing namespace __identifier(...)Olivier Goffart2017-06-191-0/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-7/+6
|\|
| * moc: Don't error out when defining a keywordOlivier Goffart2017-06-061-7/+6
| * Revert "moc: remove _MSC_EXTENSIONS #define"Jani Heikkinen2017-06-051-3/+0
| * moc: remove _MSC_EXTENSIONS #defineJoerg Bornemann2017-05-301-0/+3
* | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-234-7/+40
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-201-12/+5
|\|
| * 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
* | Use new QStringList::contains(QL1S)Anton Kudryavtsev2017-03-201-2/+2
|/
* 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
|\|