summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* Add REUSE ignore commentLucie Gérard5 days1-1/+1
* 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-202-0/+45
* Change license for tests filesLucie Gérard2024-02-0466-66/+66
* moc: store the FQN in JSON superClass objectsMarc Mutz2024-01-263-0/+50
* 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-192-7/+4
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-192-0/+4
* QObject: replace _q_reregisterTimers with a lambdaAhmad Samir2023-07-311-14/+16
* moc: handle "L" integer suffixFabian Kosmale2023-07-281-0/+5
* CMake: Make qtbase tests standalone projectsAlexandru Croitor2023-07-051-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: silence a GCC warningAhmad Samir2023-05-181-0/+1
* 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-313-29/+161
* moc: Allow anonymous propertiesUlf Hermann2023-03-161-0/+51
* Silence warning about deliberately using deprecated APIVolker Hilsheimer2023-03-061-0/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-3/+0
* moc: Allow calling ctors on pre-allocated dataUlf Hermann2023-02-021-0/+37
* moc: Output the "cloned" flag for methodsUlf Hermann2022-11-274-0/+56
* 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-212-0/+21
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* QMetaType: fix void* parametersThiago Macieira2022-08-012-1/+77
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-5/+5
* 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-1664-1710/+135
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-171-0/+1
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-2/+2
* typeNameForCast: use add_pointer instead of string manipulationFabian Kosmale2022-02-181-0/+13
* Add missing implicit dependencies to the tool testsAlexey Edelev2022-02-091-0/+6
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-271-2/+24
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-2/+2
* 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