aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/main.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* build_scripts: Fix the make_path error messageChristian Tismer2020-10-271-2/+3
* 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-141-62/+52
|\|
| * setup.py: Show options in command helpFriedemann Kleint2020-10-141-64/+17
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-10-081-279/+170
|\|
| * setup.py: Refactor PysideBuild::run()Friedemann Kleint2020-10-071-149/+153
| * setup.py: Fix some flake8 warningsFriedemann Kleint2020-10-071-12/+9
| * setup.py: Remove constructor parameters depending on options from PysideBuild...Friedemann Kleint2020-10-061-118/+8
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-10-061-16/+7
|\|
| * setup.py: Make it possible to access QtInfo from several sourcesFriedemann Kleint2020-10-061-15/+6
| * setup.py: Fix check for limited APIFriedemann Kleint2020-10-061-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-09-301-1/+83
|\|
| * Add command to build rst documentation onlyCristian Maureira-Fredes2020-09-291-1/+83
* | Remove the pyside-tools moduleFriedemann Kleint2020-09-041-43/+0
* | Remove pyside-toolsFriedemann Kleint2020-07-031-1/+1
|/
* Clean the build/install output a bitCristián Maureira-Fredes2020-06-081-17/+17
* Doc: Enable doc builds using the offline templateVenugopal Shivashankar2020-06-041-0/+7
* Rename pre_release_version_type to release_version_typeSimo Fält2020-05-251-3/+5
* shiboken: Improve the libdir for windowsCristián Maureira-Fredes2020-02-181-1/+7
* Replace OPTION_* by a dictionaryCristián Maureira-Fredes2019-12-031-105/+105
* Improve code style with flake8Cristián Maureira-Fredes2019-11-251-129/+98
* Fix wrong "only package" condition in build_scripts/main.pyAlexandru Croitor2019-10-071-1/+1
* Fix Xcode sdk value embedded into PySide2 binariesAlexandru Croitor2019-08-241-1/+1
* Avoid too much stickiness when using --reuse-buildChristian Tismer2019-04-261-2/+4
* Modernize cmake buildAlexandru Croitor2019-02-071-2/+8
* Make quiet builds really quietAlexandru Croitor2018-12-071-9/+14
* Build scripts: Add support for ninjaFriedemann Kleint2018-11-271-15/+16