aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* signature: Add support for classmethodsCristián Maureira-Fredes2024-02-251-0/+3
* PyPySide: Update to Python 3.10Christian Tismer2023-12-234-4/+22
* Shiboken: Remove FindPythonInterp and FindPythonLibs CMake modulesShyamnath Premnadh2023-12-112-4/+4
* 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
* libshiboken: Output basicsize, mro, bases and underlying type in debugPyTypeO...Friedemann Kleint2023-11-011-5/+44
* 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: Refactor multiple inheritance offset calculationFriedemann Kleint2023-10-261-24/+37
* 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-242-5/+31
* Limited API: update python version usage and fix some minor bugChristian Tismer2023-10-245-19/+15
* 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-123-129/+1
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-116-3/+23
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-098-18/+43
* shiboken: unify the calculation of runtime versionsChristian Tismer2023-10-091-13/+4
* Support running PySide on Python 3.12Christian Tismer2023-10-097-17/+81
* libshiboken/libpyside: Fix special functionsFriedemann Kleint2023-10-061-0/+6
* Add a __dir__ function for smart pointersFriedemann Kleint2023-10-062-0/+34
* libshiboken: Deprecate cast operators of AutoDecRefFriedemann Kleint2023-10-061-2/+3
* libshiboken: Make AutoDecRef movableFriedemann Kleint2023-10-061-18/+18
* Adapt UNICODE structures to Python 3.12Friedemann Kleint2023-10-041-8/+64
* Refactor _PepRuntimeVersion()Friedemann Kleint2023-10-021-5/+10
* Add a __repr__ function for smart pointersFriedemann Kleint2023-10-025-0/+56
* Avoid some string conversionsFriedemann Kleint2023-09-271-1/+1
* Improve the debug operators in libshibokenFriedemann Kleint2023-09-261-1/+38
* Fix tests sample_privatector sample_privatedtor failing with Python 3.11.5Friedemann Kleint2023-09-201-2/+2
* Replace typedef by usingFriedemann Kleint2023-09-209-23/+23
* libshiboken/libpyside: Fix some static analysis warningsFriedemann Kleint2023-09-206-29/+26
* Fix namespacesFriedemann Kleint2023-09-208-30/+18
* PyPySide: Fix a small, very old glitchChristian Tismer2023-09-061-1/+1
* Signature: Move all initialization into InitSignatureStringsChristian Tismer2023-08-313-26/+5
* Fix overflows when passing int to functions taking floatsFriedemann Kleint2023-08-211-1/+1
* signature: Use __doc__ attribute when providedCristián Maureira-Fredes2023-08-071-2/+4
* shiboken6: Streamline/Improve enum codeFriedemann Kleint2023-07-032-18/+18
* PyEnum: Get rid of the no longer needed flags typeChristian Tismer2023-07-035-49/+5
* PyEnum: Shortcut old Enum code and generate Python enums directlyChristian Tismer2023-06-309-971/+269
* PyEnum: Update docs and rename the optionChristian Tismer2023-06-161-1/+1
* shiboken: Fix an old enum aliasing error that was never foundChristian Tismer2023-06-162-11/+0
* Fix unused variable warningShyamnath Premnadh2023-06-131-3/+3
* PyEnum: Remove old Enums and prepare direct creation of new EnumsChristian Tismer2023-06-093-93/+14
* shiboken: Implement raising of unraisable exceptions correctlyChristian Tismer2023-06-062-23/+49
* Shiboken: Remove an old patch that is no longer necessaryChristian Tismer2023-06-064-15/+28
* shiboken: Fix an unused variable warningChristian Tismer2023-05-161-2/+0
* Numpy support: Fix 64bit support and compiler warning about potentially unini...Friedemann Kleint2023-05-111-38/+40
* Numpy support: Handle short/long/long long integer typesFriedemann Kleint2023-05-052-3/+65
* Implement multiple inheritance correctly, amendedChristian Tismer2023-04-121-7/+3