aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/shiboken/cppgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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
* shiboken6: Fold MetaFunction::isCastOperator() into isConversionOperator()Friedemann Kleint2020-12-101-1/+1
* shiboken6: Move the function/operator query enumerations out of AbstractMetaC...Friedemann Kleint2020-12-101-12/+11
* shiboken6: Add support for a snake case typesystem attributeFriedemann Kleint2020-12-071-16/+42
* shiboken6: Use a QSharedDataPointer for ArgumentModificationFriedemann Kleint2020-12-031-23/+28
* fix both qflags_test and the qflags cppgenerator codeChristian Tismer2020-12-031-1/+3
* shiboken6: Fix field modificationsFriedemann Kleint2020-12-021-25/+12
* shiboken6: Remove unused variable from CppGenerator::writeMethodWrapperPreamb...Friedemann Kleint2020-12-011-3/+0
* shiboken6: Store AbstractMetaFunction using a QSharedPointerFriedemann Kleint2020-11-301-124/+122
* cppgenerator: rework keyword handling regarding unknown.. augmentedChristian Tismer2020-11-301-4/+1
* shiboken6: Clean up member variables of the generatorsFriedemann Kleint2020-11-301-169/+203
* shiboken6: Fix generation of protected enums without protected hackFriedemann Kleint2020-11-261-0/+2
* Replace QVector by QListFriedemann Kleint2020-11-251-17/+18
* shiboken6: Introduce a new Text streamFriedemann Kleint2020-11-251-1448/+1363
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-231-45/+77
* shiboken6: Fix some warning messagesFriedemann Kleint2020-11-181-13/+6
* Remove some Usages of QString::arg()Friedemann Kleint2020-11-181-6/+11
* shiboken6: Move further C++ check functions from the generators to MetaLang*Friedemann Kleint2020-11-171-5/+6
* shiboken6: Move further C++ check functions from the generators to MetaLang*Friedemann Kleint2020-11-171-21/+23
* shiboken6: Refactor code snip query functionsFriedemann Kleint2020-11-161-7/+9
* shiboken6: Qualify the generator functionsFriedemann Kleint2020-11-161-36/+46
* shiboken6: Cache the modifications of AbstractMetaFunctionFriedemann Kleint2020-11-161-2/+1
* shiboken6: Move the base class search out of the generatorFriedemann Kleint2020-11-141-6/+6
* shiboken6: Start on a cleanup of the generator codeFriedemann Kleint2020-11-141-15/+16
* shiboken6: Use std::optional for returning AbstractMetaTypeFriedemann Kleint2020-11-141-37/+42
* shiboken6: Use std::optional for returning DefaultValueFriedemann Kleint2020-11-141-3/+3
* shiboken6: Format error message only when class was not foundFriedemann Kleint2020-11-121-2/+2
* shiboken6: Port Modifications to use QSharedDataPointerFriedemann Kleint2020-11-121-4/+4
* shiboken6: Improve error messages when encountering forward-declared classesFriedemann Kleint2020-11-121-13/+44
* AbstractMetaFunction: Introduce private classFriedemann Kleint2020-11-111-0/+1
* shiboken6: Port QPropertySpec to use QSharedDataPointerFriedemann Kleint2020-11-111-25/+25
* shiboken6: Port AbstractMetaEnum/Value to use QSharedDataPointerFriedemann Kleint2020-11-111-77/+82
* shiboken: Ensure that `seterror_argument` always gets a function argChristian Tismer2020-11-111-1/+1
* shiboken6: Port AbstractMetaField to use QSharedDataPointerFriedemann Kleint2020-11-101-26/+25
* shiboken6: Introduce a private class hierarchy for TypeEntryFriedemann Kleint2020-11-101-0/+1
* shiboken6: Split the abstractmetalang headers and sourcesFriedemann Kleint2020-11-061-0/+3
* Rename PySide2 to PySide6Friedemann Kleint2020-11-021-2/+2
* Rename shiboken2 to shiboken6Friedemann Kleint2020-10-281-0/+6444