| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Enable numpy support by default | Friedemann Kleint | 2022-05-17 | 1 | -4/+19 |
| * | build: copy instead of move the package directory | Cristián Maureira-Fredes | 2022-04-22 | 1 | -2/+4 |
| * | flake8: fix style issues to build_scripts/ | Cristián Maureira-Fredes | 2022-04-13 | 1 | -34/+30 |
| * | PySide6: Optimize for Size | Shyamnath Premnadh | 2022-04-11 | 1 | -0/+3 |
| * | doc: skip the documentation build by default | Cristián Maureira-Fredes | 2022-04-09 | 1 | -6/+13 |
| * | build: script to create wheels | Cristián Maureira-Fredes | 2022-03-29 | 1 | -0/+18 |
| * | flake8: improve codestyling of build scripts | Cristián Maureira-Fredes | 2022-03-22 | 1 | -14/+12 |
| * | Strip libraries in release mode | Friedemann Kleint | 2022-03-14 | 1 | -3/+6 |
| * | setup.py: Add support for cross-building | Alexandru Croitor | 2022-02-04 | 1 | -19/+170 |
| * | build_scripts: Avoid a racing condition in install | Christian Tismer | 2022-01-05 | 1 | -0/+5 |
| * | Windows: Fix the build against complete LLVM packages | Friedemann Kleint | 2021-12-09 | 1 | -5/+3 |
| * | Reland: Move all build dirs into a common 'build' subdirectory | Alexandru Croitor | 2021-12-07 | 1 | -18/+21 |
| * | setup.py: Make each setuptools command compute the same build dir info | Alexandru Croitor | 2021-12-07 | 1 | -170/+13 |
| * | setup.py: Simplify logic of qmake and qtpaths lookup | Alexandru Croitor | 2021-11-29 | 1 | -0/+1 |
| * | setup.py: Don't add the Qt prefix dir to PATH env var before building | Alexandru Croitor | 2021-11-26 | 1 | -5/+7 |
| * | setup.py: Add missing DistutilsSetupError import | Alexandru Croitor | 2021-11-26 | 1 | -1/+1 |
| * | Move from distutils to setuptools | Cristián Maureira-Fredes | 2021-11-26 | 1 | -38/+42 |
| * | setup.py: Package QtWebEngine resources from Qt's data dir | Alexandru Croitor | 2021-11-22 | 1 | -0/+1 |
| * | setup.py: Remove dead function prepare_sub_modules | Alexandru Croitor | 2021-11-19 | 1 | -37/+0 |
| * | Use legacy OpenGL option to build on linux | Cristián Maureira-Fredes | 2021-11-18 | 1 | -0/+6 |
| * | setup: coin: Use sccache when building if the platform config sets it | Alexandru Croitor | 2021-11-15 | 1 | -0/+5 |
| * | setup: Make ninja output the commands it runs in a verbose build | Alexandru Croitor | 2021-11-15 | 1 | -1/+6 |
| * | Revert "setup.py: Move all build dirs into a common 'build' subdirectory" | Alexandru Croitor | 2021-10-28 | 1 | -55/+21 |
| * | PyPySide: add it as a true new build target | Christian Tismer | 2021-10-28 | 1 | -0/+12 |
| * | setup.py: Move all build dirs into a common 'build' subdirectory | Alexandru Croitor | 2021-10-27 | 1 | -21/+55 |
| * | setup.py: Fix QT_SRC_DIR to only be set if a path is set and it exists | Alexandru Croitor | 2021-10-27 | 1 | -2/+5 |
| * | build scripts: Fix broken packages (rpaths) | Friedemann Kleint | 2021-07-06 | 1 | -10/+10 |
| * | Pyside6/Qt Designer: Fix Python code preview not working on UNIX | Friedemann Kleint | 2021-07-06 | 1 | -3/+6 |
| * | build_scripts: Pass --quiet to build_rst_docs | Friedemann Kleint | 2021-06-24 | 1 | -0/+2 |
| * | Introduce qtpaths as qmake replacement | Friedemann Kleint | 2021-06-17 | 1 | -1/+3 |
| * | Fix cmake argument for standalone macOS | Cristian Maureira-Fredes | 2021-05-06 | 1 | -1/+1 |
| * | Turn off numpy support in libpyside by default | Friedemann Kleint | 2021-05-05 | 1 | -0/+3 |
| * | Build system: Make numpy centrally available | Friedemann Kleint | 2021-04-21 | 1 | -1/+5 |
| * | 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-06 | 1 | -8/+14 |