aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/utils.py
Commit message (Expand)AuthorAgeFilesLines
* build scripts: Use log.warning() instead of deprecated log.warn()Friedemann Kleint2024-03-071-2/+2
* build scripts: Fix some flake8 issuesFriedemann Kleint2024-01-181-7/+6
* build: remove traces of distutilsCristián Maureira-Fredes2023-07-141-8/+1
* Tooling: Simplify adding new toolsShyamnath Premnadh2023-04-181-2/+5
* build: remove unused imports and obsolete commentCristián Maureira-Fredes2023-04-051-1/+0
* PySideTools: Fix non-existing macOS toolsShyamnath Premnadh2023-04-031-5/+11
* CI: Change the way we create wheels in CISimo Fält2023-02-221-1/+1
* PySide Build: find qtpaths before SetupRunner.run_setup()Shyamnath Premnadh2023-02-081-14/+0
* build: introduce log levelCristián Maureira-Fredes2023-02-021-4/+4
* Fix cross compilationShyamnath Premnadh2023-02-011-0/+1
* build_scripts: remove unused functionsCristián Maureira-Fredes2022-12-191-86/+0
* build_scripts: remove unused importsCristián Maureira-Fredes2022-12-191-2/+1
* build_system: Remove code trying to find the MSVC installationFriedemann Kleint2022-12-081-151/+0
* build system: Further introduce PathlibFriedemann Kleint2022-12-061-9/+14
* build system: Refactor helper backtick()Friedemann Kleint2022-12-051-16/+14
* Build scripts: Adapt to changed location of the metatypes directory in QtFriedemann Kleint2022-12-021-0/+10
* Fix libexec path for buildShyamnath Premnadh2022-11-291-1/+2
* Fix create_wheels.py : wrong libexec pathShyamnath Premnadh2022-11-281-1/+1
* PySideTools: install tool only if corresponding Qt tool existsShyamnath Premnadh2022-11-161-0/+48
* pathlib: fix utils.pyShyamnath Premnadh2022-11-071-2/+2
* pathlib: migrate build_scripts away from os.pathCristián Maureira-Fredes2022-10-181-73/+97
* build: replace distutils.log by simple loggerCristián Maureira-Fredes2022-10-131-5/+6
* build: replace DistutilsSetupError by SetupErrorCristián Maureira-Fredes2022-10-131-6/+6
* build system: Disable checking ICU libs for cross buildsFriedemann Kleint2022-09-261-0/+2
* build: Improve error message about test-configuring projects with cmakeFriedemann Kleint2022-09-091-5/+38
* build: Address fixme comment in utils.pyFriedemann Kleint2022-09-091-9/+4
* build: use explicit unpackCristián Maureira-Fredes2022-06-291-7/+3
* build: fix readability detailsCristián Maureira-Fredes2022-06-291-8/+6
* build: replace the usage of reserved Python wordsCristián Maureira-Fredes2022-06-291-24/+24
* build: rename our rmtree to avoid shutil conflictCristián Maureira-Fredes2022-06-291-2/+2
* build: avoid mutable default value as argumentCristián Maureira-Fredes2022-06-281-2/+8
* build: fix flake8 warnings and missing f-stringsCristián Maureira-Fredes2022-06-281-2/+2
* build: catch RuntimeError for install_name_tool on macOSCristián Maureira-Fredes2022-06-211-1/+4
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* flake8: fix style issues to build_scripts/Cristián Maureira-Fredes2022-04-131-16/+19
* build: update wheel namesCristián Maureira-Fredes2022-03-301-1/+4
* flake8: improve codestyling of build scriptsCristián Maureira-Fredes2022-03-221-20/+16
* Use python 3.8 when running CI integrations in Linux - take 2Simo Fält2022-03-221-1/+5
* setup.py: Add support for cross-buildingAlexandru Croitor2022-02-041-3/+75
* build_scripts: Ensure cmake process terminatesFriedemann Kleint2022-01-051-6/+5
* Build system: Remove regeneration of the example resourcesFriedemann Kleint2021-12-151-15/+0
* Windows: Fix the build against complete LLVM packagesFriedemann Kleint2021-12-091-0/+9
* setup.py: CMake: Remove host python dependency for version parsingAlexandru Croitor2021-12-071-0/+19
* setup.py: Deprecate qmake option in favor of qtpathsAlexandru Croitor2021-12-071-0/+10
* Move from distutils to setuptoolsCristián Maureira-Fredes2021-11-261-27/+32
* setup.py: Make file paths in 'file copying' logs easier to readAlexandru Croitor2021-10-271-7/+7
* build scripts: Extract helper functions to patch executablesFriedemann Kleint2021-06-161-6/+16
* Revert "Allow calling CI's build scripts with python2"Friedemann Kleint2021-06-151-7/+1
* build_scripts/Linux: Try to determine library dependencies with ldd firstFriedemann Kleint2021-06-101-4/+60
* Build system: Make numpy centrally availableFriedemann Kleint2021-04-211-0/+10