summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert "synqt.cpp: scan for and reject #pragma once"Robert Griebl2024-03-051-15/+3
* Fix spelling of FFmpeg in (end-)user-visible string of windeployqtVolker Hilsheimer2024-03-021-2/+2
* androiddeployqt: fix QDirIterator::next() usageAhmad Samir2024-03-021-2/+3
* synqt.cpp: scan for and reject #pragma onceMarc Mutz2024-02-291-3/+15
* Fix the qtpath issue with lto enabledAlexey Edelev2024-02-291-1/+1
* syncqt.cpp: Extract Lambda error()Marc Mutz2024-02-291-3/+6
* Revert "Revert "Add the support of the qt_import_plugins functionality to and...Alexey Edelev2024-02-201-22/+48
* PCRE2: upgrade to 10.43Giuseppe D'Angelo2024-02-201-0/+1
* Fix documentation of used digest and signature algorithmAndré Klitzing2024-02-161-2/+2
* Deploy FFmpeg dlls with windeployqtJøger Hansegård2024-02-021-0/+42
* Bootstrap: remove QBitArrayMarc Mutz2024-01-311-1/+0
* Revert "Add the support of the qt_import_plugins functionality to androiddepl...Alexey Edelev2024-01-291-48/+22
* moc: store the FQN in JSON superClass objectsMarc Mutz2024-01-292-2/+16
* Dissociate QTypeRevision from QVersionNumberMarc Mutz2024-01-231-1/+1
* Windeployqt: also allow platform-type plugin selectionTimothée Keller2024-01-161-11/+11
* Windeployqt: add output for determining plugin/module relationTimothée Keller2024-01-161-2/+2
* syncqt: always use absolute path in the generated headersFlorian de Gaulejac2024-01-141-6/+1
* Add the support of the qt_import_plugins functionality to androiddeployqtAlexey Edelev2024-01-121-22/+48
* Moc: don't make variables inside an unnamed namespace staticAhmad Samir2024-01-081-1/+1
* Android: fix typo in androiddeployqt commandAssam Boudjelthia2023-12-201-1/+1
* Remove mentioning of UWP from windeployqt's configure summaryOliver Wolff2023-12-151-1/+1
* moc: port from pair<> to a struct SuperClassMarc Mutz2023-12-153-14/+16
* AndroidTestRunner: log when timing out waiting for the test to finishAssam Boudjelthia2023-12-151-0/+3
* AndroidTestRunner: uninstall the test when interruptedAssam Boudjelthia2023-12-151-23/+51
* windeployqt: Proper error message when qtpaths.bat/.exe could not be runOliver Wolff2023-12-132-9/+13
* AndroidTestRunner: fix failure to acquire test runner semaphoreAssam Boudjelthia2023-12-011-15/+41
* AndroidTestRunner: pass testlib env vars to the test appAssam Boudjelthia2023-12-011-4/+20
* CMake: Compute dynamic timeout for androidtestrunnerAlexandru Croitor2023-12-011-2/+2
* AndroidTestRunner: use ndk-stack to pretty print crash reportsAssam Boudjelthia2023-11-291-0/+49
* Windeployqt: Fix -v/--version optionTimothée Keller2023-11-281-2/+9
* AndroidTestRunner: don't fail waiting for the app to start/finishAssam Boudjelthia2023-11-281-44/+50
* AndroidTestRunner: print logcat and crash stacktrace when a test failsAssam Boudjelthia2023-11-281-16/+72
* AndroidTestRunner: split androidtestrunner output retrieval failure logAssam Boudjelthia2023-11-281-18/+24
* Moc: don't stumple over inline namespace in more placesFabian Kosmale2023-11-241-1/+3
* uic: Prepare for encountering fully qualified enum values in new .ui filesFriedemann Kleint2023-11-161-24/+38
* Windeployqt: add options to deploy/block pluginsTimothée Keller2023-11-114-29/+269
* uic: Port enumeration lookups to QLatin1StringViewFriedemann Kleint2023-11-023-53/+53
* windeployqt: improve MSVC runtime detectionYuhang Zhao2023-11-021-3/+13
* macdeployqt: Fix codesigning with @loader_pathJonas Kvinge2023-10-181-0/+4
* macdeployqt: Also look for app libraries with .so extensionJonas Kvinge2023-10-141-1/+1
* windeployqt: Don't copy files from unneeded QML modulesArno Rehn2023-10-112-4/+24
* Windeployqt: fix typoTimothée Keller2023-10-071-1/+1
* Search extra library paths for Android dependency XML files as wellVolker Krause2023-10-071-0/+5
* Android: bump Android target API level to 33Assam Boudjelthia2023-10-051-1/+1
* syncqt: Catch fs exceptions that happen when clearing staging directoryAlexey Edelev2023-10-021-17/+28
* Remove framework-related functionality from syncqtAlexey Edelev2023-09-281-30/+4
* moc: make qHash(SubArray) accept a seedMarc Mutz2023-09-201-3/+3
* Iterate over all extraPrefixDirs when collecting "directories"Alexey Edelev2023-09-151-5/+22
* syncqt: Add the missing is_open check to writeIfDifferentAlexey Edelev2023-09-121-0/+4
* syncqt: Mark updateOrCopy as exception freeAlexey Edelev2023-09-121-2/+3