aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/main.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/