aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator/shiboken2
Commit message (Expand)AuthorAgeFilesLines
* Revert "Change the LTS 5.15 branch to a commercial license"v5.15.3-lts-lgplSimo Fält2023-02-089-27/+90
* Change the LTS 5.15 branch to a commercial licenseFriedemann Kleint2021-03-099-90/+27
* 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-304-53/+92
* cppgenerator: rework keyword handling regarding unknown.. augmentedChristian Tismer2020-11-301-4/+1
* Update SmartPointers conversionsRenato Araujo Oliveira Filho2020-10-213-4/+100
* Fix SmartPointer conversion name registerRenato Araujo Oliveira Filho2020-10-211-11/+30
* shiboken2: Some RefactoringsFriedemann Kleint2020-10-143-18/+10
* shiboken2: Use an AbstractMetaType for "void"Friedemann Kleint2020-10-134-34/+30
* shiboken2: Recurse to generated base class for baseFriedemann Kleint2020-10-081-2/+9
* shiboken2: Rearrange values of enum TypeEntry::CodeGenerationFriedemann Kleint2020-10-081-3/+2
* shiboken2: Generate extra includes into wrapper headerFriedemann Kleint2020-10-082-7/+17
* 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-062-12/+16
* Move the annotations for parsing Qt-based headers to shiboken2Friedemann Kleint2020-10-021-2/+3
* Fix up the generated flag operator methodsFriedemann Kleint2020-09-301-11/+11
* shiboken2: Generate functions from invisible namespaces into their parent nam...Friedemann Kleint2020-09-301-1/+2
* shiboken2: Generate functions from invisible top level namespaces as global f...Friedemann Kleint2020-09-302-6/+19
* shiboken2: Refactor handling of invisible top level namespacesFriedemann Kleint2020-09-303-30/+5
* shiboken2: Refactor global enum handling in HeaderGeneratorFriedemann Kleint2020-09-301-16/+13
* 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-293-8/+4
* shiboken2: MetaBuilder/ApiExtractor/Generator: Return class/enum/function lis...Friedemann Kleint2020-09-282-6/+3
* shiboken2: Generate properties as fieldsFriedemann Kleint2020-09-284-28/+162
* 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: Allow specifying the sequence of overloadsFriedemann Kleint2020-09-212-1/+22
* shiboken2: Add attribute for generating "using namespace"Friedemann Kleint2020-09-181-2/+3
* Remove dependency of the QtQml module header on pysideqmlregistertype.hFriedemann Kleint2020-09-161-0/+6
* feature_select: Implement True PropertiesChristian Tismer2020-09-161-1/+65
* shiboken2: Refactor primitive type lists in overload decisorFriedemann Kleint2020-09-114-58/+101
* 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-143-2/+19
* shiboken2: Refactor generating return values of virtual functionsFriedemann Kleint2020-07-142-58/+66
* 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