aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2
Commit message (Expand)AuthorAgeFilesLines
...
* | shiboken: Do not generate smart pointer templates in namespacesFriedemann Kleint2019-12-111-1/+1
* | shiboken: Improve error message about not finding smart pointersFriedemann Kleint2019-12-111-2/+4
* | shiboken: Test setters/getters of classes held by smart pointersFriedemann Kleint2019-12-104-6/+24
* | shiboken: Refactor the generated getattro()-methodFriedemann Kleint2019-12-101-75/+57
* | libshiboken/introduceWrapperType(): Emit warning on failuresFriedemann Kleint2019-12-101-2/+13
* | shiboken: Fix usage of Qt's endl, preparing for Qt 6Friedemann Kleint2019-12-0611-1091/+1077
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Friedemann Kleint2019-12-0511-18/+180
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2019-12-0511-18/+180
| |\|
| | * Optimize the Python 3.8 refcount fix a tiny bitChristian Tismer2019-12-051-1/+1
| | * Fix Python 3.8 problemsChristian Tismer2019-12-0510-16/+121
| | * New documentation structureCristián Maureira-Fredes2019-12-031-2/+59
* | | shiboken: Add a way of specifying system includes to be parsedFriedemann Kleint2019-12-058-1/+61
|/ /
* | shiboken: Fix passing of the parent type to smart pointer init functionsFriedemann Kleint2019-12-054-19/+43
* | shiboken: Handle inline namespacesFriedemann Kleint2019-12-038-1/+45
* | shiboken: Fix classes in hidden namespacesFriedemann Kleint2019-12-0319-25/+220
* | shiboken: Clean up handling of enclosing classFriedemann Kleint2019-12-035-62/+32
* | libsample: Test renaming via "target-lang-name" attributeFriedemann Kleint2019-12-037-0/+160
* | shiboken: Refactor Debug operator of AbstractMetaClassFriedemann Kleint2019-12-032-51/+59
* | shiboken: Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-12-032-3/+3
* | Bump version numbersSimo Fält2019-12-031-1/+1
|/
* shiboken: Refactor metatype comparisonFriedemann Kleint2019-11-253-42/+50
* Shiboken: QtDoc: Fix the new filename logic for the extras foundVenugopal Shivashankar2019-11-251-1/+1
* shiboken: Refactor target lang nameFriedemann Kleint2019-11-257-157/+76
* shiboken: Store the unqualified entry name in TypeEntryFriedemann Kleint2019-11-258-130/+146
* Replace imp by importlibCristián Maureira-Fredes2019-11-191-6/+11
* shiboken: Give the type system entries a pointer to their parentFriedemann Kleint2019-11-187-78/+189
* shiboken: Fix crash when smartptr template class cannot be foundFriedemann Kleint2019-11-183-1/+23
* 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-153-6/+7
* shiboken: Refactor the logic deciding whether headers should be parsedFriedemann Kleint2019-11-151-31/+48
* shiboken: Refactor TypeEntry::addExtraInclude()Friedemann Kleint2019-11-152-13/+12
* shiboken: Split the headers of libsmartFriedemann Kleint2019-11-146-193/+370
* Fix clang parsing with update MSCV versionsFriedemann Kleint2019-11-131-0/+2
* shiboken: Remove unused codeFriedemann Kleint2019-11-075-40/+0
* Simplify recreation of registry filesChristian Tismer2019-11-071-0/+11
* shiboken: Refactor lookForEnumsInClassesNotToBeGenerated()Friedemann Kleint2019-11-011-9/+7
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-10-319-19/+73
|\
| * Fix Python 3 deprecation warning about Buffer APIFriedemann Kleint2019-10-251-0/+4
| * abstractmetabuilder_p.h: Fix compilation with some versions of g++Friedemann Kleint2019-10-251-1/+1
| * Shiboken: QtDoc: Fix how brief and class tags are handledVenugopal Shivashankar2019-10-251-5/+1
| * shiboken: Fix pyi generation for external modulesAndreas Beckermann2019-10-251-5/+0
| * Fix hasVirtualDestructor() for implicit destructorsAndreas Beckermann2019-10-253-1/+39
| * Add support for __repr__ in QObject derived classesAndreas Beckermann2019-10-255-12/+28
* | Fix the registry after mergingChristian Tismer2019-10-301-5/+6
* | Improve the NumPy Support by iterablesChristian Tismer2019-10-309-8/+31
* | Properly nest types in type system filesFriedemann Kleint2019-10-284-53/+63
* | 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