| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary use of 'object' in class constructionremoteobjectsdev | Cristián Maureira-Fredes | 2024-12-18 | 1 | -2/+2 |
* | build: improve the build configuration implementation | Cristián Maureira-Fredes | 2024-12-18 | 1 | -2/+2 |
* | build: options as a singleton | Cristián Maureira-Fredes | 2024-12-18 | 1 | -79/+78 |
* | type hints: Install a permanent test for error-free pyi files | Christian Tismer | 2024-10-17 | 1 | -0/+2 |
* | shiboken: Support compiler options for disabling optimizations | Christian Tismer | 2024-08-01 | 1 | -0/+1 |
* | PySide Build: Add --flatpak option | Shyamnath Premnadh | 2024-07-29 | 1 | -0/+14 |
* | PySide Build: Add an option to provide extra include paths for Shiboken | Shyamnath Premnadh | 2024-07-29 | 1 | -1/+7 |
* | PySide Build: Add option to force process system headers | Shyamnath Premnadh | 2024-07-13 | 1 | -1/+10 |
* | Python-3.10: Allow the new syntax for Python 3.9 | Christian Tismer | 2024-06-20 | 1 | -0/+1 |
* | Remove deprecated command 'build_rst_docs' | Dennis Oberst | 2024-04-12 | 1 | -6/+4 |
* | build scripts: Use log.warning() instead of deprecated log.warn() | Friedemann Kleint | 2024-03-07 | 1 | -4/+4 |
* | Make Unity builds default | Friedemann Kleint | 2024-01-30 | 1 | -2/+7 |
* | Help fix: remove the extra '-' from --macos-use-libc++ | Shyamnath Premnadh | 2024-01-25 | 1 | -1/+1 |
* | build scripts: Deprecate option --ignore_git | Friedemann Kleint | 2024-01-18 | 1 | -1/+2 |
* | shiboken: Allow to disable pyi file generation for debugging | Christian Tismer | 2024-01-17 | 1 | -6/+9 |
* | docs: deprecate 'build_rst_docs' in favor of 'build_base_docs' | Dennis Oberst | 2023-10-26 | 1 | -4/+7 |
* | build: remove traces of distutils | Cristián Maureira-Fredes | 2023-07-14 | 1 | -8/+2 |
* | build: remove examples from wheels and installation | Cristián Maureira-Fredes | 2023-03-21 | 1 | -3/+1 |
* | Android Deployment - cross building for android wheels | Shyamnath Premnadh | 2023-03-06 | 1 | -0/+2 |
* | doc: fix build when qtpaths is in PATH | Cristián Maureira-Fredes | 2023-02-16 | 1 | -1/+2 |
* | PySide Build: find qtpaths before SetupRunner.run_setup() | Shyamnath Premnadh | 2023-02-08 | 1 | -25/+49 |
* | build: introduce log level | Cristián Maureira-Fredes | 2023-02-02 | 1 | -7/+44 |
* | 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/+0 |
* | build system: Fix --cmake command line option | Friedemann Kleint | 2022-12-08 | 1 | -0/+2 |
* | Enable debug builds on Windows | Friedemann Kleint | 2022-11-17 | 1 | -1/+1 |
* | Fix debug build problems on Win re: limited-api | Adrian Herrmann | 2022-11-16 | 1 | -0/+5 |
* | build_scripts: Don't use options from the environment | Friedemann Kleint | 2022-11-15 | 1 | -7/+2 |
* | Build system: Check for qtpaths6 only | Friedemann Kleint | 2022-11-08 | 1 | -2/+0 |
* | Build system: Fix cross builds | Friedemann Kleint | 2022-11-08 | 1 | -4/+3 |
* | pathlib: migrate build_scripts away from os.path | Cristián Maureira-Fredes | 2022-10-18 | 1 | -14/+20 |
* | build: rename DistUtilsCommandMixin to CommandMixin | Cristián Maureira-Fredes | 2022-10-13 | 1 | -7/+7 |
* | build: replace distutils.cmd.Command and sysconfig | Cristián Maureira-Fredes | 2022-10-13 | 1 | -1/+1 |
* | build: replace distutils.log by simple logger | Cristián Maureira-Fredes | 2022-10-13 | 1 | -3/+3 |
* | build: fix readability details | Cristián Maureira-Fredes | 2022-06-29 | 1 | -4/+4 |
* | Use SPDX license identifiers | Lucie Gérard | 2022-05-27 | 1 | -38/+2 |
* | Enable numpy support by default | Friedemann Kleint | 2022-05-17 | 1 | -1/+8 |
* | flake8: fix style issues to build_scripts/ | Cristián Maureira-Fredes | 2022-04-13 | 1 | -5/+6 |
* | 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 | -1/+4 |
* | flake8: improve codestyling of build scripts | Cristián Maureira-Fredes | 2022-03-22 | 1 | -3/+2 |
* | Strip libraries in release mode | Friedemann Kleint | 2022-03-14 | 1 | -0/+3 |
* | setup.py: Add support for cross-building | Alexandru Croitor | 2022-02-04 | 1 | -34/+183 |
* | setup.py: Deprecate qmake option in favor of qtpaths | Alexandru Croitor | 2021-12-07 | 1 | -0/+1 |
* | setup.py: Simplify logic of qmake and qtpaths lookup | Alexandru Croitor | 2021-11-29 | 1 | -32/+21 |
* | Move from distutils to setuptools | Cristián Maureira-Fredes | 2021-11-26 | 1 | -5/+11 |
* | setup: coin: Use sccache when building if the platform config sets it | Alexandru Croitor | 2021-11-15 | 1 | -0/+3 |
* | setup.py: Allow specifying Qt without adding it to PATH | Alexandru Croitor | 2021-10-27 | 1 | -11/+35 |
* | Introduce qtpaths as qmake replacement | Friedemann Kleint | 2021-06-17 | 1 | -3/+24 |
* | build scripts: Replace qmake mkspec parsing by cmake | Friedemann Kleint | 2021-06-17 | 1 | -1/+1 |