aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* Cleanup version strings for 6.0.1 releasev6.0.16.0.1Simo Fält2021-02-031-3/+3
* shiboken6: Fix a crash when printing clang diagnosticsFriedemann Kleint2021-02-012-5/+18
* feature: Fix a flag error when no snake_case is selectedChristian Tismer2021-02-011-3/+4
* shiboken6: Do not attempt to qualify braces specified as default valuesFriedemann Kleint2021-01-261-1/+1
* shiboken6: Add missing break statementsFriedemann Kleint2021-01-221-0/+2
* signature: Provide fixes and improvements, Part 1Christian Tismer2021-01-222-23/+37
* allow to use shiboken.delete() to delete Q*ApplicationChristian Tismer2021-01-115-7/+40
* shiboken2: Add diagnostic output to clang include searchFriedemann Kleint2021-01-111-1/+6
* sources: migration from format() to f-stringsCristian Maureira-Fredes2021-01-0610-30/+32
* feature: Disable selection while creating a typeChristian Tismer2021-01-062-3/+9
* 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-048-188/+49
* qApp: fix flag handling in Python 3.8+ and a Python 3.9 issueChristian Tismer2021-01-042-15/+27
* signature: Fix infinite loop changing up directoriesFriedemann Kleint2021-01-011-2/+5
* shiboken6: De-virtualize TypeEntry::targetLangApiName()Friedemann Kleint2020-12-232-58/+16
* shiboken6: Consolidate type name utility headersFriedemann Kleint2020-12-226-49/+48
* shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class listFriedemann Kleint2020-12-2211-20/+51
* shiboken6: Introduce class ApiExtractorResultFriedemann Kleint2020-12-2219-243/+353
* shiboken6: Move API for primitive/container types to generatorFriedemann Kleint2020-12-224-18/+6
* shiboken6: Do not sort classes unnecessarilyFriedemann Kleint2020-12-218-69/+33
* shiboken6: Refactor base class retrievalFriedemann Kleint2020-12-216-17/+49
* shiboken6: Rewite the graph sorterFriedemann Kleint2020-12-217-395/+430
* shiboken6: Refactor the class find algorithmFriedemann Kleint2020-12-201-18/+29
* shiboken6: Fix support of multiple smart pointer typesFriedemann Kleint2020-12-181-11/+12
* shiboken6: Fix code injected at target/end being invoked for several overload...Friedemann Kleint2020-12-171-1/+1
* signature: Fix the parser regex for Qt6Christian Tismer2020-12-162-14/+17
* shiboken6: Reactivate sphinxtable testFriedemann Kleint2020-12-154-90/+140
* Shiboken6: Decouple QtXmlToSphinx from the doc generatorFriedemann Kleint2020-12-157-210/+289
* shiboken6: Use QScopedPointer for the doc parser in QtDocGeneratorFriedemann Kleint2020-12-152-9/+7
* shiboken6: Clarify code comment about pointer operatorFriedemann Kleint2020-12-151-4/+3
* shiboken6: Determine function types in the code modelFriedemann Kleint2020-12-1111-191/+348
* shiboken6: Fix enumeration/flag reference parametersFriedemann Kleint2020-12-101-4/+8
* shiboken6: Fold MetaFunction::isCastOperator() into isConversionOperator()Friedemann Kleint2020-12-105-13/+7
* shiboken6: Remove function type enumeration value GlobalScopeFunctionFriedemann Kleint2020-12-103-5/+7
* shiboken6: Move the function/operator query enumerations out of AbstractMetaC...Friedemann Kleint2020-12-1011-121/+172
* doc: Update references to Qt6Cristian Maureira-Fredes2020-12-091-3/+3
* Exclude Qt header qsimd.h by include guardFriedemann Kleint2020-12-091-0/+5
* cppgenerator: rework keyword handling regarding unknown.. Fixed!Christian Tismer2020-12-081-7/+4
* shiboken6: Remove unimplemented warnings for field modificationsFriedemann Kleint2020-12-081-4/+0
* shiboken6: Enable debug streaming of the CodeModel enumerationsFriedemann Kleint2020-12-081-0/+4
* shiboken6: Remove unused attribute from qtxmltosphinx.cppFriedemann Kleint2020-12-081-1/+0
* shiboken6: Add support for a snake case typesystem attributeFriedemann Kleint2020-12-0725-33/+625
* shiboken6: Use a QSharedDataPointer for ArgumentModificationFriedemann Kleint2020-12-0310-131/+323
* fix both qflags_test and the qflags cppgenerator codeChristian Tismer2020-12-031-1/+3
* shiboken6: Simplify handling of removed attributeFriedemann Kleint2020-12-029-90/+57
* shiboken6: Refactor field modificationsFriedemann Kleint2020-12-029-42/+119
* shiboken6: Remove deprecated typesystem tagsFriedemann Kleint2020-12-028-177/+62
* shiboken6: Fix field modificationsFriedemann Kleint2020-12-0211-44/+124
* shiboken6: Use initializer lists for the converter replacement regexpsFriedemann Kleint2020-12-012-17/+28
* shiboken6: Remove unused variable from CppGenerator::writeMethodWrapperPreamb...Friedemann Kleint2020-12-011-3/+0