aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator
Commit message (Expand)AuthorAgeFilesLines
* shiboken6/doc generator: Extract method to resolve links to QtXmlToSphinxDocG...Friedemann Kleint2021-06-255-58/+91
* shiboken6/doc generator: Fix tables nested in paragraphsFriedemann Kleint2021-06-252-19/+52
* shiboken6: Small refactoring of QtXmlToSphinxFriedemann Kleint2021-06-242-15/+15
* shiboken6/Doc generator: Fix continuation dots in code snippetsFriedemann Kleint2021-06-191-3/+3
* shiboken6/Doc generator: Dedent documentation code snippetsFriedemann Kleint2021-06-191-2/+3
* shiboken6/Doc generator: Fix HTTP URLs in documentationFriedemann Kleint2021-06-181-5/+8
* shiboken6: Add a check-function attribute to custom type entriesFriedemann Kleint2021-06-181-1/+8
* shiboken: remove obsolete error messageChristian Tismer2021-06-181-6/+0
* shiboken6: Fix duplicate indexes for template instantiationsFriedemann Kleint2021-06-164-28/+53
* shiboken6: Silence warnings about unused variables when disabling wrappers of...Friedemann Kleint2021-06-161-2/+8
* shiboken6: Use replaced types in functions signatures in generated codeFriedemann Kleint2021-06-101-1/+1
* Use replaced types in functions signaturesFriedemann Kleint2021-06-101-4/+17
* shiboken6: Fix increment/decrement operatorsFriedemann Kleint2021-06-091-9/+50
* shiboken6: Disable construction of abstract classes when C++ wrapper is disabledFriedemann Kleint2021-06-081-0/+12
* cppgenerator: remove a left-over "this" to get rid of a warningChristian Tismer2021-06-071-1/+1
* shiboken6: Do not generate destructor calls for protected destructors with "d...Friedemann Kleint2021-06-032-12/+25
* shiboken6: Make command line errors easier to detectFriedemann Kleint2021-06-021-2/+3
* shiboken6: Mark old syntax for conversion rules as deprecatedFriedemann Kleint2021-05-261-1/+1
* shiboken6: Refactor argument ownershipFriedemann Kleint2021-05-201-7/+5
* 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