aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
Commit message (Expand)AuthorAgeFilesLines
* Turn off numpy support in libpyside by defaultFriedemann Kleint2021-05-052-1/+8
* build_scripts: clean and format qtinfoCristian Maureira-Fredes2021-05-041-86/+81
* Build system: Make numpy centrally availableFriedemann Kleint2021-04-212-1/+15
* Enable shiboken documentation build for macOS againChristian Tismer2021-04-111-0/+7
* Revert "Temporarily disable the designer plugin"Friedemann Kleint2021-04-112-2/+10
* doc: make sure '--skip-docs' skip the docsCristian Maureira-Fredes2021-04-061-8/+14
* Temporarily disable the designer pluginFriedemann Kleint2021-04-062-10/+2
* Add an option to disable copying of the Qt toolsFriedemann Kleint2021-03-164-18/+29
* Fix build after moving uic/rcc to libexecFriedemann Kleint2021-03-161-1/+3
* PySide6: Add a Designer pluginFriedemann Kleint2021-02-162-3/+14
* Add option for switching the protected hackFriedemann Kleint2021-02-042-0/+6
* build scripts: Do not unnecessarily copy files when installingFriedemann Kleint2021-02-031-19/+32
* Add mirror url to download MSVC redistributablesSimo Fält2021-01-201-1/+6
* qp5_tool: Add warning when the configured python binary is not under virtual envFriedemann Kleint2021-01-181-5/+16
* Revert "Replace _ARCH_ by 64/32bit in LLVM_INSTALL_DIR"Friedemann Kleint2021-01-111-3/+0
* Windows: Fix running the example tests in COINFriedemann Kleint2021-01-111-0/+10
* qp5_tool: Add verbose optionFriedemann Kleint2021-01-111-2/+9
* Revert "Qt CI: Install libCLang 10.0"Simo Fält2021-01-051-65/+0
* build_scripts: remove unused codeCristian Maureira-Fredes2021-01-051-8/+1
* build_scripts: fix get_config_var for Big SurCristian Maureira-Fredes2021-01-051-1/+2
* build_scripts: use f-strings instead of format()Cristian Maureira-Fredes2021-01-0410-232/+215
* qp5_tool: use f-strings instead of format()Cristian Maureira-Fredes2021-01-041-10/+10
* build_scripts: replace print by distutils.logCristian Maureira-Fredes2021-01-044-27/+26
* build_scripts: remove unused importsCristian Maureira-Fredes2021-01-046-7/+3
* designer: add rpath for linuxCristian Maureira-Fredes2020-12-211-4/+5
* setup.py: Pass --reuse-build only to commands that use DistUtilsCommandMixinDmitry Shachnev2020-12-091-1/+1
* Qt CI: Install libCLang 10.0Simo Fält2020-12-081-0/+65
* build scripts: Import 'PYSIDE' for linux platformSimo Fält2020-12-021-1/+1
* Allow calling CI's build scripts with python2Simo Fält2020-11-301-1/+7
* setup.py: Fix 'clean' commandFriedemann Kleint2020-11-241-1/+6
* Windows: Prevent cmake from auto-detecting the clang compilerFriedemann Kleint2020-11-101-0/+4
* python3: remove all obsolete "from __future__" import statementsChristian Tismer2020-11-094-6/+0
* build scripts: Fix warning about import orderFriedemann Kleint2020-11-052-11/+8
* Build scripts: Switch to Qt 6Friedemann Kleint2020-11-024-15/+15
* Fix the Windows buildFriedemann Kleint2020-11-021-1/+1
* Rename PySide2 to PySide6Friedemann Kleint2020-11-028-19/+19
* build scripts: Introduce variables for the versionsFriedemann Kleint2020-11-029-71/+122
* Rename shiboken2 to shiboken6Friedemann Kleint2020-10-286-45/+45
* build_scripts: remove references to python 2Cristian Maureira-Fredes2020-10-277-68/+24
* setup: remove ez_setup and update requirementsCristian Maureira-Fredes2020-10-271-5/+1
* build_scripts: Fix the make_path error messageChristian Tismer2020-10-271-2/+3
* setup.py: Make ninja the default generatorFriedemann Kleint2020-10-261-2/+2
* Remove wheel.pep425tags importsCristian Maureira-Fredes2020-10-261-18/+19
* Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-10-161-3/+4
|\
| * build_rst_docs: add DistUtilsCommandMixin to the commandCristian Maureira-Fredes2020-10-151-3/+4
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-10-144-111/+258
|\|
| * Fix wheel_override error when wheel not availableCristian Maureira-Fredes2020-10-141-8/+9
| * setup.py: Show options in command helpFriedemann Kleint2020-10-144-107/+216
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-10-089-304/+353
|\|
| * setup.py: Refactor PysideBuild::run()Friedemann Kleint2020-10-071-149/+153