aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Lazy-initialize the dependency graphHEADdevFriedemann Kleint28 hours2-4/+36
* Revert "Lazy Load: Fix polymorphic classes by identifying lazy groups"Friedemann Kleint28 hours2-53/+16
* shiboken6: Fix leaking tuples in introduceWrapperType()Friedemann Kleint2 days2-37/+48
* Lazy Load: Fix polymorphic classes by identifying lazy groupsFriedemann Kleint3 days2-16/+53
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint4 days4-20/+67
* shiboken6: Introduce new position for code injection into virtual methodsFriedemann Kleint4 days1-0/+5
* Documentation: Ensure deterministic order of function overloadsFriedemann Kleint9 days1-3/+8
* shiboken6: Fix minor issues in code generationFriedemann Kleint9 days1-2/+2
* shiboken6: Extract common C++ function attributesFriedemann Kleint9 days2-4/+5
* shiboken6: Add a placeholder for the base class to polymorphic-id-expressionFriedemann Kleint2024-04-122-3/+21
* shiboken6: Add a way of disable lazy initialization per classFriedemann Kleint2024-04-122-5/+12
* Lazy Import: Ensure type creation functions being idempotentChristian Tismer2024-04-111-5/+7
* shiboken6: Refactor function virtualMethodReturn()Friedemann Kleint2024-04-092-30/+53
* shiboken6: Split out the part writing a Python overrideFriedemann Kleint2024-04-092-1/+14
* shiboken6: Add attributes for global inline namespacesFriedemann Kleint2024-04-081-0/+8
* shiboken6: Introduce a variable for the global scope prefixFriedemann Kleint2024-04-084-38/+58
* shiboken6: Register typedefs of container typesFriedemann Kleint2024-03-182-3/+16
* shiboken6: Refactor writing out converter names registrationFriedemann Kleint2024-03-141-36/+42
* LazyInit: Move the get arguments into a static structureChristian Tismer2024-03-134-28/+91
* LazyInit: Implement Lazy Initialization by Delayed Module EntriesChristian Tismer2024-03-135-32/+78
* Deprecation Python 3.8Cristián Maureira-Fredes2024-03-121-3/+3
* Documentation/TOC sorting: Also sort Qt functions by the 2nd characterFriedemann Kleint2024-03-061-2/+2
* Documentation: Improve TOC sortingFriedemann Kleint2024-03-051-6/+19
* Documentation: Add support for decoratorsFriedemann Kleint2024-03-011-29/+47
* Fix connecting to signals with QFlags<>Friedemann Kleint2024-03-011-1/+4
* shiboken6: Remove unneeded reinterpret_cast<> from generated codeFriedemann Kleint2024-02-281-2/+1
* shiboken6: Use latin1 literals for optionsFriedemann Kleint2024-01-312-34/+32
* shiboken6: Improve code snippet error handlingFriedemann Kleint2024-01-316-20/+63
* LazyInit: Make imports computable from offset constantsChristian Tismer2024-01-312-10/+33
* shiboken6: Refactor writing out type indicesFriedemann Kleint2024-01-302-82/+106
* shiboken6: Prepare for making the global scope prefix configurableFriedemann Kleint2024-01-294-20/+19
* shiboken6: Fix build with namespaced QtFriedemann Kleint2024-01-241-1/+1
* Documentation: Generate inheritance graph only when base classes existFriedemann Kleint2024-01-181-5/+7
* Documentation: Use more domain directives from sphinxFriedemann Kleint2024-01-172-162/+71
* shiboken6: Add type behavior to SbkObjectTypeFriedemann Kleint2024-01-171-0/+2
* shiboken6: Use PyType_GetSlot() instead of accessing PyTypeObject's slotsFriedemann Kleint2024-01-161-5/+29
* shiboken6/Documentation: Add option to disable the inheritance diagramFriedemann Kleint2024-01-081-12/+48
* shiboken6/Documentation: Fix sphinx warnings about indexing functions with th...Friedemann Kleint2024-01-082-8/+15
* Documentation: Enable appending to class descriptionFriedemann Kleint2024-01-051-2/+1
* Documentation: Fix doc modifications for added constructorsFriedemann Kleint2024-01-052-11/+22
* Documentation: Add more string typesFriedemann Kleint2024-01-051-2/+9
* shiboken6: Fix error in generated code when all enum values are deprecatedFriedemann Kleint2024-01-051-1/+2
* Documentation: Enable injecting added function parameter documentationFriedemann Kleint2023-12-212-14/+22
* Extract global (non-added) function/enum documentationFriedemann Kleint2023-12-191-2/+28
* Document global functionsFriedemann Kleint2023-12-122-9/+76
* DocGenerator: Further preparations for generating global functions/enumsFriedemann Kleint2023-12-122-21/+47
* DocGenerator: Refactor code preparing for generating global functions/enumsFriedemann Kleint2023-12-122-44/+56
* DocGenerator: Refactor doc generation codeFriedemann Kleint2023-12-121-40/+88
* Shiboken: Remove FindPythonInterp and FindPythonLibs CMake modulesShyamnath Premnadh2023-12-111-1/+1
* shiboken6: Add typesystem attribute to suppress the meta object functionsFriedemann Kleint2023-12-081-0/+2