aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Make setup.py more robust when invoked in a weird wayAlexandru Croitor2019-02-061-0/+7
* Build scripts: Fix warnings about invalid escape sequencesFriedemann Kleint2018-10-301-7/+7
* Update setup.py documentationCristian Maureira-Fredes2018-10-251-27/+46
* Allow building shiboken2 and PySide2 as separate wheelsAlexandru Croitor2018-10-121-76/+39
* Add entry points for native toolsSimo Fält2018-10-021-0/+3
* Make signature module unconditionalChristian Tismer2018-08-271-2/+0
* Add content type for project descriptionCristian Maureira-Fredes2018-07-311-0/+1
* Prepare Limited API for Python 3.7Christian Tismer2018-06-261-0/+1
* Associate Coin snapshot builds with Coin integration IDsAlexandru Croitor2018-06-221-0/+4
* Don't package OpenSSL libraries on Windows Coin buildsAlexandru Croitor2018-06-221-2/+9
* Update contact information on setup.pyCristian Maureira-Fredes2018-06-081-4/+4
* 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