aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Create a function existence registryChristian Tismer2017-11-243-9648/+25921
| * Skip some permanently failing tests and blacklist flaky onesAlexandru Croitor2017-11-243-2/+10
| * Create a function existence registryChristian Tismer2017-11-241-0/+16246
| * Testrunner.py: Output environment and some information from sysFriedemann Kleint2017-11-241-0/+5
| * 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
| * Update description of standalone option in setup.pyAlexandru Croitor2017-11-151-1/+3
| * Make standalone installations relocatableAlexandru Croitor2017-11-156-5/+176
| * Make standalone option work on WindowsAlexandru Croitor2017-11-151-0/+20
| * Make standalone option work on LinuxAlexandru Croitor2017-11-152-40/+69
| * Fix rpath handling on LinuxAlexandru Croitor2017-11-151-1/+10
| * Make standalone option work on macOSAlexandru Croitor2017-11-155-34/+157
| * Preserve symlinks instead of duplicating filesAlexandru Croitor2017-11-151-1/+39
| * Fix rpath handling on macOSAlexandru Croitor2017-11-152-32/+77
| * Blacklist smart_pointer test on all configs because it's flakyAlexandru Croitor2017-11-151-0/+2
| * 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
* | Add QAxContainerFriedemann Kleint2017-11-146-1/+123
* | Generate QOpenGLBuffer methods that take void* parametersAlexandru Croitor2017-11-141-1/+1
* | Allow building subset of Qt modulesFriedemann Kleint2017-11-142-44/+50
* | shiboken: Use the correct basename and extension for qdoc module filesTopi Reinio2017-11-141-2/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.9Friedemann Kleint2017-11-133-23/+9
|\|
| * Remove sys.path manipulations from testAlexandru Croitor2017-11-081-10/+6
| * Build QtConcurrent and QtScripttools with MSVC, tooFriedemann Kleint2017-11-081-12/+2