summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-161-3/+8
* Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-284-175/+191
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-1/+1
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-111-1/+1
| |\
| | * moc: Fix indentation of generated codeFriedemann Kleint2019-06-071-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-1/+2
| |\|
| | * Make moc grok binary literals with digit separatorsVille Voutilainen2019-05-101-1/+2
* | | Deprecate providing a function as a property flagLars Knoll2019-05-031-3/+17
* | | Moc: compile generate_keywords with corelib onlyGiuseppe D'Angelo2019-05-011-0/+1
* | | moc: Add a standard way of specifying a URI as part of Q_PLUGIN_METADATAUlf Hermann2019-04-113-0/+11
* | | More nullptr usage in headersKevin Funk2019-03-142-4/+4
* | | moc: Fix parsing of [[deprecated]] enum valuesOliver Wolff2019-03-111-0/+1
* | | Add support for C++ functions attributes in mocJędrzej Nowacki2019-03-072-3/+19
* | | moc: Parse namespaces from other filesUlf Hermann2019-02-212-17/+17
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-191-1/+1
|\|
| * Add cmdline feature to qmakeJoerg Bornemann2019-02-181-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-1/+1
|\|
| * moc: add support for C++11 enum structSamuel Gaist2018-12-151-1/+1
* | Repack some classes in Moc to avoid padding holesThiago Macieira2018-12-141-38/+34
* | Handle errors in moc generate.sh scriptJędrzej Nowacki2018-12-121-0/+2
* | Add a few qAsConst() to range-for to prevent detachmentsSergio Martins2018-12-101-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-6/+6
|\|
| * moc: Modernize generated code a bit, use autoKevin Funk2018-11-091-6/+6
* | Use std::addressof for taking an address instead of operator& in mocJędrzej Nowacki2018-10-012-5/+5
|/
* 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
|\|