summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Android: fix default name of the CI emulatorAssam Boudjelthia2022-05-191-1/+1
* Add an exception in testrunner for QDocLuca Di Sera2022-05-191-1/+3
* Use SPDX license identifiersLucie Gérard2022-05-1690-2699/+204
* util/x86simdgen: update with the copyright headerThiago Macieira2022-05-061-0/+1
* Fix build of util/glgenJoerg Bornemann2022-05-063-2/+3
* Add a simple Qt 6/CMake-compatible script a la includemocs.pyMarc Mutz2022-05-051-0/+119
* Generalize exclusion listDimitrios Apostolou2022-04-221-4/+8
* qt-testrunner: improve error loggingDimitrios Apostolou2022-04-221-9/+12
* Remove the qmake2cmake wrapper scripts and document where they areJoerg Bornemann2022-04-123-6/+3
* Fix generation of qsimd_x86 files to require no hand-editingEdward Welbourne2022-04-072-2/+8
* qt-testrunner: be more strict if bad XML log files are writtenDimitrios Apostolou2022-04-052-11/+34
* Add WASM testrunnerDavid Skoland2022-03-313-0/+261
* pro2cmake: Introduce qmake2cmake convenience scriptsJoerg Bornemann2022-03-083-53/+111
* pro2cmake: Handle QT_(MAJOR_|MINOR_|PATCH_)VERSION conditionsJoerg Bornemann2022-03-083-0/+38
* pro2cmake: Remove INSTALL_LOCATION from qt_add_qml_module callsJoerg Bornemann2022-03-081-1/+1
* pro2cmake: Generate find_package call for Qt5/Qt6 for examplesJoerg Bornemann2022-03-082-5/+19
* pro2cmake: Handle optional Qt modulesJoerg Bornemann2022-03-084-7/+54
* pro2cmake: Add a blackbox test for converting from qmake to CMakeJoerg Bornemann2022-03-082-0/+76
* pro2cmake: Enable AUTOUIC only if the project has FORMSJoerg Bornemann2022-03-081-1/+5
* pro2cmake: Write only one find_package call for Qt packagesJoerg Bornemann2022-03-082-3/+21
* pro2cmake: Add LibraryMapping.componentsJoerg Bornemann2022-03-081-248/+188
* pro2cmake: Make generated examples use qt_add_qml_module()Joerg Bornemann2022-03-081-197/+342
* Re-add missing 'we mean it' headerKai Köhne2022-03-071-0/+10
* pro2cmake: Fix indentation of INSTALL_EXAMPLESDIR assignmentJoerg Bornemann2022-03-031-1/+1
* pro2cmake: Fix static type errors in condition_simplifier_cache.pyJoerg Bornemann2022-03-031-5/+1
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-02-281-1/+1
* pro2cmake: Update README.mdJoerg Bornemann2022-02-281-9/+3
* pro2cmake: Set a project version for examplesJoerg Bornemann2022-02-281-1/+2
* pro2cmake: Handle qmake condition operator precedenceAlexandru Croitor2022-02-283-1/+75
* pro2cmake: Fix test_realworld_comment_scopeJoerg Bornemann2022-02-281-1/+1
* pro2cmake: Remove superfluous call to _simplify_flavors_in_conditionJoerg Bornemann2022-02-281-1/+0
* pro2cmake: Fix test_scope_handling.pyJoerg Bornemann2022-02-281-6/+5
* pro2cmake: Re-format sources with blackJoerg Bornemann2022-02-285-26/+30
* qedidvendortable.py: include something before using macrosThiago Macieira2022-02-241-0/+2
* Remove util/publicSuffixIevgenii Meshcheriakov2022-02-242-215/+0
* qsimd_p.h: let the generator script generate the ARCH target stringsThiago Macieira2022-02-191-7/+30
* qsimd: update the generator script from OpenDCDiagThiago Macieira2022-02-189-314/+615
* Clean up QNX platform configs and improve testrunner scriptsDimitrios Apostolou2022-02-141-0/+7
* Bump version to 6.4.0Jani Heikkinen2022-01-311-1/+1
* Write XML test log files even for the flaky test re-runsDimitrios Apostolou2022-01-301-6/+20
* qt-testrunner: do not try to re-run initTestCase and othersDimitrios Apostolou2022-01-304-23/+53
* Don't set CMAKE_AUTORCC in pro2cmake.pyJoerg Bornemann2022-01-211-1/+0
* pro2cmake: Fix exception with newer pyparsing moduleJoerg Bornemann2022-01-211-3/+8
* qt-testrunner: be more clear that it was the test that crashedDimitrios Apostolou2022-01-181-4/+9
* Turn a condition into a lambda to save needless evaluationEdward Welbourne2022-01-181-5/+6
* qt-testrunner: disable JUnit XML test logsDimitrios Apostolou2022-01-121-3/+1
* Properly wait for the Android emulator to fully bootDimitrios Apostolou2022-01-071-34/+29
* Wait for boot to be fully complete with all packages installedDimitrios Apostolou2022-01-061-3/+32
* Do not hide android emulator outputDimitrios Apostolou2022-01-061-1/+4
* Wait for android emulator to be up and running properlyDimitrios Apostolou2022-01-061-11/+41