summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/tst_moc.cpp
Commit message (Expand)AuthorAgeFilesLines
* moc: Treat number + characters as Identifier, not NumberFabian Kosmale2024-04-171-0/+30
* tst_moc: handle QFile::open failures from non-test functionsGiuseppe D'Angelo2024-04-141-5/+11
* Long live QT_TECH_PREVIEW_APIGiuseppe D'Angelo2024-02-201-0/+2
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* moc/QMetaProperty: Remove limitation on non-own-class notify signalsFabian Kosmale2024-01-261-0/+18
* tst_moc: fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-101-0/+2
* tst_moc: DRY QProcess success verificationMarc Mutz2024-01-101-36/+23
* Dissociate QTypeRevision from QVersionNumberMarc Mutz2024-01-101-1/+1
* Moc: don't stumple over inline namespace in more placesFabian Kosmale2023-11-241-0/+3
* tst_moc: compile with QT_NO_FOREACHAhmad Samir2023-08-191-5/+4
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* QObject: replace _q_reregisterTimers with a lambdaAhmad Samir2023-07-311-14/+16
* moc: handle "L" integer suffixFabian Kosmale2023-07-281-0/+5
* Moc: fix generated code for nested enum class corner caseAhmad Samir2023-06-181-0/+44
* moc: Handle attributes after meta-method tagFabian Kosmale2023-06-161-0/+28
* Moc: streamline how diagnostic messages are printedAhmad Samir2023-06-051-2/+2
* MOC: pass the erroneous Symbol as an arg to Parser::error() overloadAhmad Samir2023-05-151-0/+9
* Fix another warning when comparing size_t and qsizetypeVolker Hilsheimer2023-04-181-1/+1
* Fix warning when comparing size_t with qsizetypeVolker Hilsheimer2023-04-031-1/+1
* moc: Record types of enumerationsUlf Hermann2023-03-311-29/+81
* moc: Allow anonymous propertiesUlf Hermann2023-03-161-0/+51
* Silence warning about deliberately using deprecated APIVolker Hilsheimer2023-03-061-0/+2
* moc: Allow calling ctors on pre-allocated dataUlf Hermann2023-02-021-0/+37
* moc: Output the "cloned" flag for methodsUlf Hermann2022-11-271-0/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-09-261-0/+9
* moc: Do not fail to compile meta-methods containing non-const ref typesFabian Kosmale2022-09-211-0/+2
* moc: Allow writing properties through bindablesUlf Hermann2022-07-081-21/+58
* tst_moc: fix build with GCC 12Thiago Macieira2022-06-241-3/+3
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-221-20/+25
* moc: Allow reading property values through bindablesUlf Hermann2022-06-221-0/+39
* Use SPDX license identifiersLucie Gérard2022-05-161-35/+10
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-2/+2
* typeNameForCast: use add_pointer instead of string manipulationFabian Kosmale2022-02-181-0/+13
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-271-2/+24
* QPlugin: add qt_plugin_query_metadata_v2() to dynamic pluginsThiago Macieira2021-10-111-11/+2
* QPlugin: suppress the "QTMETADATA !" magic in static pluginsThiago Macieira2021-10-111-12/+10
* moc: Support BINDABLE for private propertiesAndrei Golubev2021-08-061-0/+11
* Test Q_CLASSINFO("foobar", #__VA_ARGS__) in tst_mocAndrei Golubev2021-07-081-0/+18
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-241-3/+6
* Remove pure-virtual-signals.h include from tst_moc.cppEdward Welbourne2021-06-111-1/+0
* tst_moc: Use qtpaths instead of qmakeFabian Kosmale2021-05-051-2/+2
* Moc: parse trailing return typeMårten Nordheim2021-05-041-0/+38
* Silence a bunch of gcc warnings for the moc testVolker Hilsheimer2021-03-291-1/+5
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-1/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-091-50/+50
* Fix compile time type normalization codeLars Knoll2020-10-141-1/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-10/+10
* Fix deprecation warnings in testsVolker Hilsheimer2020-09-171-3/+3