aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_module.py
Commit message (Expand)AuthorAgeFilesLines
* PL119: os.path.basename("foo/bar") should be replaced by bar_path.namePatrik Teivonen2023-01-131-5/+5
* Refactor runner.py functionsPatrik Teivonen2022-11-011-3/+2
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-10/+19
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-19/+10
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-10/+19
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-6/+7
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-081-95/+95
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-071-10/+10
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-071-14/+14
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-244/+248
* Remove obsolete function rename_android_soname_filesPatrik Teivonen2022-08-301-5/+0
* adjust to cleanupsTim Jenssen2022-08-241-1/+1
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-3/+2
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-23/+18
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-22/+37
* PEP8: Fix indentationv6.2.5-lts-packagingPatrik Teivonen2022-07-111-20/+36
* PEP8: Fix whitespacePatrik Teivonen2022-07-111-18/+18
* PEP8: Blank lines in function and class definitions, file endPatrik Teivonen2022-07-111-0/+4
* PEP8: Remove unused vars, modules, and string formattingPatrik Teivonen2022-07-111-2/+1
* Add pre-commit hook for flake8, PEP8 compliant commentsPatrik Teivonen2022-07-111-3/+3
* 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-1/+2
* Refactor path search functionsPatrik Teivonen2022-06-211-28/+18
* Remove bldinstallercommon.create_dirs and utilize pathlib.Path.mkdirPatrik Teivonen2022-05-311-3/+4
* Remove platform specific initialization from bldinstallercommonIikka Eklund2022-05-311-13/+11
* Revert "Replace bldinstallercommon.remove_tree with shutil.rmtree"Patrik Teivonen2022-05-181-3/+3
* Replace bldinstallercommon.remove_tree with shutil.rmtreePatrik Teivonen2022-05-161-3/+3
* fix init_environment -> extra_environmentTim Jenssen2022-04-141-4/+4
* Port build_wrapper.py to Python 3.6Patrik Teivonen2022-04-081-28/+15
* Raise exception instead of using sys.exitIikka Eklund2016-08-231-7/+7
* Add GammaRay build.Eike Ziller2015-11-121-0/+4
* bld_module: Allow using cmake for Makefile generationEike Ziller2015-10-301-15/+43
* Fix race condition when downloading and extracting QtEike Ziller2015-10-281-2/+2
* bld_module: allow setting module name through command line parameterEike Ziller2015-10-221-4/+6
* bld_module: Pre-patch install path as well as Qt install pathEike Ziller2015-10-211-10/+10
* bld_module: Simplify getting QT_INSTALL_PREFIXEike Ziller2015-10-211-21/+4
* bld_module: Fix --qt5pathEike Ziller2015-10-211-1/+2
* bld_module: Do not use os.sepEike Ziller2015-10-211-8/+7
* bld_module: Style fixes for Windows special handlingEike Ziller2015-10-211-6/+4
* bld_module: Fix using --module_dirEike Ziller2015-10-211-4/+4
* bld_module: Use bldinstallercommon.is_<foo>_platform()Eike Ziller2015-10-211-8/+8
* bld_module: cleanup uses of runCommandEike Ziller2015-10-211-24/+22
* Share code for downloading and installing QtEike Ziller2015-10-211-26/+6
* bld_module: Do not use different arguments for Qt module URLsEike Ziller2015-10-211-27/+17
* bld_module: Remove unused code pathsEike Ziller2015-10-211-34/+4
* Extract and share create_download_extract_taskEike Ziller2015-10-211-26/+7
* Cleanup environment variables and rename "application" as "module"Iikka Eklund2015-09-151-0/+450