| Commit message (Expand) | Author | Age | Files | Lines |
| * | build: improve the build configuration implementation | Cristián Maureira-Fredes | 2024-12-18 | 1 | -43/+18 |
| * | build: don't stop if unsupported python version is used | Cristián Maureira-Fredes | 2024-12-16 | 1 | -2/+5 |
| * | build: fetch metadata from pyproject.toml file | Cristián Maureira-Fredes | 2024-12-05 | 1 | -1/+1 |
| * | Raise Python version to 3.8 | Friedemann Kleint | 2024-12-03 | 1 | -7/+0 |
| * | setup: fix PySide6.__all__ after the wheel split, amendment 2 | Christian Tismer | 2024-10-22 | 1 | -17/+0 |
| * | build: Remove build-directory-dependent code from PySide's __init__.py | Friedemann Kleint | 2024-10-18 | 1 | -0/+18 |
| * | type hints: Install a permanent test for error-free pyi files | Christian Tismer | 2024-10-17 | 1 | -0/+3 |
| * | Documentation: Release Notes | Shyamnath Premnadh | 2024-09-19 | 1 | -9/+30 |
| * | CI: Always use the default libclang | Simo Fält | 2024-09-05 | 1 | -0/+5 |
| * | build scripts: Always record the latest build, whether tested or not | Christian Tismer | 2024-09-03 | 1 | -12/+12 |
| * | Docs: Warnings for missing references | Shyamnath Premnadh | 2024-08-14 | 1 | -1/+1 |
| * | shiboken: Support compiler options for disabling optimizations | Christian Tismer | 2024-08-01 | 1 | -0/+4 |
| * | PySide Build: Add an option to provide extra include paths for Shiboken | Shyamnath Premnadh | 2024-07-29 | 1 | -0/+5 |
| * | Shiboken Build: Deal with libclang having a different SONAME | Shyamnath Premnadh | 2024-07-23 | 1 | -0/+29 |
| * | PySide Build: Add option to force process system headers | Shyamnath Premnadh | 2024-07-13 | 1 | -0/+4 |
| * | 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 |