aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Fix parsing of project filesFriedemann Kleint2021-03-031-1/+1
* shiboken6/Documentation: Fix the TOC tables for modules with < 4 classes per ...Friedemann Kleint2021-02-151-4/+1
* shiboken6: Fix broken tables in the QLocale documentationFriedemann Kleint2021-02-111-1/+1
* feature: Supply switching for newly created objectsChristian Tismer2021-02-111-0/+4
* shiboken6/Documentation: Fix the TOC tableFriedemann Kleint2021-02-091-30/+19
* shiboken6/Documentation: Fix the TOC table to appearFriedemann Kleint2021-02-091-2/+0
* shiboken6/Documentation: Fix the extra sectionsFriedemann Kleint2021-02-091-11/+16
* shiboken6/Documentation: Fix table width determinationFriedemann Kleint2021-02-081-3/+3
* shiboken6/Documentation: Fix the sorting of classesFriedemann Kleint2021-02-081-5/+3
* shiboken6: Fix missing images in documentationFriedemann Kleint2021-02-051-0/+1
* 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-041-4/+1
* shiboken6: Consolidate type name utility headersFriedemann Kleint2020-12-225-42/+47
* shiboken6/ApiExtractorResult: Use const AbstractMetaClass * for the class listFriedemann Kleint2020-12-225-12/+13
* shiboken6: Introduce class ApiExtractorResultFriedemann Kleint2020-12-2212-217/+198
* shiboken6: Move API for primitive/container types to generatorFriedemann Kleint2020-12-222-6/+6
* shiboken6: Do not sort classes unnecessarilyFriedemann Kleint2020-12-213-27/+1
* shiboken6: Rewite the graph sorterFriedemann Kleint2020-12-211-118/+82
* 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
* Shiboken6: Decouple QtXmlToSphinx from the doc generatorFriedemann Kleint2020-12-155-173/+289
* shiboken6: Use QScopedPointer for the doc parser in QtDocGeneratorFriedemann Kleint2020-12-152-9/+7
* shiboken6: Determine function types in the code modelFriedemann Kleint2020-12-111-9/+5
* shiboken6: Fix enumeration/flag reference parametersFriedemann Kleint2020-12-101-4/+8
* shiboken6: Fold MetaFunction::isCastOperator() into isConversionOperator()Friedemann Kleint2020-12-102-3/+5
* shiboken6: Move the function/operator query enumerations out of AbstractMetaC...Friedemann Kleint2020-12-105-18/+19
* shiboken6: Remove unused attribute from qtxmltosphinx.cppFriedemann Kleint2020-12-081-1/+0
* shiboken6: Add support for a snake case typesystem attributeFriedemann Kleint2020-12-072-17/+46
* shiboken6: Use a QSharedDataPointer for ArgumentModificationFriedemann Kleint2020-12-033-26/+31
* fix both qflags_test and the qflags cppgenerator codeChristian Tismer2020-12-031-1/+3
* shiboken6: Fix field modificationsFriedemann Kleint2020-12-021-25/+12
* 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: Use initializer list for operator mapping in doc generatorFriedemann Kleint2020-12-011-34/+36
* shiboken6: Store AbstractMetaFunction using a QSharedPointerFriedemann Kleint2020-11-3013-387/+356
* 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 generation of protected enums without protected hackFriedemann Kleint2020-11-261-0/+2
* shiboken6: Port QtDocGenerator to the new text streamFriedemann Kleint2020-11-266-294/+156
* Replace QVector by QListFriedemann Kleint2020-11-259-55/+54
* shiboken6: Split out the QtXmlToSphinx formatter from the doc generatorFriedemann Kleint2020-11-256-1558/+1685
* shiboken6: Introduce a new Text streamFriedemann Kleint2020-11-2512-1772/+1667
* cppgenerator: rework keyword handling regarding unknown keywordsChristian Tismer2020-11-233-47/+80
* shiboken6: De-virtualize some generator functionsFriedemann Kleint2020-11-205-64/+46
* shiboken6: Refactor ShibokenGenerator::replaceConverterTypeSystemVariable()Friedemann Kleint2020-11-181-3/+3
* shiboken6: Fix some warning messagesFriedemann Kleint2020-11-182-15/+8
* Remove some Usages of QString::arg()Friedemann Kleint2020-11-183-11/+17
* shiboken6: Move further C++ check functions from the generators to MetaLang*Friedemann Kleint2020-11-173-56/+11
* shiboken6: Move further C++ check functions from the generators to MetaLang*Friedemann Kleint2020-11-174-165/+46