aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* 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
* shiboken6: Fix some functions to take a const AbstractMetaClass *Friedemann Kleint2020-12-014-23/+23
* shiboken6: Use initializer list for operator mapping in doc generatorFriedemann Kleint2020-12-011-34/+36
* shiboken6: Store AbstractMetaFunction using a QSharedPointerFriedemann Kleint2020-11-3051-760/+724
* signature: avoid duplication of `__init__`Christian Tismer2020-11-301-1/+2
* shiboken6: Replace handler map in QtXmlToSphinx by an enumerationFriedemann Kleint2020-11-302-85/+242
* cppgenerator: rework keyword handling regarding unknown.. augmentedChristian Tismer2020-11-301-4/+1
* shiboken6: Clean up member variables of the generatorsFriedemann Kleint2020-11-305-344/+366
* shiboken6: Fix linker error about void TextStream::putCharHelper(char)Friedemann Kleint2020-11-272-2/+12
* shiboken6: Fix generation of protected enums without protected hackFriedemann Kleint2020-11-261-0/+2
* shiboken6: Remove macro SbkDbgFriedemann Kleint2020-11-267-137/+6
* shiboken6: Build with MSVC 19.28.29334Friedemann Kleint2020-11-261-15/+28
* shiboken6: Port QtDocGenerator to the new text streamFriedemann Kleint2020-11-266-294/+156
* shiboken6/TextStream: Fix output of empty aligned fieldsFriedemann Kleint2020-11-263-1/+16
* Replace QVector by QListFriedemann Kleint2020-11-2542-160/+160
* shiboken6: Split out the QtXmlToSphinx formatter from the doc generatorFriedemann Kleint2020-11-256-1558/+1685
* shiboken6: Introduce a new Text streamFriedemann Kleint2020-11-2520-1774/+2121
* errorhandler.py: use AttributeError instead of TypeErrorChristian Tismer2020-11-251-1/+1
* shiboken6: Refactor writing out filesFriedemann Kleint2020-11-243-2/+15
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-239-62/+128
* shiboken6: Replace QScopedPointer by std::unique_ptrFriedemann Kleint2020-11-212-21/+20
* shiboken6: De-virtualize some generator functionsFriedemann Kleint2020-11-205-64/+46
* shiboken6: Remove need to repeat signature when modifying a global functionFriedemann Kleint2020-11-192-2/+8
* libshiboken: Remove unused function parameterFriedemann Kleint2020-11-191-3/+2
* shiboken6: Remove unneeded forward/wrong declarationFriedemann Kleint2020-11-191-1/+0
* shiboken6: Refactor ShibokenGenerator::replaceConverterTypeSystemVariable()Friedemann Kleint2020-11-181-3/+3
* shiboken6: Fix linking of tests with with MSVC 2019Friedemann Kleint2020-11-181-1/+1
* shiboken6: Fix some warning messagesFriedemann Kleint2020-11-188-82/+175