aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/shiboken
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Generate polymorphic bases into type discovery functionsFriedemann Kleint4 days1-1/+1
* libshiboken: Split the Shiboken::Object::newObject() functionFriedemann Kleint4 days1-20/+22
* shiboken6: Simplify code in argument pointer conversionFriedemann Kleint10 days1-8/+4
* shiboken6: Lazy-initialize the dependency graphFriedemann Kleint2024-04-252-4/+36
* Revert "Lazy Load: Fix polymorphic classes by identifying lazy groups"Friedemann Kleint2024-04-252-53/+16
* shiboken6: Fix leaking tuples in introduceWrapperType()Friedemann Kleint2024-04-242-37/+48
* Lazy Load: Fix polymorphic classes by identifying lazy groupsFriedemann Kleint2024-04-232-16/+53
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint2024-04-224-20/+67
* shiboken6: Introduce new position for code injection into virtual methodsFriedemann Kleint2024-04-221-0/+5
* shiboken6: Fix minor issues in code generationFriedemann Kleint2024-04-171-2/+2
* shiboken6: Extract common C++ function attributesFriedemann Kleint2024-04-171-3/+4
* 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-082-32/+34
* 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
* 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-311-28/+26
* 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-293-17/+17
* shiboken6: Fix build with namespaced QtFriedemann Kleint2024-01-241-1/+1
* 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: Fix error in generated code when all enum values are deprecatedFriedemann Kleint2024-01-051-1/+2
* shiboken6: Add typesystem attribute to suppress the meta object functionsFriedemann Kleint2023-12-081-0/+2
* shiboken6: Refactor writing the meta object functionsFriedemann Kleint2023-12-084-9/+17
* Add a submodule attribute to the typesystemFriedemann Kleint2023-12-081-2/+20
* Port more strings constants to latin1Friedemann Kleint2023-12-041-1/+1
* shiboken6: Port some QString-type variables of the generator to latin1Friedemann Kleint2023-11-294-69/+51
* shiboken6: Add support for QAnyStringView to class TextStreamFriedemann Kleint2023-11-291-34/+34
* shiboken6: Remove some further uses of QStringLiteralFriedemann Kleint2023-11-294-27/+26
* shiboken6: Remove inline functions using QStringLiteralFriedemann Kleint2023-11-295-122/+120
* shiboken6: Port the MetaClass::find*() helpers to QAnyStringViewFriedemann Kleint2023-11-271-1/+1
* Fix losing the default value when the type alteredFriedemann Kleint2023-10-301-8/+6
* shiboken6: Refactor multiple inheritance offset calculationFriedemann Kleint2023-10-261-11/+15
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-111-12/+15
* shiboken6: Fix some static code analysis warnings in the generated codeFriedemann Kleint2023-10-102-41/+50
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-091-1/+2
* Add a __dir__ function for smart pointersFriedemann Kleint2023-10-062-0/+23
* shiboken generator: Disable special functions in generated codeFriedemann Kleint2023-10-051-1/+5