aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
Commit message (Expand)AuthorAgeFilesLines
* doc: remove double white spaceCristián Maureira-Fredes2023-11-214-23/+23
* libshiboken: Extend the PyObject debug operator to format code objectsFriedemann Kleint2023-11-163-1/+51
* Shiboken: Fix subtle bug caused by PyPy support and "bug_825"Christian Tismer2023-11-141-3/+10
* apiextractor: remove unused definitionFromTypeRefCristián Maureira-Fredes2023-11-091-6/+0
* libshiboken: Do a directory check when considering system includesAlexandru Croitor2023-11-061-1/+2
* Add QRhi and related classesFriedemann Kleint2023-11-031-0/+2
* CMake: Tell shiboken to process Qt headers inside system include dirsAlexandru Croitor2023-11-037-17/+37
* CMake: Allow specifying a shiboken debug-level from the build systemAlexandru Croitor2023-11-012-1/+15
* libshiboken: Add logs for showing default compiler include pathsAlexandru Croitor2023-11-011-0/+7
* CMake: Allow passing extra generator flags via a CMake variableAlexandru Croitor2023-11-011-0/+1
* shiboken6: Simplify spaces in function signaturesFriedemann Kleint2023-11-011-7/+7
* libshiboken: Output basicsize, mro, bases and underlying type in debugPyTypeO...Friedemann Kleint2023-11-011-5/+44
* Fix losing the default value when the type alteredFriedemann Kleint2023-10-301-8/+6
* Add a quick check to the Enum-forgiveness modeFriedemann Kleint2023-10-301-0/+5
* Fix crashes related to broken QML decoratorsFriedemann Kleint2023-10-261-0/+3
* shiboken6: Improve API extractor command line arguments parsingFriedemann Kleint2023-10-261-7/+12
* shiboken6: Refactor multiple inheritance offset calculationFriedemann Kleint2023-10-262-35/+52
* PEP 697: Introduce the SbkObjectType_Check functionChristian Tismer2023-10-253-0/+13
* shiboken: Unify the structure of type creation functionsChristian Tismer2023-10-252-81/+96
* Support running PySide on Python 3.12, extension bugChristian Tismer2023-10-243-6/+32
* Limited API: update python version usage and fix some minor bugChristian Tismer2023-10-245-19/+15
* shiboken tests: Fix special functions (simple cases), part IIFriedemann Kleint2023-10-1814-23/+66
* shiboken6: Add additional debug statements regarding include parsingFriedemann Kleint2023-10-171-12/+53
* Remove left-over define PyIndex_CheckFriedemann Kleint2023-10-161-1/+0
* Support running PySide on Python 3.12, cleanupv6.6.0Christian Tismer2023-10-161-1/+4
* Fix a warning resulting from bumping Python to 3.8Friedemann Kleint2023-10-124-133/+2
* Pin qt5#6.6.0 sha1 and clean up wheel names for 6.6.0 releaseSimo Fält2023-10-111-2/+2
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-117-15/+38
* shiboken tests: Fix special functions for class ObjectTypeHolderFriedemann Kleint2023-10-105-11/+5
* shiboken tests: Fix special functions for class OnlyCopyFriedemann Kleint2023-10-102-24/+9
* shiboken tests: Fix up class SimpleFileFriedemann Kleint2023-10-103-29/+28
* shiboken6: Fix some static code analysis warnings in the generated codeFriedemann Kleint2023-10-102-41/+50
* shiboken tests: Fix test for user added constructorsFriedemann Kleint2023-10-103-8/+25
* shiboken tests: Fix special functions for class ExpressionFriedemann Kleint2023-10-102-58/+28
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-099-19/+45
* shiboken: unify the calculation of runtime versionsChristian Tismer2023-10-091-13/+4
* Support running PySide on Python 3.12Christian Tismer2023-10-0910-20/+95
* libshiboken/libpyside: Fix special functionsFriedemann Kleint2023-10-061-0/+6
* shiboken tests: Fix special functions (simple cases)Friedemann Kleint2023-10-0635-60/+159
* Add a __dir__ function for smart pointersFriedemann Kleint2023-10-065-0/+59
* libshiboken: Deprecate cast operators of AutoDecRefFriedemann Kleint2023-10-062-4/+5
* shiboken generator: Disable special functions in generated codeFriedemann Kleint2023-10-061-1/+5
* libshiboken: Make AutoDecRef movableFriedemann Kleint2023-10-061-18/+18
* shiboken6: Fix special functionsFriedemann Kleint2023-10-0613-6/+35
* Potential fix for a linker error on macOS SonomaFriedemann Kleint2023-10-051-1/+1
* Adapt UNICODE structures to Python 3.12Friedemann Kleint2023-10-041-8/+64
* Fix static analysis warnings about using = default in the shiboken testsFriedemann Kleint2023-10-0214-22/+22
* Refactor _PepRuntimeVersion()Friedemann Kleint2023-10-021-5/+10
* Add a __repr__ function for smart pointersFriedemann Kleint2023-10-028-16/+110
* Fix syntax error in Shiboken.pyiFriedemann Kleint2023-09-291-1/+1