summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/tst_moc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-0/+27
|\
| * moc: bail out early on missing or invalid options fileJoerg Bornemann2016-03-311-0/+27
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+50
|\|
| * QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute useMarc Mutz2016-03-091-0/+50
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Fixed qtbase tests to pass with updated license headerJani Heikkinen2016-01-211-8/+8
* | Remove all the atomic code besides MSVC and std::atomicThiago Macieira2016-01-191-1/+1
* | tst_moc: pass -std=c++11 when calling the compilerOlivier Goffart2015-11-161-3/+4
|/
* moc: fix Q_PROPERTY with parentheses in their MEMBER clauseOlivier Goffart2015-10-221-0/+13
* Split two error cases so they get reported distinctly.Edward Welbourne2015-10-161-2/+9
* Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-281-32/+32
* moc: Fix crash parsing invalid macro invocationOlivier Goffart2015-05-301-0/+7
* moc: Generate qt_static_metacall for creatable-only gadgetsGabriel de Dietrich2015-05-131-4/+6
* moc: Fix type for gadget's CreateInstance metacallGabriel de Dietrich2015-05-131-0/+10
* Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-3/+3
|\
| * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-071-3/+3
* | Moc: test if superclass list is not empty before accessing first()Jacek Całusiński2015-04-271-0/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | don't rely on the right moc being in PATHOswald Buddenhagen2015-02-041-16/+21
* | Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-13/+28
* | Remove unnecessary call to strlenJędrzej Nowacki2015-01-131-1/+0
* | moc: Don't link to inexistent parent staticMetaObjectGabriel de Dietrich2015-01-131-0/+10
* | Fix memory leaks in tst_mocJędrzej Nowacki2014-12-071-8/+8
* | Fix maximal literal string limitation in moc.Jędrzej Nowacki2014-12-071-0/+70
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+1
|\|
| * Define Q_CC_CLANG to be the version of upstream Clang that's in useTor Arne Vestbø2014-11-051-1/+1
* | Fix moc preprocessorJędrzej Nowacki2014-11-111-0/+40
|/
* Silence moc warnings about 'argument mismatch'Kai Koehne2014-09-251-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-27/+19
* Introduce a new warning in moc, to notify about duplicated propertiesAleix Pol2014-07-101-0/+8
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-0/+6
|\
| * Correct grammar of missing Q_OBJECT macro warning.Mitch Curtis2014-06-231-0/+6
* | Mark each QT_MOC_LITERAL usage with a commentJędrzej Nowacki2014-04-151-0/+11
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-0/+20
|\
| * moc: Fix parsing of operator<Olivier Goffart2014-02-141-0/+1
| * Make parsing of template arguments more robust.Olivier Goffart2014-02-141-0/+19
* | Fix lack of deterministic behavior in moc.Jędrzej Nowacki2014-01-221-0/+56
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-211-0/+3
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+3
| |\|
| | * moc: Fix parsing of complex defines defined via command lineOlivier Goffart2014-01-171-0/+3
* | | Add missing header guardsJędrzej Nowacki2014-01-201-8/+8
|/ /
* | Fix regression in property handling with enums from gadgetsSimon Hausmann2013-12-241-0/+11
* | Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-121-0/+58
* | moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-2/+2
|/
* moc: add -M<key=value> to ease static qml plugin linkingRichard Moe Gustavsen2013-09-131-0/+32
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+40
|\
| * moc generated code should compile with QT_NO_KEYWORDSOlivier Goffart2013-08-221-0/+5
| * moc: Fix related objects containing itselfOlivier Goffart2013-08-221-0/+26
| * moc: Issue a warning instead of an error when macro argument mismatchOlivier Goffart2013-08-221-1/+9
* | moc: add unittest for --ignore-option-clashesDavid Faure2013-07-301-0/+41
|/