summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix dangling references - GCC 14Liang Qi15 hours1-1/+1
* Windeployqt: prevent output for --list optionTimothée Keller4 days1-4/+5
* Revert "Windeployqt: remove unused library list"Timothée Keller4 days1-1/+12
* Bootstrap: remove unused sourcesThiago Macieira5 days1-10/+2
* Windeployqt: improve multiple directory warningTimothée Keller5 days1-3/+5
* Bootstrap: remove qnumeric.cpp by using qnumeric_p.hThiago Macieira5 days1-1/+0
* Bootstrap: remove QDirListing/QDirIteratorThiago Macieira5 days1-1/+0
* Bootstrap: remove QTemporaryFileThiago Macieira6 days1-1/+0
* Bootstrap: remove QRandomGeneratorThiago Macieira6 days1-1/+0
* Bootstrap: remove QVariantThiago Macieira6 days1-1/+0
* Bootstrap: remove QDataStreamThiago Macieira6 days2-10/+3
* Windeployqt: introduce --include-soft-plugins command line optionMichał Policht11 days2-21/+44
* Move qAbort from qglobal.cpp to qassert.cppThiago Macieira13 days1-1/+0
* Port to QDirListingAhmad Samir2024-03-034-24/+20
* androiddeployqt: fix QDirIterator::next() usageAhmad Samir2024-03-011-2/+3
* Fix spelling of FFmpeg in (end-)user-visible string of windeployqtVolker Hilsheimer2024-03-011-2/+2
* synqt.cpp: scan for and reject #pragma onceMarc Mutz2024-02-291-3/+15
* syncqt.cpp: Extract Lambda error()Marc Mutz2024-02-281-3/+6
* Fix the qtpath issue with lto enabledAlexey Edelev2024-02-281-1/+1
* PCRE2: upgrade to 10.43Giuseppe D'Angelo2024-02-191-0/+1
* rcc: Suppress MSVC warning C4711 in generated codehjk2024-02-191-0/+4
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-0/+6
* Fix documentation of used digest and signature algorithmAndré Klitzing2024-02-151-2/+2
* Change license for tools filesLucie Gérard2024-02-0720-20/+20
* Change license for examples filesLucie Gérard2024-02-0711-11/+11
* Remove extra semi-colonsTasuku Suzuki2024-02-062-3/+3
* Bootstrap: remove QBitArrayMarc Mutz2024-01-311-1/+0
* moc: store the FQN in JSON superClass objectsMarc Mutz2024-01-262-2/+16
* moc/QMetaProperty: Remove limitation on non-own-class notify signalsFabian Kosmale2024-01-262-6/+24
* CMake: Partially disable sanitizers for syncqtAlexandru Croitor2024-01-221-0/+8
* Windeployqt: also allow platform-type plugin selectionTimothée Keller2024-01-161-11/+11
* Windeployqt: remove unused library listTimothée Keller2024-01-151-12/+1
* Windeployqt: add output for determining plugin/module relationTimothée Keller2024-01-151-2/+2
* syncqt: always use absolute path in the generated headersFlorian de Gaulejac2024-01-121-6/+1
* Add the support of the qt_import_plugins functionality to androiddeployqtAlexey Edelev2024-01-111-22/+48
* Dissociate QTypeRevision from QVersionNumberMarc Mutz2024-01-101-1/+1
* Android: update androiddeployqt doc pageAssam Boudjelthia2023-12-211-97/+32
* Android: fix typo in androiddeployqt commandAssam Boudjelthia2023-12-201-1/+1
* AndroidTestRunner: make build command program deduction more robustAssam Boudjelthia2023-12-181-1/+1
* Deploy FFmpeg dlls with windeployqtJøger Hansegård2023-12-181-0/+42
* tools: port away from QPairMarc Mutz2023-12-148-22/+25
* AndroidTestRunner: few minor fixes for loging and printingAssam Boudjelthia2023-12-141-13/+12
* Remove mentioning of UWP from windeployqt's configure summaryOliver Wolff2023-12-131-1/+1
* moc: port from pair<> to a struct SuperClassMarc Mutz2023-12-133-14/+16
* AndroidTestRunner: replace fprintf() with Qt logging callsAssam Boudjelthia2023-12-131-20/+14
* AndroidTestRunner: add new TestInfo structAssam Boudjelthia2023-12-131-19/+25
* AndroidTestRunner: log when timing out waiting for the test to finishAssam Boudjelthia2023-12-131-0/+3
* AndroidTestRunner: uninstall the test when interruptedAssam Boudjelthia2023-12-131-21/+48
* windeployqt: Proper error message when qtpaths.bat/.exe could not be runOliver Wolff2023-12-112-9/+13
* Fix build with -no-feature-processTasuku Suzuki2023-12-071-1/+1