aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/abstractmetafunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Skip base functions for which no bindings should be generatedFriedemann Kleint2021-07-211-0/+16
* ApiExtractor: add classmethod attribute to add-function for tr()Christian Tismer2021-07-091-0/+2
* shiboken6: Add support for operator boolFriedemann Kleint2021-07-021-0/+29
* shiboken6: Add a modification for PYI typesFriedemann Kleint2021-06-151-0/+18
* shiboken6: Use replaced types in functions signatures in generated codeFriedemann Kleint2021-06-101-17/+33
* shiboken6: Fix increment/decrement operatorsFriedemann Kleint2021-06-091-0/+10
* shiboken6: Refactor argument ownershipFriedemann Kleint2021-05-201-4/+4
* shiboken6: Remove "Invalid" enumeration values that exist only for error chec...Friedemann Kleint2021-05-201-2/+0
* shiboken6: Join Modification into FunctionModificationFriedemann Kleint2021-04-131-1/+1
* shiboken6: Remove AbstractMetaAttributesFriedemann Kleint2021-02-191-4/+25
* shiboken6: Move C++ access specifiers into a global enumFriedemann Kleint2021-02-171-4/+40
* shiboken6: Improve detection of default/copy constructabilityFriedemann Kleint2021-02-171-0/+7
* shiboken6: Determine function types in the code modelFriedemann Kleint2020-12-111-71/+60
* shiboken6: Fold MetaFunction::isCastOperator() into isConversionOperator()Friedemann Kleint2020-12-101-8/+1
* shiboken6: Remove function type enumeration value GlobalScopeFunctionFriedemann Kleint2020-12-101-2/+6
* shiboken6: Add support for a snake case typesystem attributeFriedemann Kleint2020-12-071-0/+46
* shiboken6: Use a QSharedDataPointer for ArgumentModificationFriedemann Kleint2020-12-031-15/+15
* shiboken6: Simplify handling of removed attributeFriedemann Kleint2020-12-021-21/+5
* shiboken6: Store AbstractMetaFunction using a QSharedPointerFriedemann Kleint2020-11-301-3/+7
* Replace QVector by QListFriedemann Kleint2020-11-251-2/+2
* shiboken6: Fix some warning messagesFriedemann Kleint2020-11-181-23/+9
* shiboken6: Move further C++ check functions from the generators to MetaLang*Friedemann Kleint2020-11-171-0/+9
* shiboken6: Refactor code snip query functionsFriedemann Kleint2020-11-161-6/+81
* shiboken6: Cache the modifications of AbstractMetaFunctionFriedemann Kleint2020-11-161-35/+67
* shiboken6: Port Modifications to use QSharedDataPointerFriedemann Kleint2020-11-121-12/+12
* AbstractMetaFunction: Consistently name QDebug parameter debugFriedemann Kleint2020-11-111-14/+14
* AbstractMetaFunction: Introduce private classFriedemann Kleint2020-11-111-88/+345
* shiboken6: Introduce a private class hierarchy for TypeEntryFriedemann Kleint2020-11-101-0/+1
* AbstractMetaFunction: Show whether a function is user-declaredFriedemann Kleint2020-11-091-0/+7
* shiboken6: Split the abstractmetalang headers and sourcesFriedemann Kleint2020-11-061-0/+900