aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-089-7/+58
|\|
| * shiboken: Fix handling of modified default expressionsFriedemann Kleint2019-10-046-5/+48
| * Fix bad shutdown effect on QApplication.instance()Christian Tismer2019-09-301-2/+7
| * Remove trailing whitespace from __repr__Andreas Beckermann2019-09-271-0/+1
| * Shiboken: Add check for 'external' link typeVenugopal Shivashankar2019-09-251-0/+2
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-09-111-0/+1
| |\
| | * Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7Christian Tismer2019-09-061-40/+54
| | * Bump version for 5.12.5Simo Fält2019-08-271-1/+1
| * | Bump version to 5.13.2Simo Fält2019-09-061-1/+1
* | | shiboken: Remove ShibokenGenerator::getDefaultValue()Friedemann Kleint2019-10-043-29/+8
* | | shiboken/AbstractMetaArgument: Separate functionsFriedemann Kleint2019-10-042-5/+8
* | | shiboken: Streamline code for argument default value modificationFriedemann Kleint2019-10-043-90/+36
* | | shiboken/Sample test: Remove ambiguous modificationFriedemann Kleint2019-10-031-1/+0
* | | patch_tp_new_wrapper(): Add an assert for the "__new__" entryFriedemann Kleint2019-10-011-0/+1
* | | Enable the Function Registry for 5.14 augmentedChristian Tismer2019-09-302-1/+4
* | | Speed: Avoid some repeated string constant initializationFriedemann Kleint2019-09-3014-84/+386
* | | Enable the Function Registry for 5.14Christian Tismer2019-09-283-40/+47
* | | Clean up string related macrosFriedemann Kleint2019-09-241-6/+0
* | | Ignore deprecation warning about QSysInfo classChristian Tismer2019-09-212-4/+11
* | | PySide: Clean up indentation, fix refcounts and improve generated codeChristian Tismer2019-09-181-20/+24
* | | Fix Signature after Merging 5.14Christian Tismer2019-09-135-13/+18
* | | shiboken: Introduce flags for AbstractMetaBuilder*::translateType*Friedemann Kleint2019-09-124-17/+31
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-0516-494/+1116
|\| |
| * | Fix heaptype conflict with QtCore.QObject.__new__in Python 2.7Christian Tismer2019-09-031-40/+54
| * | Doc: Improve the documentation styleTopi Reinio2019-09-021-20/+76
| * | signature: Support typing.Optional[T] and refine a bitChristian Tismer2019-08-297-57/+109
| * | CMake modularization: macros creationCristián Maureira-Fredes2019-08-285-261/+316
| * | Fix a typing bug in Python 2.7 and updateChristian Tismer2019-08-222-94/+431
| * | Add QtCore.Slot.__signature__ and much more manuallyChristian Tismer2019-08-214-17/+61
| * | Update docs styleCristián Maureira-Fredes2019-08-201-12/+79
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-08-196-12/+46
|\| |
| * | Bump version to 5.13.1Simo Fält2019-08-151-1/+1
| * | Make signatures even more writableChristian Tismer2019-08-141-1/+3
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-08-146-11/+43
| |\|
| | * Fix crash when accessing a invalid property in the smart pointerRenato Araujo Oliveira Filho2019-08-073-1/+21
| | * shiboken: Allow for "auto" as target of type for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-292-1/+3
| | * shiboken: fix a signature bug in __doc__ handling of global functionsChristian Tismer2019-07-231-9/+19
* | | shiboken: Replace QStringViewLiteral by u""Friedemann Kleint2019-08-121-126/+126
* | | Support Pointer Primitive Types by Arrays or Result TuplesChristian Tismer2019-08-077-109/+361
* | | PySide: Create a framework for deprecated functionsChristian Tismer2019-08-064-2/+134
* | | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Friedemann Kleint2019-07-3014-284/+617
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-07-2914-284/+617
| |\| |
| | * | Fix RuntimeError: dictionary changed size during iterationJulien Schueller2019-07-191-1/+1
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Alex Blasche2019-07-1814-283/+616
| | |\|
| | | * Cleanup signature module before substantial changeChristian Tismer2019-07-177-276/+557
| | | * Add optional support for types in QSettings::valueCristián Maureira-Fredes2019-07-171-3/+7
| | | * shiboken: Improve handling of pointer types for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-134-4/+47
| | | * shiboken: List location of anonymous structs in rejected classesFriedemann Kleint2019-07-082-0/+5
* | | | Fix build against Qt 5.13Friedemann Kleint2019-07-301-0/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-07-055-2954/+2990
|\| |