aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* PEP 697: Use the new type extension provision, amendedHEADdevChristian Tismer19 hours3-20/+33
* shiboken6: Fix leaking tuples in introduceWrapperType()Friedemann Kleint24 hours5-50/+60
* Lazy Load: Fix polymorphic classes by identifying lazy groupsFriedemann Kleint2 days4-21/+234
* shiboken: improve the display of disassembleFrameChristian Tismer2 days1-6/+16
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint3 days16-21/+198
* shiboken6: Introduce new position for code injection into virtual methodsFriedemann Kleint3 days4-1/+11
* shibokenmodule: Expose dumpTypeGraph(), dumpWrapperMap() from the binding man...Friedemann Kleint3 days5-34/+102
* pyi: avoid ellipsis on classes with attributesCristián Maureira-Fredes6 days1-1/+1
* pyi: check for imported types in return statementsCristián Maureira-Fredes6 days1-0/+5
* Fix missing NoneType import, amendedFriedemann Kleint6 days1-1/+1
* shiboken6: Introduce verbose switching for the debug operatorsFriedemann Kleint6 days2-7/+32
* shiboken6: Fix warnings about unused init functionsFriedemann Kleint6 days1-5/+5
* shiboken: Prepare for [[nodiscard]] QFile::openFriedemann Kleint6 days2-5/+11
* libshiboken: Remove unnecessary std::string usageFriedemann Kleint7 days1-1/+1
* Documentation: Ensure deterministic order of function overloadsFriedemann Kleint8 days1-3/+8
* shiboken6: Fix minor issues in code generationFriedemann Kleint8 days1-2/+2
* shiboken6: Extract common C++ function attributesFriedemann Kleint8 days12-153/+96
* shiboken6: Remove class attribute FinalInTargetLangFriedemann Kleint8 days4-35/+8
* shiboken6: Remove function attribute FinalInTargetLangFriedemann Kleint8 days5-89/+5
* shiboken6: Remove unused function modificationsFriedemann Kleint8 days7-53/+1
* shiboken6: Add a placeholder for the base class to polymorphic-id-expressionFriedemann Kleint13 days4-5/+46
* shiboken6: Add a way of disable lazy initialization per classFriedemann Kleint13 days2-5/+12
* Lazy Import: Ensure type creation functions being idempotentChristian Tismer14 days1-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-085-4/+66
* shiboken6: Introduce a variable for the global scope prefixFriedemann Kleint2024-04-084-38/+58
* signature: Fix an old refcounting bugChristian Tismer2024-04-041-1/+1
* Implement multiple inheritance correctly, 2nd. amendmentChristian Tismer2024-03-281-0/+6
* pyi: Fix syntax error in class attributesFriedemann Kleint2024-03-271-1/+1
* Fix handling of longs exceeding long long max in float conversionFriedemann Kleint2024-03-262-1/+9
* Debug operators: Fix handling of longs exceeding long long maxFriedemann Kleint2024-03-261-2/+9
* stubs: add type for os.PathLike type hintsCristián Maureira-Fredes2024-03-261-3/+3
* Fix build with MSVCFriedemann Kleint2024-03-251-1/+8
* shiboken6: Handle CMAKE_CXX_COMPILER in non-standard locationsFriedemann Kleint2024-03-251-3/+16
* shiboken6: Ignore Q_PROPERTY specified with MEMBERFriedemann Kleint2024-03-252-3/+8
* Lazy Init: Evict the Achilles Heel of Laziness and fix NuitkaChristian Tismer2024-03-211-50/+53
* Fix deprecation warning about QRegularExpression::match()Friedemann Kleint2024-03-201-1/+1
* doc: Add page for shiboken6-genpyiAdrian Herrmann2024-03-203-4/+45
* doc: display shiboken examples in shiboken's pageCristián Maureira-Fredes2024-03-201-0/+9
* shiboken6: Register typedefs of container typesFriedemann Kleint2024-03-1810-6/+70
* shiboken tests/otherbinding: Add a test for star imports, amendedChristian Tismer2024-03-151-3/+6
* shiboken6: Refactor writing out converter names registrationFriedemann Kleint2024-03-141-36/+42
* LazyInit: Move the get arguments into a static structureChristian Tismer2024-03-139-42/+128
* LazyInit: Implement Lazy Initialization by Delayed Module EntriesChristian Tismer2024-03-1312-39/+564
* shiboken tests/otherbinding: Add a test for star importsFriedemann Kleint2024-03-131-0/+96
* Android Wheels: Update Python version to 3.11Shyamnath Premnadh2024-03-131-1/+1
* shiboken tests/minimalbinding: Fix flake8 warningsFriedemann Kleint2024-03-136-40/+59
* shiboken tests/samplebinding: Fix flake8 warningsFriedemann Kleint2024-03-13124-370/+604
* shiboken tests/otherbinding: Fix flake8 warningsFriedemann Kleint2024-03-1214-42/+73