aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deprecate --iculib-url optionAlexandru Croitor2018-02-231-6/+2
* Remove _utils.py module from packageAlexandru Croitor2018-02-225-366/+9
* 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-229-29/+48
* 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
* 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 heap corruption crash on macOS 10.8 CI machineAlexandru Croitor2018-02-201-1/+0
* Fix typo in libicu detectionAlexandru Croitor2018-02-151-1/+1
* 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
* Embeds $ORIGIN rpath into QtCore and libICU librariesAlexandru Croitor2018-02-061-0/+62
* Improve libICU deployment on LinuxAlexandru Croitor2018-02-062-60/+172
* Rename usage of 'dist_dir' to 'pyside_package_dir'Alexandru Croitor2018-02-061-62/+62
* Improve logging of all relevant build folders that are written toAlexandru Croitor2018-02-061-7/+36
* Fix QTabWidget.clear to avoid double obj removalCristian Maureira-Fredes2018-02-023-2/+69
* Improve documentation about OpenSSLAlexandru Croitor2018-02-021-8/+22
* Fix QSsl classes to be picked up on LinuxAlexandru Croitor2018-02-021-0/+9
* Fix signature extension disablingChristian Tismer2018-02-021-1/+3
* setup.py: Fix bundling of pyside2uic.CompilerFredrik Averpil2018-01-171-1/+3
* qinstallmsghandler_test.py: Test qDebug() in debug builds onlyFriedemann Kleint2018-01-161-3/+4
* Do not link shared libraries against the python shared library on UnixAlexandru Croitor2018-01-151-2/+12
* Extract iculibs for linux standalone wheelSimo Fält2018-01-112-0/+67
* Enhance testrunner to ignore old test logsChristian Tismer2018-01-051-0/+8
* Signature existence tests: Fix generation of the signature fileFriedemann Kleint2018-01-042-5/+7
* Remove sync.profile which is no longer usedChristian Tismer2017-12-281-19/+0
* small enhancement for testrunnerChristian Tismer2017-12-223-20/+18
* testrunner 5: Improve the algorithmChristian Tismer2017-12-215-67/+245
* testrunner 4: Improve the error listingChristian Tismer2017-12-212-3/+3
* testrunner 3: Replace (n)make and tee by ctestChristian Tismer2017-12-212-60/+73
* testrunner 2: Remove unused code and clean upChristian Tismer2017-12-212-235/+14
* testrunner 1: Turn into a packageChristian Tismer2017-12-218-787/+1100
* blacklist.txt: Remove duplicate entryFriedemann Kleint2017-12-211-4/+0
* Signature existence tests: Fall back to previous patch releasesFriedemann Kleint2017-12-212-18/+51
* Adjust inheritance_diagram.py exception to Python 3 syntaxChristian Tismer2017-12-211-1/+1
* Fix QtCore test bug829 to run on WindowsFriedemann Kleint2017-12-192-7/+20
* Blacklist flaky QtCore::qthread_prod_cons_test testAlexandru Croitor2017-12-051-0/+4
* Unify signature registry for py2 / py3 and clean upChristian Tismer2017-12-056-88/+161
* Fix signature registry on Python2 with .pyc files, part 2Christian Tismer2017-12-043-49/+45
* libpyside: Fix code forwarding Python exceptions to JSFriedemann Kleint2017-11-301-14/+4
* Fix signature registry on Python2 with .pyc filesChristian Tismer2017-11-302-8/+11
* Fix testrunner to parse blacklist correctly on Qt5.xx.yChristian Tismer2017-11-301-12/+4
* FIXUP: Make standalone option work on LinuxAlexandru Croitor2017-11-281-1/+1
* Blacklist existence test for dev=5.11Christian Tismer2017-11-281-0/+3
* signature: Support a new constant for QOpenGLChristian Tismer2017-11-282-1/+2
* Blacklist flaky QtCore_qthread_signal_testAlexandru Croitor2017-11-271-0/+4
* Create a function existence registryChristian Tismer2017-11-272-2/+16639
* Create a function existence registryChristian Tismer2017-11-277-69274/+37211