summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* moc: Don't stumble over MSVC __declspec.Stephen Kelly2013-09-241-3/+10
* moc: add -M<key=value> to ease static qml plugin linkingRichard Moe Gustavsen2013-09-133-1/+92
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-272-3/+41
|\
| * 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
| * tests: Make the QT assignments more explicitSergio Ahumada2013-08-211-2/+1
* | moc: add unittest for --ignore-option-clashesDavid Faure2013-07-302-0/+96
|/
* use qtconcurrent instead of qtgui in test codeOswald Buddenhagen2013-06-101-1/+1
* moc: Fix Generator::registerableMetaTypeOlivier Goffart2013-05-201-0/+2
* moc: recover bad template parsing.Olivier Goffart2013-05-201-0/+3
* moc: use fprintf instead of qWarningOlivier Goffart2013-05-081-0/+5
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-206-65/+305
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-163-19/+25
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-052-1/+8
| |\
| * | moc: Support the '$' character as an identifierOlivier Goffart2013-03-023-0/+72
| * | Fix compilation of moc generated file with MEMBER propertiesOlivier Goffart2013-03-021-1/+18
| * | moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-192-0/+72
| * | Replace SRCDIR-define by QFINDTESTDATA in tst_moc.Friedemann Kleint2013-01-312-40/+38
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2239-39/+39
| |\ \
| * | | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-191-6/+117
| * | | Automatically register method types in QSignalSpy.Stephen Kelly2013-01-071-0/+36
* | | | Fix tst_moc when variadic macros are enabledOlivier Goffart2013-03-172-4/+9
| |_|/ |/| |
* | | moc: Fix infinite recursion in macro substitutionOlivier Goffart2013-02-212-1/+8
* | | moc: Error out when detecting unterminated macro usageTor Arne Vestbø2013-02-192-0/+72
| |/ |/|
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-1839-39/+39
|/
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Proper macro replacment and branch evaluationLars Knoll2012-11-232-3/+38
* moc: parse properly the gcc extension for variadic macroOlivier Goffart2012-10-142-0/+18
* Fix moc preprocessor-only mode with input that contains seemingly invalid ide...Simon Hausmann2012-10-132-0/+63
* Fix moc stumbling over gcc __attribute__ extensionsSimon Hausmann2012-10-012-1/+59
* Test case for moc handling definesLars Knoll2012-09-253-0/+161
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2240-961/+961
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-032-0/+77
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-0/+6
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-281-0/+234
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-0/+172
* moc: test slots marked final/override in various waysMarc Mutz2012-08-263-0/+297
* moc: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-263-3/+167
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Add some tests to note that private signals can't be overloads.Stephen Kelly2012-07-131-0/+88
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-0/+370
* Update the moc no-keywords test for the signals replacement.Stephen Kelly2012-07-091-1/+1
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-152/+0
* Change *-clang mkspec globs to *-clang*Bradley T. Hughes2012-06-201-1/+1
* Fix unused parameter warnings in moc test.Mitch Curtis2012-06-201-3/+3
* Replace QTEST_APPLESS_MAIN with QTEST_MAIN in tests using QProcessRohan McGovern2012-06-051-1/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-7/+7
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-4/+1