aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator/shiboken2/cppgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.4-lts' into tqtc/lts-5.15-opensourcev5.15.4-lts-lgplSimo Fält2023-05-251-12/+47
|\
| * shiboken6: Prevent crashes when registering static fieldsFriedemann Kleint2021-04-151-12/+47
* | Revert "Change the LTS 5.15 branch to a commercial license"v5.15.3-lts-lgplSimo Fält2023-02-081-3/+10
|/
* Change the LTS 5.15 branch to a commercial licenseFriedemann Kleint2021-03-091-10/+3
* feature: Supply switching for newly created objectsChristian Tismer2021-02-071-0/+4
* allow to use shiboken.delete() to delete Q*ApplicationChristian Tismer2021-01-131-4/+1
* shiboken6: Fix code injected at target/end being invoked for several overload...Friedemann Kleint2021-01-081-1/+2
* fix both qflags_test and the qflags cppgenerator codeChristian Tismer2020-12-031-0/+2
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-301-48/+82
* cppgenerator: rework keyword handling regarding unknown.. augmentedChristian Tismer2020-11-301-4/+1
* Update SmartPointers conversionsRenato Araujo Oliveira Filho2020-10-211-3/+94
* Fix SmartPointer conversion name registerRenato Araujo Oliveira Filho2020-10-211-11/+30
* shiboken2: Some RefactoringsFriedemann Kleint2020-10-141-4/+3
* shiboken2: Use an AbstractMetaType for "void"Friedemann Kleint2020-10-131-15/+16
* shiboken2: Recurse to generated base class for baseFriedemann Kleint2020-10-081-2/+9
* shiboken2: Generate extra includes into wrapper headerFriedemann Kleint2020-10-081-6/+10
* shiboken2: Simplify the export of the generated module init functionFriedemann Kleint2020-10-061-8/+0
* Generate flags operator methods for QFlags on hidden top level namespaceRenato Araujo Oliveira Filho2020-10-061-12/+15
* Fix up the generated flag operator methodsFriedemann Kleint2020-09-301-11/+11
* shiboken2: Generate functions from invisible top level namespaces as global f...Friedemann Kleint2020-09-301-2/+8
* shiboken2: Refactor handling of invisible top level namespacesFriedemann Kleint2020-09-301-13/+5
* shiboken2: Correctly generate final classes with protected methods without pr...Friedemann Kleint2020-09-291-5/+8
* shiboken2: Add convenience for indenterFriedemann Kleint2020-09-291-105/+64
* shiboken2: Change AbstractMetaClass::enums() to return const refFriedemann Kleint2020-09-291-2/+1
* shiboken2: MetaBuilder/ApiExtractor/Generator: Return class/enum/function lis...Friedemann Kleint2020-09-281-2/+1
* shiboken2: Generate properties as fieldsFriedemann Kleint2020-09-281-21/+109
* shiboken2: Fix formatting of field getter codeFriedemann Kleint2020-09-241-3/+8
* Signature: Revert SbkSpecial_Type_Ready to PyType_ReadyChristian Tismer2020-09-241-12/+10
* shiboken2: Fix excessively long lines in generated codeFriedemann Kleint2020-09-231-4/+5
* shiboken2: Move class PropertySpec into its own source fileFriedemann Kleint2020-09-221-0/+1
* shiboken2: Add attribute for generating "using namespace"Friedemann Kleint2020-09-181-2/+3
* feature_select: Implement True PropertiesChristian Tismer2020-09-161-1/+65
* shiboken2: Refactor primitive type lists in overload decisorFriedemann Kleint2020-09-111-10/+8
* Implement default __ne__ and __eq__ for all PySide typesAlex Hughes2020-09-081-0/+2
* signature: pass `self` directly from parserChristian Tismer2020-08-241-0/+4
* shiboken2: Fix formatting of operator functionsFriedemann Kleint2020-08-181-6/+12
* feature-select: optimize feature access to the feasible maximumChristian Tismer2020-07-311-0/+1
* feature-select: allow snake_case instead of camelCase for methodsChristian Tismer2020-07-241-3/+13
* Enable adding operators ==, != as functions without code injectionFriedemann Kleint2020-07-221-2/+9
* shiboken2: Handle virtual methods returning a referenceFriedemann Kleint2020-07-141-0/+5
* shiboken2: Handle default parameters of const pointersFriedemann Kleint2020-07-141-2/+11
* shiboken2: Refactor generating return values of virtual functionsFriedemann Kleint2020-07-141-57/+62
* shiboken: optimize method override stringsChristian Tismer2020-07-091-3/+4
* shiboken2: Add file location to more warningsFriedemann Kleint2020-06-231-1/+2
* Further build fixes for Qt 6Friedemann Kleint2020-06-221-0/+4
* shiboken2: Remove code indenterFriedemann Kleint2020-06-191-37/+41
* shiboken2: Clean up code injection attributesFriedemann Kleint2020-06-191-1/+2
* shiboken2: Refactor wrapper method generationFriedemann Kleint2020-06-191-56/+61
* shiboken2: Improve formatting of the converter codeFriedemann Kleint2020-06-191-7/+7
* shiboken2: Improve whitespaces formatting in injected codeFriedemann Kleint2020-06-191-20/+6