aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* create_installer.py: remove obsolete maintenancetool resource creationv6.2.7-lts-packagingv5.15.12-lts-packagingAntti Kokko2022-12-021-38/+2
* Revert "Refactor sdkcomponent.py"Patrik Teivonen2022-11-284-836/+559
* Revert "Refactor create_installer.get_component_data"Patrik Teivonen2022-11-284-360/+153
* Refactor create_installer.get_component_dataPatrik Teivonen2022-11-254-153/+360
* Refactor sdkcomponent.pyIikka Eklund2022-11-254-559/+836
* pylint: ignore some python 3.6 specific false positive linter warningsPatrik Teivonen2022-11-252-5/+5
* runner.py: Log error output from subprocessesPatrik Teivonen2022-11-231-3/+3
* notarize.py: refactor, use notarytool for notarizationPatrik Teivonen2022-11-223-157/+342
* install_qt: Fix warning about overriding local variableUnifiedQt_v4.5.1Eike Ziller2022-11-181-2/+3
* install_qt: Work around Qt installation including build artifactsEike Ziller2022-11-171-1/+6
* install_qt: Get explicit temporary path backEike Ziller2022-11-152-1/+9
* release_repo_updater: Fix async inconsistency in function definitionsPatrik Teivonen2022-11-151-5/+5
* QtCreator_libclang: Fix openmp compilation for MinGWCristian Adam2022-11-151-0/+5
* Import other Python scripts from qtsdk directly without subprocessPatrik Teivonen2022-11-145-204/+325
* Add Python executable for archive action Python script callsv6.4.1-packagingAntti Kokko2022-11-111-1/+4
* runner.py: Log output from CalledProcessError if command failsPatrik Teivonen2022-11-101-20/+28
* QtCreator_libclang: Add openmp to the LLVM_ENABLE_PROJECTS listCristian Adam2022-11-091-1/+1
* Use unsigned installerbase for Windows offline buildsAntti Kokko2022-11-091-1/+2
* Refactor runner.py functionsPatrik Teivonen2022-11-0123-469/+437
* Run unit tests with pytest in git hook and enable concurrencyPatrik Teivonen2022-10-284-30/+31
* Use asyncio.run instead of manual event loops, fix deprecation warningPatrik Teivonen2022-10-279-52/+118
* Change Pipfile markers, update some packages and add missing typesPatrik Teivonen2022-10-271-4/+5
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-2626-265/+284
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-1926-284/+265
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-1826-265/+284
* Prefer raising SystemExit directly instead of importing sys.exitPatrik Teivonen2022-10-1212-51/+26
* Qt Creator/next: Optionally build cpack based packagesEike Ziller2022-10-121-7/+31
* Pre-commit hooks: adjust order and settings, remove unnecessary loopingPatrik Teivonen2022-10-101-13/+13
* Use ch_dir() contextmanager instead of os.chdir for setting working dirPatrik Teivonen2022-10-103-63/+45
* sdkcomponent: Remove optional_for_offline logicPatrik Teivonen2022-10-072-24/+11
* Qdoc_libclang: do not fail on test failureCristian Adam2022-10-061-1/+1
* bldinstallercommon: Remove unneeded text file functionsv5.15.11-lts-packagingPatrik Teivonen2022-09-292-58/+1
* Fix UnboundLocalError in Qtcreator buildv6.4.0-packagingPatrik Teivonen2022-09-232-5/+3
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-2249-685/+920
* sdktool: Make it possible to run build script directlyEike Ziller2022-09-211-0/+27
* release_repo_updater: Do not upload ifw tools to remotev6.2.6-lts-packagingPatrik Teivonen2022-09-161-15/+13
* pylint: Add miscellaneous checksv6.4.0-rc1-packagingPatrik Teivonen2022-09-1119-74/+92
* Support staging repositories as a source for production updatesIikka Eklund2022-09-092-54/+122
* pylint: Add checking for PEP8 naming style conventions (C0103)Patrik Teivonen2022-09-0836-397/+393
* pep8-naming: N806 variable in function should be lowercasePatrik Teivonen2022-09-0835-982/+980
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-0726-604/+603
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-0725-378/+377
* Add unit test: bldinstallercommon.calculate_relpathv6.3.2-packagingPatrik Teivonen2022-09-071-0/+32
* test_locate_paths: Update to not fail when the result order differsPatrik Teivonen2022-09-071-1/+1
* Add pep8-naming to flake8, enable only limited checksPatrik Teivonen2022-09-076-51/+56
* pylint: Avoid redefining built-in or outer functions and variablesPatrik Teivonen2022-09-0612-89/+90
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-0620-278/+374
* release_repo_updater.py: Fix duplicate argument in online repo buildPatrik Teivonen2022-09-051-3/+2
* pylint: Use 'with' for resource allocation operations (R1732)Patrik Teivonen2022-09-0412-115/+108
* pylint: Add missing UTF-8 encoding parameter when opening filesPatrik Teivonen2022-09-0120-41/+41