| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enable shiboken documentation build for macOS again | Christian Tismer | 2021-04-11 | 1 | -0/+7 |
| * | doc: make sure '--skip-docs' skip the docs | Cristian Maureira-Fredes | 2021-04-07 | 1 | -8/+14 |
| * | build_scripts: use f-strings instead of format() | Cristian Maureira-Fredes | 2021-01-04 | 1 | -118/+104 |
| * | build_scripts: replace print by distutils.log | Cristian Maureira-Fredes | 2021-01-04 | 1 | -6/+5 |
| * | build_scripts: remove unused imports | Cristian Maureira-Fredes | 2021-01-04 | 1 | -1/+0 |
| * | Windows: Prevent cmake from auto-detecting the clang compiler | Friedemann Kleint | 2020-11-10 | 1 | -0/+4 |
| * | python3: remove all obsolete "from __future__" import statements | Christian Tismer | 2020-11-09 | 1 | -1/+0 |
| * | build scripts: Fix warning about import order | Friedemann Kleint | 2020-11-05 | 1 | -8/+7 |
| * | Rename PySide2 to PySide6 | Friedemann Kleint | 2020-11-02 | 1 | -4/+4 |
| * | build scripts: Introduce variables for the versions | Friedemann Kleint | 2020-11-02 | 1 | -27/+29 |
| * | Rename shiboken2 to shiboken6 | Friedemann Kleint | 2020-10-28 | 1 | -14/+14 |
| * | build_scripts: remove references to python 2 | Cristian Maureira-Fredes | 2020-10-27 | 1 | -32/+4 |
| * | setup: remove ez_setup and update requirements | Cristian Maureira-Fredes | 2020-10-27 | 1 | -5/+1 |
| * | build_scripts: Fix the make_path error message | Christian Tismer | 2020-10-27 | 1 | -2/+3 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Friedemann Kleint | 2020-10-16 | 1 | -3/+4 |
| |\ |
|
| | * | build_rst_docs: add DistUtilsCommandMixin to the command | Cristian Maureira-Fredes | 2020-10-15 | 1 | -3/+4 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Friedemann Kleint | 2020-10-14 | 1 | -62/+52 |
| |\| |
|
| | * | setup.py: Show options in command help | Friedemann Kleint | 2020-10-14 | 1 | -64/+17 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Friedemann Kleint | 2020-10-08 | 1 | -279/+170 |
| |\| |
|
| | * | setup.py: Refactor PysideBuild::run() | Friedemann Kleint | 2020-10-07 | 1 | -149/+153 |
| | * | setup.py: Fix some flake8 warnings | Friedemann Kleint | 2020-10-07 | 1 | -12/+9 |
| | * | setup.py: Remove constructor parameters depending on options from PysideBuild... | Friedemann Kleint | 2020-10-06 | 1 | -118/+8 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Friedemann Kleint | 2020-10-06 | 1 | -16/+7 |
| |\| |
|
| | * | setup.py: Make it possible to access QtInfo from several sources | Friedemann Kleint | 2020-10-06 | 1 | -15/+6 |
| | * | setup.py: Fix check for limited API | Friedemann Kleint | 2020-10-06 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Friedemann Kleint | 2020-09-30 | 1 | -1/+83 |
| |\| |
|
| | * | Add command to build rst documentation only | Cristian Maureira-Fredes | 2020-09-29 | 1 | -1/+83 |
| * | | Remove the pyside-tools module | Friedemann Kleint | 2020-09-04 | 1 | -43/+0 |
| * | | Remove pyside-tools | Friedemann Kleint | 2020-07-03 | 1 | -1/+1 |
| |/ |
|
| * | Clean the build/install output a bit | Cristián Maureira-Fredes | 2020-06-08 | 1 | -17/+17 |
| * | Doc: Enable doc builds using the offline template | Venugopal Shivashankar | 2020-06-04 | 1 | -0/+7 |
| * | Rename pre_release_version_type to release_version_type | Simo Fält | 2020-05-25 | 1 | -3/+5 |
| * | shiboken: Improve the libdir for windows | Cristián Maureira-Fredes | 2020-02-18 | 1 | -1/+7 |
| * | Replace OPTION_* by a dictionary | Cristián Maureira-Fredes | 2019-12-03 | 1 | -105/+105 |
| * | Improve code style with flake8 | Cristián Maureira-Fredes | 2019-11-25 | 1 | -129/+98 |
| * | Fix wrong "only package" condition in build_scripts/main.py | Alexandru Croitor | 2019-10-07 | 1 | -1/+1 |
| * | Fix Xcode sdk value embedded into PySide2 binaries | Alexandru Croitor | 2019-08-24 | 1 | -1/+1 |
| * | Avoid too much stickiness when using --reuse-build | Christian Tismer | 2019-04-26 | 1 | -2/+4 |
| * | Modernize cmake build | Alexandru Croitor | 2019-02-07 | 1 | -2/+8 |
| * | Make quiet builds really quiet | Alexandru Croitor | 2018-12-07 | 1 | -9/+14 |
| * | Build scripts: Add support for ninja | Friedemann Kleint | 2018-11-27 | 1 | -15/+16 |
| * | Build scripts: Print elapsed time | Friedemann Kleint | 2018-11-22 | 1 | -5/+8 |
| * | Build scripts: Implement --quiet | Friedemann Kleint | 2018-11-21 | 1 | -5/+9 |
| * | Build scripts: Fix warnings about invalid escape sequences | Friedemann Kleint | 2018-10-30 | 1 | -1/+1 |
| * | Allow building shiboken2 and PySide2 as separate wheels | Alexandru Croitor | 2018-10-12 | 1 | -196/+191 |
| * | Revert "setup.py: parallel build by default" | Friedemann Kleint | 2018-09-20 | 1 | -5/+1 |
| * | setup.py: parallel build by default | Aleksandr Mezin | 2018-09-18 | 1 | -1/+5 |
| * | shiboken: Fix naming of shipped libclang | Friedemann Kleint | 2018-08-24 | 1 | -2/+15 |
| * | Build script/Linux: Use installed patchelf if present | Friedemann Kleint | 2018-07-24 | 1 | -3/+9 |
| * | Extract Qt Win dependencies to be included in wheels | Simo Fält | 2018-06-25 | 1 | -0/+3 |