summaryrefslogtreecommitdiff
path: root/tests/auto/tools/moc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support QNX QCC compilerPasi Petäjäjärvi2021-09-161-2/+2
* moc: Support BINDABLE for private propertiesAndrei Golubev2021-08-061-0/+11
* Handle even more include in enum casesFabian Kosmale2021-08-061-0/+5
* 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
* moc: Add relative property index to JSON output of PropertyDefAndrei Golubev2021-06-021-0/+16
* tst_moc: Use qtpaths instead of qmakeFabian Kosmale2021-05-051-2/+2
* tst_moc: fix returning-reference-to-local warningMårten Nordheim2021-05-041-2/+2
* Moc: parse trailing return typeMårten Nordheim2021-05-044-0/+180
* Silence a bunch of gcc warnings for the moc testVolker Hilsheimer2021-03-293-1/+11
* Move build tools to libexec instead of the bin dirJoerg Bornemann2021-02-231-1/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-105/+0
* 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
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-1/+2
* Fix compile time type normalization codeLars Knoll2020-10-141-1/+3
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-28/+28
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-9/+9
* Extend QSequentialIterable and add QAssociativeIterableUlf Hermann2020-09-191-0/+2