summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* tst_moc: DRY QProcess success verificationMarc Mutz2024-01-121-36/+23
* tst_moc: fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-121-0/+2
* Moc: don't stumple over inline namespace in more placesFabian Kosmale2023-11-241-0/+3
* uic: Prepare for encountering fully qualified enum values in new .ui filesFriedemann Kleint2023-11-1698-268/+268
* tst_macdeplyqt: unbreak runVerifyDeployment()Marc Mutz2023-08-171-3/+3
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-171-1/+1
* tests/tools: only run qdbus{cpp2xml,xml2cpp} tests if D-Bus is availableThiago Macieira2023-08-151-1/+1
* Fix registration of QtDBus types' metatypesThiago Macieira2023-08-152-2/+77
* tst_rcc: port away from Q_FOREACHMarc Mutz2023-08-081-5/+5
* tst_macdeployqt: fix runVerifyDeployment()Marc Mutz2023-08-081-1/+1
* Moc: fix generated code for nested enum class corner caseAhmad Samir2023-08-031-0/+44
* moc: handle "L" integer suffixFabian Kosmale2023-07-281-0/+5
* moc: Handle attributes after meta-method tagFabian Kosmale2023-06-191-0/+28
* Moc: streamline how diagnostic messages are printedAhmad Samir2023-06-051-2/+2
* Replace AUTO_RESOURCE_PREFIX with RESOURCE_PREFIX in qt-cmake-projectAmir Masoud Abdol2023-05-301-1/+1
* 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
* test: Don't remove macdeployqt test directory when debugging testTor Arne Vestbø2023-05-051-3/+1
* test: Pass -use-debug-libs for macdeploy test when built as debugTor Arne Vestbø2023-05-051-0/+3
* Add debug logging to macdeployqt testTor Arne Vestbø2023-05-051-21/+23
* 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-1711-29/+4
* Add simple project generation based on existing source filesAlexey Edelev2023-02-0821-0/+453
* qdbusxml2cpp: don't emit Q_DECL_DEPRECATED for the adaptorThiago Macieira2023-02-071-3/+3
* qdbusxml2cpp: invert Q_DECL_DEPRECATED and inline in the outputThiago Macieira2023-02-071-0/+49
* tst_qdbusxml2cpp: test the old-style QDBusReply interface output tooThiago Macieira2023-02-071-1/+2
* moc: Allow calling ctors on pre-allocated dataUlf Hermann2023-02-021-0/+37
* RCCFileInfo: get lastModified file time in UTC directlyAhmad Samir2023-01-051-1/+1
* dbus: Fix path to moc file in generated qdbusxml2cppDavid Edmundson2022-12-161-2/+8
* moc: Output the "cloned" flag for methodsUlf Hermann2022-11-274-0/+56
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-6/+6
* tests: fix configuring with -no-feature-guiJohannes Kauffmann2022-10-291-1/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* 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
* qdbusxml2cpp: modify the behavior of -m/--moc optionMate Barany2022-09-061-27/+88
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2312-12/+12
* qdbusxml2cpp: remove the old "In"-for-signal compatibility codeThiago Macieira2022-08-161-30/+104
* moc: handle attributes in class declarationsFabian Kosmale2022-08-031-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-0312-0/+36
* QMetaType: fix void* parametersThiago Macieira2022-08-012-1/+77
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-284-9/+9
* moc: Allow writing properties through bindablesUlf Hermann2022-07-081-21/+58
* rcc: Suppress clang's -Wexit-time-destructorshjk2022-07-074-0/+36
* qdbusxml2cpp: allow choosing <> over ""Mate Barany2022-07-071-0/+49
* tst_moc: fix build with GCC 12Thiago Macieira2022-06-241-3/+3