aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* Remove _utils.py module from packageAlexandru Croitor2018-02-225-366/+9
* Don't copy duplicate libraries on package installationAlexandru Croitor2018-02-228-8/+19
* Fix heap corruption crash on macOS 10.8 CI machineAlexandru Croitor2018-02-201-1/+0
* Fix QTabWidget.clear to avoid double obj removalCristian Maureira-Fredes2018-02-023-2/+69
* Fix QSsl classes to be picked up on LinuxAlexandru Croitor2018-02-021-0/+9
* Fix signature extension disablingChristian Tismer2018-02-021-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
* Signature existence tests: Fix generation of the signature fileFriedemann Kleint2018-01-042-5/+7
* 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-191-5/+20
* 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
* signature: Support a new constant for QOpenGLChristian Tismer2017-11-282-1/+2
* Create a function existence registryChristian Tismer2017-11-272-2/+16639
* Create a function existence registryChristian Tismer2017-11-277-69274/+37211
* shiboken: Do not generate richcompare methods for namespacesFriedemann Kleint2017-11-243-4/+15
* Create a function existence registryChristian Tismer2017-11-243-9648/+25921
* Skip some permanently failing tests and blacklist flaky onesAlexandru Croitor2017-11-242-2/+6
* Create a function existence registryChristian Tismer2017-11-241-0/+16246
* Create a function existence registryChristian Tismer2017-11-243-1/+16464
* Fix crashes on RHEL 6.6 CI machines due to a race condition in glib2Alexandru Croitor2017-11-231-1/+3
* Investigate the sporadic segfaults on RHELChristian Tismer2017-11-231-0/+32
* Create a function existence registrymaya1Christian Tismer2017-11-1912-12/+62731
* Make standalone installations relocatableAlexandru Croitor2017-11-155-5/+155
* Make standalone option work on macOSAlexandru Croitor2017-11-152-0/+8
* Update and complete the signature moduleChristian Tismer2017-11-151-1/+2
* Remove QtCore::static_protected_methods_testFriedemann Kleint2017-11-142-60/+0
* Update and complete the signature moduleChristian Tismer2017-11-147-168/+2465
* Remove sys.path manipulations from testAlexandru Croitor2017-11-081-10/+6
* Build QtConcurrent and QtScripttools with MSVC, tooFriedemann Kleint2017-11-081-12/+2
* voidptr.cpp: Assign bool directlyFriedemann Kleint2017-11-071-1/+1
* Implement proper void pointer (void*) supportAlexandru Croitor2017-11-0613-49/+556
* Remove dead / unused code regarding conversionsAlexandru Croitor2017-11-0223-1437/+53
* Support the qApp macro correctly, final version incl. debugChristian Tismer2017-10-2716-170/+383
* Stabilize QtQml/bug_847.pyFriedemann Kleint2017-10-271-1/+8
* Fix the signature of the Q*Application constructorChristian Tismer2017-09-2910-33/+30
* Signature: tiny refinement in ReloaderChristian Tismer2017-09-291-3/+3
* Signature: support the new types and constants of 5.9 part 3Christian Tismer2017-09-281-0/+1
* Signature: support the new types and constants of 5.9 part 2Christian Tismer2017-09-283-13/+80
* Signature: support the new types and constants of 5.9Christian Tismer2017-09-271-2/+23
* Signature: buglet makes clang complainChristian Tismer2017-09-251-1/+1
* Signature: fix documentationChristian Tismer2017-09-251-1/+4
* Signature: Improve error reportingChristian Tismer2017-09-252-10/+8
* Signature: Simplify parser by not reloading mappingChristian Tismer2017-09-253-154/+97
* Implement introspection with __signature__ packageChristian Tismer2017-09-2022-19/+8488
* Fix QtUiTools not to depend on Qt5Designer being presentJanus Troelsen2017-08-241-2/+2