summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-5/+7
* uic/rcc: Use QT_VERSION_MAJOR for major versionFriedemann Kleint2020-12-071-2/+4
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-044-8/+8
* tst_qmakelib: link to QtCore's private APIGiuseppe D'Angelo2020-12-041-0/+2
* Android: exclude host tools tests for android and iosAssam Boudjelthia2020-11-162-6/+11
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-091-50/+50
* qmakelib test: build with qmakeGiuseppe D'Angelo2020-11-061-1/+1
* moc: Handle include in enum, take 2Fabian Kosmale2020-11-031-1/+2
* CMake: Fix tst_qmake to work for configs with cross-compiled toolsAlexandru Croitor2020-10-241-0/+9
* qmake: Fix qHash-related integer conversion warningsFriedemann Kleint2020-10-171-1/+1