summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Teach qmake about digit-grouping apostrophes in numeric literalsEdward Welbourne2022-06-173-3/+16
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-1851-102/+177
* Use SPDX license identifiersLucie Gérard2022-05-16186-5071/+457
* uic: use C string literals for setObjectName()Marc Mutz2022-03-18108-1557/+1557
* 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-094-11/+34
* Exclude tst_qmake if the build of qmake tool is disabledAlexey Edelev2022-02-091-1/+3
* rcc: Fix missing IGNORE directive for Qt version in tst_rccAlexandru Croitor2022-01-311-1/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* QHash: increase minimum buckets to a full spanLars Knoll2021-12-137-97/+97
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-271-2/+24
* Move macdeployqt and windeployqt from qttools to qtbaseJoerg Bornemann2021-11-2314-0/+718
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-201-1/+1
* 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
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-4/+2
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-2/+1