aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | setup.py: Ensure that the Qt source path is correctVenugopal Shivashankar2018-01-051-6/+14
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2018-01-0512-827/+1092
|\|
| * 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
* | Replace Python2-style constructsVenugopal Shivashankar2018-01-041-1/+1
* | libshiboken: Recover from numpy import failuresFriedemann Kleint2017-12-211-3/+3
* | Remove attributes Final and FinalInCppFriedemann Kleint2017-12-213-37/+17
* | shiboken: Remove unused code in abstractmetalang.hFriedemann Kleint2017-12-213-547/+25
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-12-2110-157/+266
|\|
| * 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
* | shiboken/AbstractMetaBuilder: Remove create* functionsFriedemann Kleint2017-12-092-59/+15
* | shiboken: Stop using the FinalInCpp attribute for classesFriedemann Kleint2017-12-093-17/+27
* | shiboken: Refactor copying of the MetaLang* classesFriedemann Kleint2017-12-062-11/+35
* | shiboken: Unify constructors of the MetaLang* classesFriedemann Kleint2017-12-052-108/+110
* | Refactor typesystem modification structsFriedemann Kleint2017-12-055-187/+75
* | shiboken: Do not use QString::split() to find nameFriedemann Kleint2017-12-051-3/+10
* | shiboken: Generate override instead of virtualFriedemann Kleint2017-12-051-11/+8
* | shiboken: Cleanup of the TypeEntry hierarchyFriedemann Kleint2017-12-042-260/+366
* | shiboken: Do not generate wrappers for final classesFriedemann Kleint2017-12-045-1/+44
* | shiboken: Do not generate wrapper methods for final C++ methodsFriedemann Kleint2017-12-022-4/+7
* | shiboken: Use information about virtual from the code modelFriedemann Kleint2017-12-022-3/+1
* | shiboken/MetaLang: Add information about override/finalFriedemann Kleint2017-12-024-20/+71
* | shiboken/Clang parser: Add information about override/finalFriedemann Kleint2017-12-013-0/+51
* | shiboken/AbstractMetaAttributes: Remove some unused attributesFriedemann Kleint2017-12-013-46/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-11-303-20/+15
|\|
| * 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
* | Add QOpenGLFunctions::glGetString(), QOpenGLExtraFunctions::glGetStringi()Friedemann Kleint2017-11-292-1/+24
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-11-294-3/+6
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-11-2737-303/+99311
|\|
| * 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