aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* Speed up invocation of overridden functionsFriedemann Kleint12 hours5-40/+60
* shiboken6: Improve message output of compiler supportFriedemann Kleint12 hours2-13/+27
* shiboken6: Determine the target platformFriedemann Kleint12 hours4-0/+52
* shiboken: fix windows glitch on limited-api=noChristian Tismer15 hours1-2/+2
* shiboken6/Bucket test: Use an atomic<bool>Friedemann Kleint2 days2-7/+13
* libshiboken6: Add warnings for conversion errorsFriedemann Kleint7 days1-2/+11
* type hints: Improve topological sorting between Sequence and IterableChristian Tismer9 days1-1/+7
* type hints: Correct the collections import in the pyi filesEce Cinucen11 days1-1/+1
* shiboken6/Documentation: Fix wrong code snippetsFriedemann Kleint14 days1-2/+2
* shiboken6: Add code injection for the wrapper declarationFriedemann Kleint14 days4-75/+84
* libshiboken: Move override name calculation into basewrapperFriedemann Kleint2025-05-073-20/+31
* libshiboken: Add utility class for stashing Python errorsFriedemann Kleint2025-05-074-18/+80
* libshiboken: Use PyErr_SetRaisedException() for unraisable exceptionsFriedemann Kleint2025-05-071-11/+38
* libshiboken: Introduce define for old PyErr_ APIFriedemann Kleint2025-05-022-5/+10
* 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
* libshiboken: Refactor BindingManager::getOverride()Friedemann Kleint2025-04-231-47/+33
* type-hints: Fix properties on __init__ functionsEce Cinucen2025-04-231-1/+5
* shiboken6: Fix invalid function parameters caused by lambdas in inline codeFriedemann Kleint2025-04-161-2/+6
* Replace strncpy by memcpyCristián Maureira-Fredes2025-04-101-1/+2
* doc: Fix broken ref: "parent"Jaime Resano2025-04-031-2/+2
* type hints: Correct type signature for QObject classEce Cinucen2025-04-031-0/+3
* pytest: Fix a small glitch in _mod_uses_pyside: revisitedChristian Tismer2025-03-271-5/+2
* shiboken6: Port to Qt include styleFriedemann Kleint2025-03-27209-461/+494
* shiboken6: Rename cacheSize() to wrapperCount() for clarityFriedemann Kleint2025-03-272-11/+11
* Fix includes of libshibokenFriedemann Kleint2025-03-263-8/+4
* PySide6: Add support for std::chrono::secondsFriedemann Kleint2025-03-261-0/+1
* libshiboken/Override handling: Retrieve wrapper correctly in case of colocate...Friedemann Kleint2025-03-265-23/+25
* type hints: Correct type signature for qtTrIdEce Cinucen2025-03-261-0/+1
* type hints: Fix the return value for QTreeWidget.topLevelItem and QTreeWidget...Ece Cinucen2025-03-261-0/+2
* type hints: Fix the type parameter in findChild and findChildrenChristian Tismer2025-03-261-4/+8
* feature: Fix regression when PySide is imported with trace setChristian Tismer2025-03-241-4/+14
* Move helper function isCompiledMethod() to libshibokenFriedemann Kleint2025-03-203-3/+12
* pyi_generator.py: Add missing importFriedemann Kleint2025-03-201-0/+1
* type hints: Fix an old typo in typesystem_core_common.xmlChristian Tismer2025-03-193-13/+17
* Type system: Add missing "const" to some signaturesFriedemann Kleint2025-03-191-1/+1
* shiboken6: Improve messages about unmatched function modificationsFriedemann Kleint2025-03-193-42/+74
* shiboken6: Match "const" for unresolved signatures with legacy handlingFriedemann Kleint2025-03-193-27/+45
* shiboken6: Introduce convenience API AbstractMetaType::basicPrimitiveName()Friedemann Kleint2025-03-197-19/+21
* shiboken6: Use new API for the wrapper multimap in the generated codeFriedemann Kleint2025-03-195-74/+47
* libshiboken: Change wrapper map to be a multimap to allow for colocated objectsFriedemann Kleint2025-03-192-12/+61
* shiboken6: Enable using the _TypeF() function from the virtual wrapperFriedemann Kleint2025-03-195-8/+21
* shiboken6: Log the command line arguments into mjb_shiboken.logFriedemann Kleint2025-03-143-2/+19
* shiboken6/Documentation: Fix warnings about non-existing class reference filesFriedemann Kleint2025-03-141-8/+13
* type hints: Correct type signature for QObject.inherits()Ece Cinucen2025-03-131-0/+1
* type hints: Fix a few minor logic errorsChristian Tismer2025-03-122-9/+8
* shiboken6: Log instantiated containers and smart pointersFriedemann Kleint2025-03-101-0/+27
* shiboken6: Add a way to exclude smart pointer instantiationsFriedemann Kleint2025-03-107-35/+112
* type hints: fix spaces according to PEP8Ece Cinucen2025-03-103-83/+62
* type hints: Modernize part of the signature parserChristian Tismer2025-03-041-13/+13