aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Adjust wheel names when building with limited apiAlexandru Croitor2018-05-311-2/+4
* PEP 384-squash: Implement PEP 384Christian Tismer2018-05-301-0/+2
* Remove Python 2.6 package classifierAlexandru Croitor2018-05-291-1/+0
* Clarify and fix the path to openssl libs for Coin Windows buildAlexandru Croitor2018-05-161-5/+7
* Add option --skip-modulesCristian Maureira-Fredes2018-05-151-0/+3
* setup.py: Document option --module-subsetFriedemann Kleint2018-05-111-0/+2
* Add option to skip docs generationCristian Maureira-Fredes2018-05-071-0/+1
* Split and move various setup.py parts into different filesAlexandru Croitor2018-04-301-1892/+9
* Add references from ApiExtractor to shiboken docCristian Maureira-Fredes2018-04-261-5/+11
* Remove deprecated optionsAlexandru Croitor2018-04-251-8/+0
* Replace 'osx' with 'macos' in installation scriptsAlexandru Croitor2018-04-251-6/+6
* Replace 'osx' in option names with 'macos'Alexandru Croitor2018-04-251-15/+15
* Add QtWebEngineCore moduleDavid Rosca2018-04-201-8/+10
* Fix QtWebEngineProcess related issues on the supported platformsAlexandru Croitor2018-04-201-0/+18
* Fix rpath for QWebEngineProcess on macOS non-framework buildAlexandru Croitor2018-04-201-0/+8
* Fail early in setup.py when clang can not be foundAlexandru Croitor2018-04-201-2/+2
* Handle long lines and print formatCristian Maureira-Fredes2018-04-191-314/+499
* Update docstring from setup.pyCristian Maureira-Fredes2018-04-041-75/+148
* setup.py: Do not deploy *.pdb files of the QML pluginsFriedemann Kleint2018-04-031-3/+6
* setup.py: Deploy ANGLE for WindowsFriedemann Kleint2018-03-211-0/+2
* Fix error when invoking python setup.py without being in the same dirAlexandru Croitor2018-03-151-1/+1
* Fix path to script_dirAlexandru Croitor2018-03-141-9/+9
* Check for compatible Qt version when building PySide2Alexandru Croitor2018-03-061-1/+6
* Clean up submodulesFriedemann Kleint2018-03-061-19/+2
* Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-03-051-258/+303
|\
| * Implement proper package versioningAlexandru Croitor2018-03-021-28/+49
| * setup.py: Clean up version handling and optionsFriedemann Kleint2018-03-021-126/+40
| * Improve packaging on WindowsAlexandru Croitor2018-03-021-71/+128
| * Deploy QtWebEngine locales .pak filesAlexandru Croitor2018-03-021-3/+3
| * Remove unused version_str variableAlexandru Croitor2018-03-021-3/+0
| * Improve macOS minimum deployment target decision processAlexandru Croitor2018-03-021-21/+67
| * Improve QtInfo classAlexandru Croitor2018-03-021-19/+17
| * Add rudimentary support for address sanitizer buildsAlexandru Croitor2018-02-231-0/+9
* | setup.py: Distinguish debug/release PythonChristian Tismer2018-02-261-0/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-02-231-52/+151
|\|
| * Deprecate --iculib-url optionAlexandru Croitor2018-02-231-6/+2
| * Make sure wheel names contain both PySide2 and Qt versionAlexandru Croitor2018-02-221-5/+31
| * Don't copy duplicate libraries on package installationAlexandru Croitor2018-02-221-21/+29
| * Fix setup.py install to work on macOSAlexandru Croitor2018-02-211-0/+16
| * Fix wheel packages on macOS to contain min correct deployment targetAlexandru Croitor2018-02-211-20/+73
* | Deploy libclang into standalone packageAlexandru Croitor2018-02-221-0/+58
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-02-201-1/+13
|\|
| * Fix rpath of QtWebEngineProcess in standalone macOS framework buildAlexandru Croitor2018-02-201-0/+12
| * Fix MACOSX_DEPLOYMENT_TARGET being set by distutils.spawn()Alexandru Croitor2018-02-201-0/+11
| * Fix typo in libicu detectionAlexandru Croitor2018-02-151-1/+1
* | Fix MACOSX_DEPLOYMENT_TARGET being set by distutils.spawn()Alexandru Croitor2018-02-141-0/+11
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-02-091-119/+142
|\|
| * Fix deployment of Qt libraries on macOS for standalone packagesAlexandru Croitor2018-02-061-14/+8
| * Add setup.py option to set the OS X minimum deployment targetAlexandru Croitor2018-02-061-0/+16
| * Add setup.py option to output compiler command line invocationAlexandru Croitor2018-02-061-0/+5