aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/shiboken/cppgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Skip base functions for which no bindings should be generatedFriedemann Kleint2021-07-211-7/+2
* shiboken6: Fix crashes when insufficient arguments are givenFriedemann Kleint2021-07-211-1/+1
* shiboken6: Generate const-ref in cpp to Python conversionFriedemann Kleint2021-07-201-6/+21
* shiboken6: Simplify the container typesFriedemann Kleint2021-07-201-3/+18
* shiboken6: Remove function verifyDirectoryFor()Friedemann Kleint2021-07-121-2/+0
* ApiExtractor: add classmethod attribute to add-function for tr()Christian Tismer2021-07-091-12/+20
* PyPySide: Replace the type extension macros by functionsChristian Tismer2021-07-061-1/+2
* shiboken6: Add support for operator boolFriedemann Kleint2021-07-021-21/+30
* shiboken6: Use auto in field getter/setter codeFriedemann Kleint2021-06-211-6/+4
* shiboken6: Port class FileOut to use exceptionsFriedemann Kleint2021-06-211-1/+2
* shiboken: remove obsolete error messageChristian Tismer2021-06-181-6/+0
* shiboken6: Silence warnings about unused variables when disabling wrappers of...Friedemann Kleint2021-06-161-2/+8
* shiboken6: Add a modification for PYI typesFriedemann Kleint2021-06-151-2/+2
* 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: Introduce a private attributeFriedemann Kleint2021-06-091-0/+2
* 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-031-12/+23
* shiboken6: Mark old syntax for conversion rules as deprecatedFriedemann Kleint2021-05-261-1/+1
* shiboken6: Refactor argument ownershipFriedemann Kleint2021-05-201-7/+5
* shiboken6: Prevent crashes when registering static fieldsFriedemann Kleint2021-04-131-13/+39
* Write conversions as typing.Union[]Friedemann Kleint2021-03-291-14/+47
* 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-151-9/+3
* shiboken6: Make generated converter code easier to navigateFriedemann Kleint2021-03-101-6/+6
* shiboken6: No longer crash on fatal errorsFriedemann Kleint2021-03-101-11/+20
* cppgenerator: simplify code further using AutoDecrefChristian Tismer2021-02-221-25/+14
* shiboken6: Remove AbstractMetaAttributesFriedemann Kleint2021-02-191-1/+1
* shiboken6: Fix handling of parameters for values with copy constructors onlyFriedemann Kleint2021-02-171-3/+3
* move "shiboken6/shiboken6" to "shiboken6/Shiboken" tempChristian Tismer2021-02-061-0/+8
* shiboken6: Enable building with --avoid-protected-hack for gcc, clangFriedemann Kleint2021-02-041-6/+5
* shiboken6: Simplify handling of protected enumsFriedemann Kleint2021-02-041-7/+10
* shiboken6: Simplify handling of protected fieldsFriedemann Kleint2021-02-041-34/+21
* shiboken6: Refactor C++ wrapper generation handlingFriedemann Kleint2021-02-021-4/+6
* feature: Supply switching for newly created objectsChristian Tismer2021-02-011-0/+4
* shiboken6: Make more functions static using clang tidyFriedemann Kleint2021-01-231-15/+18
* Further clean up some warnings produced by Qt Creator's clang/clazy code chec...Friedemann Kleint2021-01-231-6/+5
* shiboken6: Make cache of buildAbstractMetaTypeFromTypeEntry() staticFriedemann Kleint2021-01-231-1/+1
* Clean up some warnings produced by Qt Creator's clang/clazy code checkersFriedemann Kleint2021-01-211-13/+3
* shiboken6: Make more generator functions staticFriedemann Kleint2021-01-211-15/+16
* 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-221-12/+12
* shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class listFriedemann Kleint2020-12-221-1/+1
* shiboken6: Introduce class ApiExtractorResultFriedemann Kleint2020-12-221-37/+43
* shiboken6: Do not sort classes unnecessarilyFriedemann Kleint2020-12-201-15/+1
* shiboken6: Fix code injected at target/end being invoked for several overload...Friedemann Kleint2020-12-171-1/+1
* shiboken6: Fix enumeration/flag reference parametersFriedemann Kleint2020-12-101-4/+8