aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_sdktool.py
Commit message (Expand)AuthorAgeFilesLines
* bldinstallercommon: improve dir strip functionality, add unit testsv6.5.0-beta3-packagingPatrik Teivonen2023-02-141-2/+2
* PL122: os.path.splitext("foo.bar") should be replaced by path.suffixPatrik Teivonen2023-01-241-7/+5
* Refactor runner.py functionsPatrik Teivonen2022-11-011-21/+11
* Fix UnboundLocalError in Qtcreator buildv6.4.0-packagingPatrik Teivonen2022-09-231-3/+2
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-12/+14
* sdktool: Make it possible to run build script directlyEike Ziller2022-09-211-0/+27
* pylint: Avoid redefining built-in or outer functions and variablesPatrik Teivonen2022-09-061-4/+4
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-6/+5
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-9/+9
* PEP8: Fix indentationv6.2.5-lts-packagingPatrik Teivonen2022-07-111-14/+18
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-111-0/+11
* PEP8: Fix anti-patternsPatrik Teivonen2022-07-111-2/+1
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Move bldinstallercommon.do_execute_sub_process to runner.pyPatrik Teivonen2022-06-221-6/+7
* Remove bldinstallercommon.create_dirs and utilize pathlib.Path.mkdirPatrik Teivonen2022-05-311-4/+5
* Remove platform specific initialization from bldinstallercommonIikka Eklund2022-05-311-4/+5
* Update shebang, year in copyright noticePatrik Teivonen2022-04-111-2/+4
* sdktool: Force zlib from QtEike Ziller2022-03-011-0/+1
* sdktool: Don't link against system libdouble-conversionv5.12.12-packagingEike Ziller2021-11-261-1/+1
* QtCreator: Remove qmake-based code pathsEike Ziller2021-04-131-30/+21
* Qt Creator/sdktool: Do not build Qt with SQL supportv6.0.0-rc1-packagingEike Ziller2020-11-241-0/+1
* Qt Creator: Make it possible to build sdktool with CMakeEike Ziller2020-02-101-15/+39
* Qt Creator: Also write output of skdtool build to log fileEike Ziller2019-12-161-15/+27
* Qt Creator: Do not compile Qt with OpenSSL for sdktoolEike Ziller2019-06-261-0/+1
* Do not include sdktool in qtcreator.7zEike Ziller2018-01-241-1/+1
* QtCreator/sdktool: Save settings directly next to sdktool itselfEike Ziller2017-12-121-2/+1
* Add script module for building static sdktoolEike Ziller2017-11-061-0/+102