aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator
Commit message (Expand)AuthorAgeFilesLines
* Use Q_OS_WIN instead of _WINDOWS for the path splitterSergio Martins2020-06-171-1/+1
* shiboken: Fix default-initialized function argumentsFriedemann Kleint2020-06-111-1/+1
* shiboken: Fix cross buildsFriedemann Kleint2020-05-181-1/+1
* shiboken: Prepare for introduction of __qualname__Christian Tismer2020-05-141-3/+6
* siboken: Fix compiler warningFriedemann Kleint2020-05-131-1/+4
* Revert "Fix deprecation warnings about Qt::SplitBehavior"Friedemann Kleint2020-05-133-6/+6
* Fix memory corruption for QML registered typesFriedemann Kleint2020-05-111-1/+6
* Revert "shiboken: Add XML attribute to turn off method caching"Friedemann Kleint2020-04-061-3/+1
* shiboken: Fix Qt properties not working in classes inheriting QObjectFriedemann Kleint2020-04-051-0/+7
* Fix deprecation warnings about Qt::SplitBehaviorFriedemann Kleint2020-03-033-6/+6
* Avoid the GIL in non-overridden MethodsChristian Tismer2020-03-035-13/+106
* Turn qApp into a normal Python variable, finallyChristian Tismer2020-02-211-4/+0
* shiboken: Refactor writing of get/setattro methodsFriedemann Kleint2020-02-104-137/+173
* shiboken: Add explanatory comment to getattro functionFriedemann Kleint2020-02-101-0/+2
* shiboken: Refactor the generated getattro()-methodFriedemann Kleint2020-02-101-75/+57
* shiboken: Fix usage of Qt's endl, preparing for Qt 6Friedemann Kleint2020-02-105-858/+844
* Fix Python 3.8 warnings about deprecated int conversions of enums/flagsFriedemann Kleint2020-01-291-0/+1
* Shiboken: QtDoc: Change the order of entries at the beginningVenugopal Shivashankar2020-01-051-2/+2
* Shiboken: QtDoc: Fix the fancy TOC in the module index pageVenugopal Shivashankar2019-12-121-0/+3
* Fix Python 3.8 problemsChristian Tismer2019-12-051-1/+1
* Shiboken: QtDoc: Fix the new filename logic for the extras foundVenugopal Shivashankar2019-11-251-1/+1
* shiboken: Fix crash when smartptr template class cannot be foundFriedemann Kleint2019-11-181-1/+8
* Doc: Drop PySide prefix from the RST filenamesVenugopal Shivashankar2019-11-181-2/+10
* shiboken/Doc generator: Refactor the Table classFriedemann Kleint2019-11-152-42/+55
* shiboken: Remove more usages of QListFriedemann Kleint2019-11-151-3/+3
* shiboken: Refactor lookForEnumsInClassesNotToBeGenerated()Friedemann Kleint2019-11-011-9/+7
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-313-10/+9
|\
| * Shiboken: QtDoc: Fix how brief and class tags are handledVenugopal Shivashankar2019-10-251-5/+1
| * Add support for __repr__ in QObject derived classesAndreas Beckermann2019-10-252-5/+8
* | Improve the NumPy Support by iterablesChristian Tismer2019-10-302-0/+10
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-181-5/+8
|\|
| * Shiboken: QtDoc generator: Handle 'group' tag as a 'page' tagVenugopal Shivashankar2019-10-151-4/+6
| * Shiboken: Provide a context for the additional docsVenugopal Shivashankar2019-10-071-1/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-083-4/+7
|\|
| * shiboken: Fix handling of modified default expressionsFriedemann Kleint2019-10-041-4/+4
| * Remove trailing whitespace from __repr__Andreas Beckermann2019-09-271-0/+1
| * Shiboken: Add check for 'external' link typeVenugopal Shivashankar2019-09-251-0/+2
* | shiboken: Remove ShibokenGenerator::getDefaultValue()Friedemann Kleint2019-10-043-29/+8
* | shiboken/AbstractMetaArgument: Separate functionsFriedemann Kleint2019-10-041-4/+5
* | Speed: Avoid some repeated string constant initializationFriedemann Kleint2019-09-301-1/+1
* | Enable the Function Registry for 5.14Christian Tismer2019-09-281-4/+13
* | 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
* | shiboken: Introduce flags for AbstractMetaBuilder*::translateType*Friedemann Kleint2019-09-121-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-08-192-2/+2
|\|
| * Fix crash when accessing a invalid property in the smart pointerRenato Araujo Oliveira Filho2019-08-071-1/+1
| * shiboken: Allow for "auto" as target of type for CONVERTTOCPP in injected codeFriedemann Kleint2019-07-291-1/+1
* | Support Pointer Primitive Types by Arrays or Result TuplesChristian Tismer2019-08-071-28/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-07-292-7/+12
|\|
| * Add optional support for types in QSettings::valueCristián Maureira-Fredes2019-07-171-3/+7