summaryrefslogtreecommitdiffstats
path: root/src/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup code where we mixed QHash and QMultiHash iterator codeLars Knoll2020-02-031-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-283-0/+7
|\
| * Introduce Q_PROPERTY attribute REQUIREDFabian Kosmale2020-01-233-0/+7
* | Introduce Q_MOC_INCLUDEOlivier Goffart2020-01-175-7/+42
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-044-4/+139
|\|
| * Teach moc to output a Make-style depfileAlexandru Croitor2019-12-173-0/+133
| * moc: change QMap::unite to QMap::insertMårten Nordheim2019-12-121-2/+2
| * Use a QMultiHash explicitly if insertMulti() is being usedLars Knoll2019-12-121-1/+1
| * Support Q_GADGET QMetaObject super class hierarchies across templatesMilian Wolff2019-12-121-1/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-093-3/+3
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-063-3/+3
* | Change representation of string data in the meta objectLars Knoll2019-12-081-8/+5
* | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-061-9/+2
* | Moc Sort json file list in collectjsonLeander Beernaert2019-11-271-1/+3
* | Add support for slots to receive the raw void ** arguments arrayLars Knoll2019-10-073-12/+22
|/
* Add support for machine-readable JSON output to the MOCSimon Hausmann2019-10-046-6/+399
* 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