aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Lazy-initialize the dependency graphHEADdevFriedemann Kleint46 hours5-26/+98
* libshiboken: Extract a template base class for the dependency graphFriedemann Kleint46 hours1-19/+24
* Revert "Lazy Load: Fix polymorphic classes by identifying lazy groups"Friedemann Kleint46 hours4-234/+21
* libshiboken: Refactor type discovery graph handlingFriedemann Kleint48 hours3-34/+51
* Documentation/QRC tutorial: Fix error in .qrc file snippetFriedemann Kleint2 days1-1/+0
* PEP 697: Use the new type extension provision, amendedChristian Tismer3 days3-20/+33
* QtAsyncio: Let examples handle SIGINTAdrian Herrmann3 days2-2/+2
* QtAsyncio: Improve readability of _stepAdrian Herrmann3 days1-10/+9
* shiboken6: Fix leaking tuples in introduceWrapperType()Friedemann Kleint3 days5-50/+60
* Documentation: Add QtQml.ListPropertyFriedemann Kleint4 days3-9/+34
* Lazy Load: Fix polymorphic classes by identifying lazy groupsFriedemann Kleint4 days5-21/+250
* shiboken: improve the display of disassembleFrameChristian Tismer4 days1-6/+16
* Add some missing classesFriedemann Kleint5 days29-5/+125
* Documentation: Fix ClassInfo to be a proper decoratorFriedemann Kleint5 days1-7/+5
* QtAsyncio: Round handle timeoutsAdrian Herrmann5 days1-1/+2
* QtAsyncio: Fix tasks with loop not cancellingAdrian Herrmann5 days2-0/+68
* shiboken6: Generate Python override code for added virtualsFriedemann Kleint5 days18-21/+222
* shiboken6: Introduce new position for code injection into virtual methodsFriedemann Kleint5 days4-1/+11
* shibokenmodule: Expose dumpTypeGraph(), dumpWrapperMap() from the binding man...Friedemann Kleint5 days5-34/+102
* Long live scanqtclasses.py!Friedemann Kleint8 days1-0/+122
* pyi: avoid ellipsis on classes with attributesCristián Maureira-Fredes8 days1-1/+1
* pyi: check for imported types in return statementsCristián Maureira-Fredes8 days1-0/+5
* Fix missing NoneType import, amendedFriedemann Kleint8 days1-1/+1
* shiboken6: Introduce verbose switching for the debug operatorsFriedemann Kleint8 days2-7/+32
* shiboken6: Fix warnings about unused init functionsFriedemann Kleint8 days1-5/+5
* Documentation: Fix change describing address sanitizer usageFriedemann Kleint8 days1-1/+1
* shiboken: Prepare for [[nodiscard]] QFile::openFriedemann Kleint8 days2-5/+11
* Tooling: Add pyside6-balsamuiShyamnath Premnadh8 days6-2/+36
* Examples: Fix contactlist applicationShyamnath Premnadh9 days1-1/+2
* libshiboken: Remove unnecessary std::string usageFriedemann Kleint9 days1-1/+1
* pyside6-project: Add a rule for pyside6-qsbFriedemann Kleint9 days2-1/+8
* Tooling: add pyside6-balsamShyamnath Premnadh9 days6-3/+83
* Tooling: Add pyside6-qsbShyamnath Premnadh9 days7-4/+65
* Documentation: Add instructions for using address sanitizerFriedemann Kleint9 days1-0/+13
* Remove pyinstaller from requirements.txtFriedemann Kleint9 days1-3/+0
* Documentation: Fix warning about ambiguous link to APIFriedemann Kleint9 days1-1/+1
* Documentation: Ensure deterministic order of function overloadsFriedemann Kleint10 days1-3/+8
* shiboken6: Fix minor issues in code generationFriedemann Kleint10 days1-2/+2
* shiboken6: Extract common C++ function attributesFriedemann Kleint10 days12-153/+96
* shiboken6: Remove class attribute FinalInTargetLangFriedemann Kleint10 days4-35/+8
* shiboken6: Remove function attribute FinalInTargetLangFriedemann Kleint10 days5-89/+5
* shiboken6: Remove unused function modificationsFriedemann Kleint10 days7-53/+1
* Release dialogs when using QDialog.exec()Friedemann Kleint2024-04-124-1/+64
* Fix potential undefined behavior in type discovery of class hierarchiesFriedemann Kleint2024-04-124-97/+158
* shiboken6: Add a placeholder for the base class to polymorphic-id-expressionFriedemann Kleint2024-04-124-5/+46
* Remove deprecated command 'build_rst_docs'Dennis Oberst2024-04-123-13/+5
* shiboken6: Add a way of disable lazy initialization per classFriedemann Kleint2024-04-122-5/+12
* Multimedia: Adapt to revert of QAudio->QtAudio namespace renamingFriedemann Kleint2024-04-126-33/+23
* Lazy Import: Ensure type creation functions being idempotentChristian Tismer2024-04-111-5/+7
* Multimedia/capture example: Fix message box flood on errorFriedemann Kleint2024-04-101-4/+15