| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python-3.10: Allow the new syntax for Python 3.9 | Christian Tismer | 2024-06-20 | 1 | -0/+1 |
| * | Android Deployment: Build wheels with macOS host | Shyamnath Premnadh | 2024-06-03 | 1 | -2/+8 |
| * | Remove deprecated command 'build_rst_docs' | Dennis Oberst | 2024-04-12 | 1 | -6/+0 |
| * | Deprecation Python 3.8 | Cristián Maureira-Fredes | 2024-03-12 | 1 | -2/+2 |
| * | shiboken: Allow to disable pyi file generation for debugging | Christian Tismer | 2024-01-17 | 1 | -6/+9 |
| * | PySide: Fix debug build in windows | Shyamnath Premnadh | 2024-01-05 | 1 | -4/+1 |
| * | Shiboken: Remove FindPythonInterp and FindPythonLibs CMake modules | Shyamnath Premnadh | 2023-12-11 | 1 | -3/+3 |
| * | docs: deprecate 'build_rst_docs' in favor of 'build_base_docs' | Dennis Oberst | 2023-10-26 | 1 | -9/+19 |
| * | Final details to enable 3.12 wheel compatibility | Cristián Maureira-Fredes | 2023-10-11 | 1 | -2/+2 |
| * | PySide Build: Remove patchelf for Qfp binaries | Shyamnath Premnadh | 2023-09-06 | 1 | -1/+3 |
| * | example_gallery: Handle Qt example directories | Friedemann Kleint | 2023-08-03 | 1 | -0/+3 |
| * | build: remove traces of distutils | Cristián Maureira-Fredes | 2023-07-14 | 1 | -8/+7 |
| * | Cross Compilation - Fix Patchelf | Shyamnath Premnadh | 2023-07-13 | 1 | -1/+1 |
| * | Cleanup build scripts | Shyamnath Premnadh | 2023-07-13 | 1 | -1/+1 |
| * | Android Wheels: Include all Android Qt modules | Shyamnath Premnadh | 2023-06-20 | 1 | -4/+1 |
| * | Copy Qt module JSON files for usage by create_wheels.py | Friedemann Kleint | 2023-04-17 | 1 | -0/+1 |
| * | build_scripts: fix a suboptimal timing formula | Christian Tismer | 2023-04-11 | 1 | -2/+2 |
| * | build: remove unused imports and obsolete comment | Cristián Maureira-Fredes | 2023-04-05 | 1 | -1/+0 |
| * | build_rst_docs: Pass quiet mode to example gallery tool | Friedemann Kleint | 2023-03-23 | 1 | -0/+2 |
| * | build_rst_docs: Run example gallery tool | Friedemann Kleint | 2023-03-10 | 1 | -0/+5 |
| * | Android Deployment - cross building for android wheels | Shyamnath Premnadh | 2023-03-06 | 1 | -2/+6 |
| * | build: introduce log level | Cristián Maureira-Fredes | 2023-02-02 | 1 | -14/+33 |
| * | Fix cross compilation | Shyamnath Premnadh | 2023-02-01 | 1 | -1/+1 |
| * | Build system: Add an option to enable CMake UNITY_BUILD (jumbo) builds | Friedemann Kleint | 2022-12-19 | 1 | -0/+6 |
| * | build_scripts: remove unused imports | Cristián Maureira-Fredes | 2022-12-19 | 1 | -1/+1 |
| * | build_system: Remove code trying to find the MSVC installation | Friedemann Kleint | 2022-12-08 | 1 | -8/+4 |
| * | build system: Port get_shared_library_filters to pathlib | Friedemann Kleint | 2022-12-06 | 1 | -22/+19 |
| * | Build scripts: Adapt to changed location of the metatypes directory in Qt | Friedemann Kleint | 2022-12-02 | 1 | -0/+1 |
| * | Build system: Fix another breakage affecting cross builds | Friedemann Kleint | 2022-11-17 | 1 | -1/+1 |
| * | PySideTools: install tool only if corresponding Qt tool exists | Shyamnath Premnadh | 2022-11-16 | 1 | -1/+1 |
| * | Fix debug build problems on Win re: limited-api | Adrian Herrmann | 2022-11-16 | 1 | -2/+4 |
| * | build scripts: Fix target build_rst_docs | Friedemann Kleint | 2022-10-18 | 1 | -6/+7 |
| * | pathlib: migrate build_scripts away from os.path | Cristián Maureira-Fredes | 2022-10-18 | 1 | -91/+95 |
| * | remove mentions to Python 3.6 | Cristián Maureira-Fredes | 2022-10-17 | 1 | -2/+2 |
| * | build: rename DistUtilsCommandMixin to CommandMixin | Cristián Maureira-Fredes | 2022-10-13 | 1 | -13/+13 |
| * | build: replace distutils.cmd.Command and sysconfig | Cristián Maureira-Fredes | 2022-10-13 | 1 | -3/+3 |
| * | build: replace distutils.log by simple logger | Cristián Maureira-Fredes | 2022-10-13 | 1 | -9/+9 |
| * | build: replace DistutilsSetupError by SetupError | Cristián Maureira-Fredes | 2022-10-13 | 1 | -19/+19 |
| * | build: remove local patchelf | Cristián Maureira-Fredes | 2022-10-13 | 1 | -6/+2 |
| * | build system: Disable checking ICU libs for cross builds | Friedemann Kleint | 2022-09-26 | 1 | -1/+1 |
| * | doc: use more processes for sphinx-build | Cristián Maureira-Fredes | 2022-09-01 | 1 | -1/+1 |
| * | build: use explicit unpack | Cristián Maureira-Fredes | 2022-06-29 | 1 | -4/+4 |
| * | build: replace the usage of reserved Python words | Cristián Maureira-Fredes | 2022-06-29 | 1 | -11/+11 |
| * | build: rename our rmtree to avoid shutil conflict | Cristián Maureira-Fredes | 2022-06-29 | 1 | -5/+5 |
| * | build: fix flake8 warnings and missing f-strings | Cristián Maureira-Fredes | 2022-06-28 | 1 | -2/+3 |
| * | PyEnum: Use embedding of the Enum module for better execution speed | Christian Tismer | 2022-06-16 | 1 | -1/+2 |
| * | build: remove directories in 'package_for_wheels/' on re-run | Cristián Maureira-Fredes | 2022-06-01 | 1 | -13/+30 |
| * | Limited_API: Fix PyIndex_Check once and for all | Christian Tismer | 2022-05-27 | 1 | -4/+18 |
| * | flake8: fix style issues to build_scripts, amended: fix main.py | Christian Tismer | 2022-05-27 | 1 | -12/+14 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -38/+2 |