| Commit message (Expand) | Author | Age | Files | Lines |
| * | Shiboken6Tools: Use shiboken6-generator from CMake easily | Shyamnath Premnadh | 2025-08-15 | 1 | -3/+3 |
| * | build scripts: Introduce a cache directory for Qt artifacts | Friedemann Kleint | 2025-07-11 | 1 | -1/+5 |
| * | Fix CMake targets to be relocatable in wheels | Shyamnath Premnadh | 2025-07-07 | 1 | -1/+30 |
| * | PySide: Move CMake config packages into wheels | Shyamnath Premnadh | 2025-06-11 | 1 | -0/+16 |
| * | CI: Use COIN_UNIQUE_JOB_ID variable to detect if build is in COIN | Simo Fält | 2025-02-03 | 1 | -1/+1 |
| * | build: improve the build configuration implementation | Cristián Maureira-Fredes | 2024-12-18 | 1 | -0/+11 |
| * | build: options as a singleton | Cristián Maureira-Fredes | 2024-12-18 | 1 | -3/+11 |
| * | build: fix the URLError import statement | Cristián Maureira-Fredes | 2024-12-03 | 1 | -3/+4 |
| * | coin: ci code improvements for build and test | Cristián Maureira-Fredes | 2024-11-08 | 1 | -62/+0 |
| * | build/Windows: Clean up the code | Friedemann Kleint | 2024-10-18 | 1 | -0/+4 |
| * | build: Deal with read-only Qt installations | Friedemann Kleint | 2024-10-09 | 1 | -0/+6 |
| * | Build: Fix some pathlib changes from the past | Shyamnath Premnadh | 2024-07-19 | 1 | -1/+2 |
| * | Adapt to numpy 2.0 | Friedemann Kleint | 2024-06-27 | 1 | -1/+6 |
| * | Python-3.10: Allow the new syntax for Python 3.9 | Christian Tismer | 2024-06-20 | 1 | -0/+1 |
| * | build scripts: Use log.warning() instead of deprecated log.warn() | Friedemann Kleint | 2024-03-07 | 1 | -2/+2 |
| * | build scripts: Fix some flake8 issues | Friedemann Kleint | 2024-01-18 | 1 | -7/+6 |
| * | build: remove traces of distutils | Cristián Maureira-Fredes | 2023-07-14 | 1 | -8/+1 |
| * | Tooling: Simplify adding new tools | Shyamnath Premnadh | 2023-04-18 | 1 | -2/+5 |
| * | build: remove unused imports and obsolete comment | Cristián Maureira-Fredes | 2023-04-05 | 1 | -1/+0 |
| * | PySideTools: Fix non-existing macOS tools | Shyamnath Premnadh | 2023-04-03 | 1 | -5/+11 |
| * | CI: Change the way we create wheels in CI | Simo Fält | 2023-02-22 | 1 | -1/+1 |
| * | PySide Build: find qtpaths before SetupRunner.run_setup() | Shyamnath Premnadh | 2023-02-08 | 1 | -14/+0 |
| * | build: introduce log level | Cristián Maureira-Fredes | 2023-02-02 | 1 | -4/+4 |
| * | Fix cross compilation | Shyamnath Premnadh | 2023-02-01 | 1 | -0/+1 |
| * | build_scripts: remove unused functions | Cristián Maureira-Fredes | 2022-12-19 | 1 | -86/+0 |
| * | build_scripts: remove unused imports | Cristián Maureira-Fredes | 2022-12-19 | 1 | -2/+1 |
| * | build_system: Remove code trying to find the MSVC installation | Friedemann Kleint | 2022-12-08 | 1 | -151/+0 |
| * | build system: Further introduce Pathlib | Friedemann Kleint | 2022-12-06 | 1 | -9/+14 |
| * | build system: Refactor helper backtick() | Friedemann Kleint | 2022-12-05 | 1 | -16/+14 |
| * | Build scripts: Adapt to changed location of the metatypes directory in Qt | Friedemann Kleint | 2022-12-02 | 1 | -0/+10 |
| * | Fix libexec path for build | Shyamnath Premnadh | 2022-11-29 | 1 | -1/+2 |
| * | Fix create_wheels.py : wrong libexec path | Shyamnath Premnadh | 2022-11-28 | 1 | -1/+1 |
| * | PySideTools: install tool only if corresponding Qt tool exists | Shyamnath Premnadh | 2022-11-16 | 1 | -0/+48 |
| * | pathlib: fix utils.py | Shyamnath Premnadh | 2022-11-07 | 1 | -2/+2 |
| * | pathlib: migrate build_scripts away from os.path | Cristián Maureira-Fredes | 2022-10-18 | 1 | -73/+97 |
| * | build: replace distutils.log by simple logger | Cristián Maureira-Fredes | 2022-10-13 | 1 | -5/+6 |
| * | build: replace DistutilsSetupError by SetupError | Cristián Maureira-Fredes | 2022-10-13 | 1 | -6/+6 |
| * | build system: Disable checking ICU libs for cross builds | Friedemann Kleint | 2022-09-26 | 1 | -0/+2 |
| * | build: Improve error message about test-configuring projects with cmake | Friedemann Kleint | 2022-09-09 | 1 | -5/+38 |
| * | build: Address fixme comment in utils.py | Friedemann Kleint | 2022-09-09 | 1 | -9/+4 |
| * | build: use explicit unpack | Cristián Maureira-Fredes | 2022-06-29 | 1 | -7/+3 |
| * | build: fix readability details | Cristián Maureira-Fredes | 2022-06-29 | 1 | -8/+6 |
| * | build: replace the usage of reserved Python words | Cristián Maureira-Fredes | 2022-06-29 | 1 | -24/+24 |
| * | build: rename our rmtree to avoid shutil conflict | Cristián Maureira-Fredes | 2022-06-29 | 1 | -2/+2 |
| * | build: avoid mutable default value as argument | Cristián Maureira-Fredes | 2022-06-28 | 1 | -2/+8 |
| * | build: fix flake8 warnings and missing f-strings | Cristián Maureira-Fredes | 2022-06-28 | 1 | -2/+2 |
| * | build: catch RuntimeError for install_name_tool on macOS | Cristián Maureira-Fredes | 2022-06-21 | 1 | -1/+4 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -38/+2 |
| * | flake8: fix style issues to build_scripts/ | Cristián Maureira-Fredes | 2022-04-13 | 1 | -16/+19 |
| * | build: update wheel names | Cristián Maureira-Fredes | 2022-03-30 | 1 | -1/+4 |