aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/build_wrapper.py
Commit message (Expand)AuthorAgeFilesLines
* pylint: Update to version 2.17.3, apply required changesHEADmasterPatrik Teivonen2023-05-091-4/+13
* QtCreator: Sign on WindowsEike Ziller2023-04-171-0/+8
* PL103: os.makedirs(path) should be replaced by path.mkdir(parents=True)v6.5.0-beta2-packagingPatrik Teivonen2023-01-241-6/+4
* PL122: os.path.splitext("foo.bar") should be replaced by path.suffixPatrik Teivonen2023-01-241-1/+1
* PL119: os.path.basename("foo/bar") should be replaced by bar_path.namePatrik Teivonen2023-01-131-2/+5
* QtCreator: Sign online/Qt offline bundle on macOSEike Ziller2023-01-121-38/+36
* QtCreator: Create another package for the online/Qt installersEike Ziller2023-01-041-17/+53
* QtCreator: Make repackaging more flexibleEike Ziller2023-01-041-43/+70
* Qt Creator: Sign separately built pluginsEike Ziller2022-12-191-2/+9
* notarize.py: refactor, use notarytool for notarizationPatrik Teivonen2022-11-221-14/+3
* install_qt: Get explicit temporary path backEike Ziller2022-11-151-0/+1
* Import other Python scripts from qtsdk directly without subprocessPatrik Teivonen2022-11-141-28/+28
* Refactor runner.py functionsPatrik Teivonen2022-11-011-40/+35
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-9/+11
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-11/+9
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-9/+11
* Qt Creator/next: Optionally build cpack based packagesEike Ziller2022-10-121-7/+31
* Fix UnboundLocalError in Qtcreator buildv6.4.0-packagingPatrik Teivonen2022-09-231-2/+1
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-69/+117
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-111-10/+12
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-081-30/+30
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-94/+94
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-071-114/+114
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-071-51/+51
* pylint: Avoid redefining built-in or outer functions and variablesPatrik Teivonen2022-09-061-10/+10
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-9/+14
* pylint: Use 'with' for resource allocation operations (R1732)Patrik Teivonen2022-09-041-2/+2
* pylint: Add missing UTF-8 encoding parameter when opening filesPatrik Teivonen2022-09-011-7/+7
* adjust to cleanupsTim Jenssen2022-08-241-6/+6
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-4/+3
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-12/+12
* Add hook for mypy static type checkerPatrik Teivonen2022-08-161-2/+2
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-62/+78
* PEP8: Fix indentationv6.2.5-lts-packagingPatrik Teivonen2022-07-111-5/+4
* PEP8: Fix whitespacePatrik Teivonen2022-07-111-16/+16
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-111-0/+12
* PEP8: Fix anti-patternsPatrik Teivonen2022-07-111-3/+3
* PEP8: Fix miscellaneous code syntax errorsPatrik Teivonen2022-07-111-1/+3
* PEP8: Remove unused vars, modules, and string formattingPatrik Teivonen2022-07-111-2/+0
* Add pre-commit hook for flake8, PEP8 compliant commentsPatrik Teivonen2022-07-111-25/+25
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-26/+26
* Move bldinstallercommon.do_execute_sub_process to runner.pyPatrik Teivonen2022-06-221-20/+20
* Refactor path search functionsPatrik Teivonen2022-06-211-0/+1
* introduce DISABLE_MAC_SIGNING variableTim Jenssen2022-06-031-2/+2
* Remove platform specific initialization from bldinstallercommonIikka Eklund2022-05-311-34/+33
* Revert "Replace bldinstallercommon.remove_tree with shutil.rmtree"Patrik Teivonen2022-05-181-3/+5
* Replace bldinstallercommon.remove_tree with shutil.rmtreePatrik Teivonen2022-05-161-5/+3
* Remove temporary functions for getting Python 3 executable pathPatrik Teivonen2022-05-111-13/+7
* sdktool: Create/update link from job name to output directoryEike Ziller2022-05-061-5/+6
* QtCreator/sdktool: Adhere to QTC_BASE_DIREike Ziller2022-05-061-1/+3