aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/generator
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.15.10-lts' into tqtc/lts-5.15-opensourcev5.15.10-lts-lgplSimo Fält2023-06-291-2/+2
|\
| * shiboken6: Generate converters for all smart pointee base classesFriedemann Kleint2022-05-201-2/+2
* | Merge tag 'v5.15.9-lts' into tqtc/lts-5.15-opensourcev5.15.9-lts-lgplSimo Fält2023-06-291-5/+0
|\|
| * Fix crashes with named parametersFriedemann Kleint2022-04-081-5/+0
* | Merge tag 'v5.15.8-lts' into tqtc/lts-5.15-opensourcev5.15.8-lts-lgplSimo Fält2023-05-252-25/+11
|\|
| * py3.10-prep: Fix a binary operator bug in cppgenerator.pyChristian Tismer2022-01-051-0/+4
| * shiboken6: Do not crash when class cannot be found in the overload sorterFriedemann Kleint2021-11-041-1/+4
| * shiboken6: Clean up messages about cyclic dependencies of overloaded functionsFriedemann Kleint2021-11-041-22/+1
| * shiboken6: Fix a leak in keyword arguments handlingFriedemann Kleint2021-11-041-2/+2
* | Merge tag 'v5.15.7-lts' into tqtc/lts-5.15-opensourcev5.15.7-lts-lgplSimo Fält2023-05-257-27/+36
|\|
| * Documentation: Fix missing signal/slot lists in class documentationFriedemann Kleint2021-10-066-22/+31
| * shiboken6: Fix an invalid static_castFriedemann Kleint2021-09-211-5/+5
* | Merge tag 'v5.15.6-lts' into tqtc/lts-5.15-opensourcev5.15.6-lts-lgplSimo Fält2023-05-251-1/+1
|\|
| * shiboken6: Fix crashes when insufficient arguments are givenFriedemann Kleint2021-07-211-1/+1
* | Merge tag 'v5.15.4-lts' into tqtc/lts-5.15-opensourcev5.15.4-lts-lgplSimo Fält2023-05-253-41/+54
|\|
| * shiboken6: Fix XML errors when injecting target format (RST) documentationFriedemann Kleint2021-04-231-1/+1
| * shiboken6: Refactor handling of the brief class documentationFriedemann Kleint2021-04-201-28/+3
| * shiboken6: Prevent crashes when registering static fieldsFriedemann Kleint2021-04-152-12/+50
* | Revert "Change the LTS 5.15 branch to a commercial license"v5.15.3-lts-lgplSimo Fält2023-02-0815-45/+150
|/
* Change the LTS 5.15 branch to a commercial licenseFriedemann Kleint2021-03-0915-150/+45
* feature: Supply switching for newly created objectsChristian Tismer2021-02-071-0/+4
* shiboken6: Fix parsing of project filesFriedemann Kleint2021-02-051-1/+1
* 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
* shiboken6: Fix support of multiple smart pointer typesFriedemann Kleint2021-01-081-12/+12
* 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-144-21/+12
* shiboken2: Use an AbstractMetaType for "void"Friedemann Kleint2020-10-135-35/+31
* shiboken2: Recurse to generated base class for baseFriedemann Kleint2020-10-081-2/+9
* shiboken2: Rearrange values of enum TypeEntry::CodeGenerationFriedemann Kleint2020-10-082-5/+3
* 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-022-3/+7
* 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-305-31/+23
* 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-293-117/+85
* shiboken2: Change AbstractMetaClass::enums() to return const refFriedemann Kleint2020-09-294-10/+5
* shiboken2: MetaBuilder/ApiExtractor/Generator: Return class/enum/function lis...Friedemann Kleint2020-09-285-20/+13
* 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