aboutsummaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* shiboken6: Add a test for automatic conversion from T to std::optional<T>HEADdevFriedemann Kleint15 hours2-0/+22
* shiboken6: Generalize the target-to-native container conversion for smart poi...Friedemann Kleint15 hours4-17/+33
* shiboken6: Split TargetToNativeConversion::sourceTypeCheck()Friedemann Kleint15 hours3-8/+13
* Fix QVariant conversion of Python classes inheriting QGraphicsProxyObjectFriedemann Kleint19 hours2-2/+14
* shiboken6: Add target-to-native conversion rules for smart pointersFriedemann Kleint4 days9-19/+64
* shiboken6: Factor out helper writeTemplateCustomConverterRegister()Friedemann Kleint4 days2-8/+23
* Extract `libclang_lib_dir` more reliablyCristian Le5 days1-22/+3
* type hints: Fix QPropertyAnimation annotationsEce Cinucen5 days1-0/+1
* Android Deployment: Do not force install packagesShyamnath Premnadh5 days3-7/+23
* Polish the documentation of variables in code snippetsFriedemann Kleint10 days2-17/+21
* Add overload for QDomDocument.setContentEce Cinucen2025-05-242-11/+16
* shiboken6: Enable specifying template specializations as primitive typesFriedemann Kleint2025-05-236-0/+52
* shiboken6: Fix passing QFlags by const-refFriedemann Kleint2025-05-233-19/+34
* type hints: typing.Optional[...] -> typing.Optional[typing.Union[...]]Łukasz Patron2025-05-231-0/+2
* pyi_generator.py: Pass all args/kwargs to original formatannotation()Łukasz Patron2025-05-231-2/+2
* Move some qvariant helper code into libpysideFriedemann Kleint2025-05-227-156/+260
* Speed up invocation of overridden functionsFriedemann Kleint2025-05-225-40/+60
* shiboken6: Improve message output of compiler supportFriedemann Kleint2025-05-222-13/+27
* shiboken6: Determine the target platformFriedemann Kleint2025-05-224-0/+52
* shiboken: fix windows glitch on limited-api=noChristian Tismer2025-05-221-2/+2
* Remove deprecated Qt::TimeSpec usage in QDateTime constructorEce Cinucen2025-05-214-7/+16
* shiboken6/Bucket test: Use an atomic<bool>Friedemann Kleint2025-05-202-7/+13
* Fix crash retrieving a PyObject type property via QVariant<PyObjectWrapper>Friedemann Kleint2025-05-195-25/+78
* libpyside: Add a debug operator for PyObjectWrapperFriedemann Kleint2025-05-162-1/+26
* libshiboken6: Add warnings for conversion errorsFriedemann Kleint2025-05-161-2/+11
* Fix some warnings in testsFriedemann Kleint2025-05-164-19/+20
* type hints: Fix QInputDialog get methodsEce Cinucen2025-05-151-0/+5
* type hints: Improve topological sorting between Sequence and IterableChristian Tismer2025-05-141-1/+7
* libpyside: Make PyObjectWrapper movableFriedemann Kleint2025-05-132-2/+14
* type hints: Correct the collections import in the pyi filesEce Cinucen2025-05-121-1/+1
* Fix pyside6-project relative paths handling and pyproject.toml migrationJaime Resano2025-05-095-29/+72
* Fix crash retrieving a QGraphicsProxyObject from QVariantFriedemann Kleint2025-05-095-2/+62
* shiboken6/Documentation: Fix wrong code snippetsFriedemann Kleint2025-05-091-2/+2
* shiboken6: Add code injection for the wrapper declarationFriedemann Kleint2025-05-094-75/+84
* Documentation: Recommend using a Dev Drive on WindowsFriedemann Kleint2025-05-091-2/+9
* libshiboken: Move override name calculation into basewrapperFriedemann Kleint2025-05-074-20/+32
* libshiboken: Add utility class for stashing Python errorsFriedemann Kleint2025-05-0711-58/+106
* libshiboken: Use PyErr_SetRaisedException() for unraisable exceptionsFriedemann Kleint2025-05-071-11/+38
* libshiboken: Introduce define for old PyErr_ APIFriedemann Kleint2025-05-022-5/+10
* Fix unused variable warning in QVariant conversionFriedemann Kleint2025-05-021-3/+1
* Allow for building with Clang 14 (Yocto)Friedemann Kleint2025-04-303-1/+22
* shiboken6: Rephrase documentation of the default-superclass attributeFriedemann Kleint2025-04-281-3/+6
* Fix pyside6-metaobjectdump crash when using @Slot(result=None)Jaime Resano2025-04-251-1/+3
* Remove dependency on tomlkitShyamnath Premnadh2025-04-241-46/+96
* PySide6/type system: Remove obsolete "since" attributesFriedemann Kleint2025-04-235-88/+88
* libshiboken: Refactor BindingManager::getOverride()Friedemann Kleint2025-04-231-47/+33
* Fix QMetaEnum conversions into QVariantRenato Araujo Oliveira Filho2025-04-238-19/+49
* type-hints: Fix properties on __init__ functionsEce Cinucen2025-04-231-1/+5
* Fix crash when entering a Qt message handler with a Python error setFriedemann Kleint2025-04-231-0/+5
* Fix building of .pyi files for Windows debugFriedemann Kleint2025-04-171-4/+7