aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* shiboken6: Ignore nested containers as template parameters when inheriting a ...Friedemann Kleint2024-05-084-39/+87
* shiboken/Documentation: Add type discoveryFriedemann Kleint2024-05-073-31/+148
* license: replace GPLv2 for GPLv3 on the READMEsCristián Maureira-Fredes2024-05-074-4/+4
* shiboken6: Generate polymorphic bases into type discovery functionsFriedemann Kleint2024-05-064-5/+5
* shiboken6: Make multiple inheritance cast check less restrictiveFriedemann Kleint2024-05-064-8/+41
* Fix polymorphic discovery to work without namesFriedemann Kleint2024-05-062-3/+13
* libshiboken: Split the Shiboken::Object::newObject() functionFriedemann Kleint2024-05-064-31/+107
* numpy initialization: Remove superfluous PyErr_Clear()Friedemann Kleint2024-05-031-3/+1
* Add changelog 6.7.1Friedemann Kleint2024-05-031-0/+61
* Fix class hierarchies not working with legacy qmlRegisterType()Friedemann Kleint2024-05-026-14/+108
* PEP 697: Use the new type extension provision, finalChristian Tismer2024-05-023-19/+6
* Revert "PEP 697: Use the new type extension provision, amended"Christian Tismer2024-05-023-33/+20
* shiboken/Documentation: Remove parts describing old convertersFriedemann Kleint2024-04-301-58/+0
* libshiboken: Refactor base type visitorFriedemann Kleint2024-04-302-170/+77
* PySide: Fix QML ListPropertyShyamnath Premnadh2024-04-303-10/+129
* File System Explorer: Fix app icon when launched from another directoryFriedemann Kleint2024-04-301-1/+1
* libshiboken: Clarify explanatory comment of is_user_type flagFriedemann Kleint2024-04-301-1/+2
* Enable supressing warnings about signal disconnection failureFriedemann Kleint2024-04-301-2/+2
* shiboken6: Simplify code in argument pointer conversionFriedemann Kleint2024-04-301-8/+4
* CI: Add VC_SCRIPT env variable for setting MSVC 2022 envSimo Fält2024-04-301-0/+7
* shiboken6: Lazy-initialize the dependency graphFriedemann Kleint2024-04-255-26/+98
* libshiboken: Extract a template base class for the dependency graphFriedemann Kleint2024-04-251-19/+24
* Revert "Lazy Load: Fix polymorphic classes by identifying lazy groups"Friedemann Kleint2024-04-254-234/+21
* libshiboken: Refactor type discovery graph handlingFriedemann Kleint2024-04-253-34/+51
* Documentation/QRC tutorial: Fix error in .qrc file snippetFriedemann Kleint2024-04-251-1/+0
* PEP 697: Use the new type extension provision, amendedChristian Tismer2024-04-243-20/+33
* QtAsyncio: Let examples handle SIGINTAdrian Herrmann2024-04-242-2/+2
* QtAsyncio: Improve readability of _stepAdrian Herrmann2024-04-241-10/+9
* shiboken6: Fix leaking tuples in introduceWrapperType()Friedemann Kleint2024-04-245-50/+60
* Documentation: Add QtQml.ListPropertyFriedemann Kleint2024-04-233-9/+34
* Lazy Load: Fix polymorphic classes by identifying lazy groupsFriedemann Kleint2024-04-235-21/+250
* shiboken: improve the display of disassembleFrameChristian Tismer2024-04-231-6/+16
* Add some missing classesFriedemann Kleint2024-04-2229-5/+125
* Documentation: Fix ClassInfo to be a proper decoratorFriedemann Kleint2024-04-221-7/+5
* QtAsyncio: Round handle timeoutsAdrian Herrmann2024-04-221-1/+2
* QtAsyncio: Fix tasks with loop not cancellingAdrian Herrmann2024-04-222-0/+68
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint2024-04-2218-21/+222
* shiboken6: Introduce new position for code injection into virtual methodsFriedemann Kleint2024-04-224-1/+11
* shibokenmodule: Expose dumpTypeGraph(), dumpWrapperMap() from the binding man...Friedemann Kleint2024-04-225-34/+102
* Long live scanqtclasses.py!Friedemann Kleint2024-04-191-0/+122
* pyi: avoid ellipsis on classes with attributesCristián Maureira-Fredes2024-04-191-1/+1
* pyi: check for imported types in return statementsCristián Maureira-Fredes2024-04-191-0/+5
* Fix missing NoneType import, amendedFriedemann Kleint2024-04-191-1/+1
* shiboken6: Introduce verbose switching for the debug operatorsFriedemann Kleint2024-04-192-7/+32
* shiboken6: Fix warnings about unused init functionsFriedemann Kleint2024-04-191-5/+5
* Documentation: Fix change describing address sanitizer usageFriedemann Kleint2024-04-191-1/+1
* shiboken: Prepare for [[nodiscard]] QFile::openFriedemann Kleint2024-04-192-5/+11
* Tooling: Add pyside6-balsamuiShyamnath Premnadh2024-04-196-2/+36
* Examples: Fix contactlist applicationShyamnath Premnadh2024-04-181-1/+2
* libshiboken: Remove unnecessary std::string usageFriedemann Kleint2024-04-181-1/+1