aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Add option to use global headersFriedemann Kleint2021-05-101-0/+9
* Refactor class DocumentationFriedemann Kleint2021-04-282-22/+37
* shiboken6: Fix XML errors when injecting target format (RST) documentationFriedemann Kleint2021-04-221-1/+1
* shiboken6: Refactor handling of the brief class documentationFriedemann Kleint2021-04-201-31/+3
* shiboken6: Enable adding functions taking a numpy PyArrayObjectFriedemann Kleint2021-04-152-0/+6
* shiboken6: Prevent crashes when registering static fieldsFriedemann Kleint2021-04-132-13/+42
* Write conversions as typing.Union[]Friedemann Kleint2021-03-292-14/+48
* Nuitka: Allow for compiled functions and methods tooChristian Tismer2021-03-261-2/+10
* Remove const_cast<char *> which are no longer needed in Python 3Friedemann Kleint2021-03-152-10/+3
* shiboken6: Brush up class FileOutFriedemann Kleint2021-03-111-2/+2
* shiboken6: Make generated converter code easier to navigateFriedemann Kleint2021-03-101-6/+6
* shiboken6: No longer crash on fatal errorsFriedemann Kleint2021-03-103-21/+49
* shiboken6: Simplify types when collecting instantiated containersFriedemann Kleint2021-03-101-1/+6
* cppgenerator: simplify code further using AutoDecrefChristian Tismer2021-02-221-25/+14
* shiboken6: Remove AbstractMetaAttributesFriedemann Kleint2021-02-194-6/+6
* shiboken6: Remove unused function Generator::useEnumAsIntForProtectedHack()Friedemann Kleint2021-02-172-21/+0
* shiboken6: Fix handling of parameters for values with copy constructors onlyFriedemann Kleint2021-02-173-4/+17
* 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
* shiboken6/Documentation: Fix the extra sectionsFriedemann Kleint2021-02-091-11/+16
* shiboken6/Documentation: Fix the TOC tableFriedemann Kleint2021-02-091-29/+19
* shiboken6/Documentation: Fix the TOC table to appearFriedemann Kleint2021-02-091-2/+0
* shiboken6/Documentation: Fix table width determinationFriedemann Kleint2021-02-081-3/+3
* shiboken6/Documentation: Fix the sorting of classesFriedemann Kleint2021-02-081-5/+3
* move "shiboken6/shiboken6" to "shiboken6/Shiboken" tempChristian Tismer2021-02-061-0/+8
* shiboken6: Fix missing images in documentationFriedemann Kleint2021-02-051-0/+1
* shiboken6: Remove unused options of ShibokenGenerator::functionSignature()Friedemann Kleint2021-02-043-40/+11
* shiboken6: Enable building with --avoid-protected-hack for gcc, clangFriedemann Kleint2021-02-042-8/+8
* shiboken6: Simplify handling of protected enumsFriedemann Kleint2021-02-044-12/+29
* shiboken6: Simplify handling of protected fieldsFriedemann Kleint2021-02-046-82/+33
* shiboken6: Fix inline wrapper being generated for the wrong classFriedemann Kleint2021-02-022-53/+50
* shiboken6: Refactor C++ wrapper generation handlingFriedemann Kleint2021-02-022-29/+10
* feature: Supply switching for newly created objectsChristian Tismer2021-02-011-0/+4
* shiboken6: Make more functions static using clang tidyFriedemann Kleint2021-01-2310-97/+119
* Further clean up some warnings produced by Qt Creator's clang/clazy code chec...Friedemann Kleint2021-01-232-7/+6
* shiboken6: Make Generator::moduleName() staticFriedemann Kleint2021-01-232-8/+11
* shiboken6: Make cache of buildAbstractMetaTypeFromTypeEntry() staticFriedemann Kleint2021-01-234-29/+37
* Clean up some warnings produced by Qt Creator's clang/clazy code checkersFriedemann Kleint2021-01-214-16/+5
* shiboken6: Make more generator functions staticFriedemann Kleint2021-01-217-50/+55
* shiboken6: Enable setting clang optionsFriedemann Kleint2021-01-201-0/+22
* shiboken6: Refactor options parsingFriedemann Kleint2021-01-201-76/+102
* shiboken6: Refactor parsing project filesFriedemann Kleint2021-01-201-22/+26
* shiboken6: Fix parsing of project filesFriedemann Kleint2021-01-201-1/+1
* shiboken6: Use initializer lists for option descriptionsFriedemann Kleint2021-01-203-82/+81
* 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