aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/main.py
Commit message (Expand)AuthorAgeFilesLines
* build: remove directories in 'package_for_wheels/' on re-runCristián Maureira-Fredes2022-06-011-13/+30
* Limited_API: Fix PyIndex_Check once and for allChristian Tismer2022-05-271-4/+18
* flake8: fix style issues to build_scripts, amended: fix main.pyChristian Tismer2022-05-271-12/+14
* build: copy instead of move the package directoryCristián Maureira-Fredes2022-04-221-2/+4
* flake8: fix style issues to build_scripts/Cristián Maureira-Fredes2022-04-141-34/+30
* PySide6: Optimize for SizeShyamnath Premnadh2022-04-111-0/+3
* doc: skip the documentation build by defaultCristián Maureira-Fredes2022-04-091-6/+13
* build: script to create wheelsCristián Maureira-Fredes2022-03-291-0/+18
* flake8: improve codestyling of build scriptsCristián Maureira-Fredes2022-03-221-14/+12
* Strip libraries in release modeFriedemann Kleint2022-03-141-3/+6
* setup.py: Add support for cross-buildingAlexandru Croitor2022-02-041-19/+170
* build_scripts: Avoid a racing condition in installChristian Tismer2022-01-051-0/+5
* Windows: Fix the build against complete LLVM packagesFriedemann Kleint2021-12-091-5/+3
* Reland: Move all build dirs into a common 'build' subdirectoryAlexandru Croitor2021-12-071-18/+21
* setup.py: Make each setuptools command compute the same build dir infoAlexandru Croitor2021-12-071-170/+13
* setup.py: Simplify logic of qmake and qtpaths lookupAlexandru Croitor2021-11-291-0/+1
* setup.py: Don't add the Qt prefix dir to PATH env var before buildingAlexandru Croitor2021-11-261-5/+7
* setup.py: Add missing DistutilsSetupError importAlexandru Croitor2021-11-261-1/+1
* Move from distutils to setuptoolsCristián Maureira-Fredes2021-11-261-38/+42
* setup.py: Package QtWebEngine resources from Qt's data dirAlexandru Croitor2021-11-221-0/+1
* setup.py: Remove dead function prepare_sub_modulesAlexandru Croitor2021-11-191-37/+0
* Use legacy OpenGL option to build on linuxCristián Maureira-Fredes2021-11-181-0/+6
* setup: coin: Use sccache when building if the platform config sets itAlexandru Croitor2021-11-151-0/+5
* setup: Make ninja output the commands it runs in a verbose buildAlexandru Croitor2021-11-151-1/+6
* Revert "setup.py: Move all build dirs into a common 'build' subdirectory"Alexandru Croitor2021-10-281-55/+21
* PyPySide: add it as a true new build targetChristian Tismer2021-10-281-0/+12
* setup.py: Move all build dirs into a common 'build' subdirectoryAlexandru Croitor2021-10-271-21/+55
* setup.py: Fix QT_SRC_DIR to only be set if a path is set and it existsAlexandru Croitor2021-10-271-2/+5
* build scripts: Fix broken packages (rpaths)Friedemann Kleint2021-07-061-10/+10
* Pyside6/Qt Designer: Fix Python code preview not working on UNIXFriedemann Kleint2021-07-061-3/+6
* build_scripts: Pass --quiet to build_rst_docsFriedemann Kleint2021-06-241-0/+2
* Introduce qtpaths as qmake replacementFriedemann Kleint2021-06-171-1/+3
* Fix cmake argument for standalone macOSCristian Maureira-Fredes2021-05-061-1/+1
* Turn off numpy support in libpyside by defaultFriedemann Kleint2021-05-051-0/+3
* Build system: Make numpy centrally availableFriedemann Kleint2021-04-211-1/+5
* Enable shiboken documentation build for macOS againChristian Tismer2021-04-111-0/+7
* doc: make sure '--skip-docs' skip the docsCristian Maureira-Fredes2021-04-061-8/+14
* Add an option to disable copying of the Qt toolsFriedemann Kleint2021-03-161-0/+2
* Add option for switching the protected hackFriedemann Kleint2021-02-041-0/+3
* build_scripts: use f-strings instead of format()Cristian Maureira-Fredes2021-01-041-118/+104
* build_scripts: replace print by distutils.logCristian Maureira-Fredes2021-01-041-6/+5
* build_scripts: remove unused importsCristian Maureira-Fredes2021-01-041-1/+0
* Windows: Prevent cmake from auto-detecting the clang compilerFriedemann Kleint2020-11-101-0/+4
* python3: remove all obsolete "from __future__" import statementsChristian Tismer2020-11-091-1/+0
* build scripts: Fix warning about import orderFriedemann Kleint2020-11-051-8/+7
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-4/+4
* build scripts: Introduce variables for the versionsFriedemann Kleint2020-11-021-27/+29
* Rename shiboken2 to shiboken6Friedemann Kleint2020-10-281-14/+14
* build_scripts: remove references to python 2Cristian Maureira-Fredes2020-10-271-32/+4
* setup: remove ez_setup and update requirementsCristian Maureira-Fredes2020-10-271-5/+1