summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* uic: No longer generate star imports in PythonFriedemann Kleint2021-06-011-4/+11
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-10/+9
* 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
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-04-291-3/+3
* 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-235-5/+6
* Remove blacklisting for b2qt tests that now passSamuli Piippo2021-01-281-2/+0
* Hardcode a special case of using qOverload for slots without argumentsJarek Kobus2021-01-1547-77/+181
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-39/+0
* Remove the qmake project filesJoerg Bornemann2021-01-078-180/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-227-7/+14