aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/shiboken
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Add a check-function attribute to custom type entriesFriedemann Kleint2021-06-181-1/+8
* shiboken: remove obsolete error messageChristian Tismer2021-06-181-6/+0
* shiboken6: Fix duplicate indexes for template instantiationsFriedemann Kleint2021-06-164-28/+53
* shiboken6: Silence warnings about unused variables when disabling wrappers of...Friedemann Kleint2021-06-161-2/+8
* shiboken6: Use replaced types in functions signatures in generated codeFriedemann Kleint2021-06-101-1/+1
* Use replaced types in functions signaturesFriedemann Kleint2021-06-101-4/+17
* shiboken6: Fix increment/decrement operatorsFriedemann Kleint2021-06-091-9/+50
* shiboken6: Disable construction of abstract classes when C++ wrapper is disabledFriedemann Kleint2021-06-081-0/+12
* cppgenerator: remove a left-over "this" to get rid of a warningChristian Tismer2021-06-071-1/+1
* shiboken6: Do not generate destructor calls for protected destructors with "d...Friedemann Kleint2021-06-032-12/+25
* shiboken6: Mark old syntax for conversion rules as deprecatedFriedemann Kleint2021-05-261-1/+1
* shiboken6: Refactor argument ownershipFriedemann Kleint2021-05-201-7/+5
* shiboken6: Enable adding functions taking a numpy PyArrayObjectFriedemann Kleint2021-04-152-0/+6
* shiboken6: Prevent crashes when registering static fieldsFriedemann Kleint2021-04-132-13/+42
* Write conversions as typing.Union[]Friedemann Kleint2021-03-292-14/+48
* Nuitka: Allow for compiled functions and methods tooChristian Tismer2021-03-261-2/+10
* Remove const_cast<char *> which are no longer needed in Python 3Friedemann Kleint2021-03-152-10/+3
* shiboken6: Make generated converter code easier to navigateFriedemann Kleint2021-03-101-6/+6
* shiboken6: No longer crash on fatal errorsFriedemann Kleint2021-03-102-20/+34
* cppgenerator: simplify code further using AutoDecrefChristian Tismer2021-02-221-25/+14
* shiboken6: Remove AbstractMetaAttributesFriedemann Kleint2021-02-193-3/+3
* shiboken6: Fix handling of parameters for values with copy constructors onlyFriedemann Kleint2021-02-173-4/+17
* move "shiboken6/shiboken6" to "shiboken6/Shiboken" tempChristian Tismer2021-02-061-0/+8
* shiboken6: Remove unused options of ShibokenGenerator::functionSignature()Friedemann Kleint2021-02-041-19/+10
* shiboken6: Enable building with --avoid-protected-hack for gcc, clangFriedemann Kleint2021-02-042-8/+8
* shiboken6: Simplify handling of protected enumsFriedemann Kleint2021-02-042-9/+29
* shiboken6: Simplify handling of protected fieldsFriedemann Kleint2021-02-046-82/+33
* shiboken6: Fix inline wrapper being generated for the wrong classFriedemann Kleint2021-02-022-53/+50
* shiboken6: Refactor C++ wrapper generation handlingFriedemann Kleint2021-02-022-29/+10
* feature: Supply switching for newly created objectsChristian Tismer2021-02-011-0/+4
* shiboken6: Make more functions static using clang tidyFriedemann Kleint2021-01-236-86/+108
* Further clean up some warnings produced by Qt Creator's clang/clazy code chec...Friedemann Kleint2021-01-232-7/+6
* shiboken6: Make cache of buildAbstractMetaTypeFromTypeEntry() staticFriedemann Kleint2021-01-234-29/+37
* Clean up some warnings produced by Qt Creator's clang/clazy code checkersFriedemann Kleint2021-01-213-15/+5
* shiboken6: Make more generator functions staticFriedemann Kleint2021-01-216-47/+50
* shiboken6: Use initializer lists for option descriptionsFriedemann Kleint2021-01-201-19/+20
* shiboken6: Guard against repeated invocation of the module init functionFriedemann Kleint2021-01-051-1/+6
* basewrapper: clear all traces of special Q*Application treatmentChristian Tismer2021-01-041-4/+1
* shiboken6: Consolidate type name utility headersFriedemann Kleint2020-12-224-34/+39
* shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class listFriedemann Kleint2020-12-222-4/+4
* shiboken6: Introduce class ApiExtractorResultFriedemann Kleint2020-12-228-112/+143
* shiboken6: Do not sort classes unnecessarilyFriedemann Kleint2020-12-201-15/+1
* shiboken6: Rewite the graph sorterFriedemann Kleint2020-12-181-118/+82
* shiboken6: Fix code injected at target/end being invoked for several overload...Friedemann Kleint2020-12-171-1/+1
* shiboken6: Improve debug operator of OverloadDataFriedemann Kleint2020-12-161-13/+25
* shiboken6: Determine function types in the code modelFriedemann Kleint2020-12-111-9/+5
* shiboken6: Fix enumeration/flag reference parametersFriedemann Kleint2020-12-101-4/+8
* shiboken6: Fold MetaFunction::isCastOperator() into isConversionOperator()Friedemann Kleint2020-12-102-3/+5
* shiboken6: Move the function/operator query enumerations out of AbstractMetaC...Friedemann Kleint2020-12-103-16/+17
* shiboken6: Add support for a snake case typesystem attributeFriedemann Kleint2020-12-072-17/+46