aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken
Commit message (Expand)AuthorAgeFilesLines
* signature: Fix an old refcounting bugChristian Tismer2024-04-041-1/+1
* Implement multiple inheritance correctly, 2nd. amendmentChristian Tismer2024-03-281-0/+6
* Fix handling of longs exceeding long long max in float conversionFriedemann Kleint2024-03-261-1/+1
* Debug operators: Fix handling of longs exceeding long long maxFriedemann Kleint2024-03-261-2/+9
* Lazy Init: Evict the Achilles Heel of Laziness and fix NuitkaChristian Tismer2024-03-211-50/+53
* LazyInit: Move the get arguments into a static structureChristian Tismer2024-03-134-12/+35
* LazyInit: Implement Lazy Initialization by Delayed Module EntriesChristian Tismer2024-03-137-7/+486
* Deprecation Python 3.8Cristián Maureira-Fredes2024-03-124-10/+1
* Long live PyObjectHolderFriedemann Kleint2024-03-053-0/+89
* Feature: Prepare feature and signature modules to stand lazy initChristian Tismer2024-03-055-1/+22
* signature: Add support for classmethodsCristián Maureira-Fredes2024-02-251-0/+3
* Fix startup delay caused by initializing numpyFriedemann Kleint2024-02-192-9/+24
* Brush up class AutoDecRefFriedemann Kleint2024-01-311-7/+5
* shiboken6: Add type behavior to SbkObjectTypeFriedemann Kleint2024-01-172-3/+14
* libshiboken: Disable no longer needed PyTypeObject slotsFriedemann Kleint2024-01-161-3/+36
* Use PyType_GetSlot() instead of accessing PyTypeObject's slots in library codeFriedemann Kleint2024-01-166-8/+103
* Add PepType_GetSlot() wrapping PyType_GetSlot()Friedemann Kleint2024-01-162-0/+35
* PyPySide: Update to Python 3.10Christian Tismer2023-12-214-6/+16
* Shiboken: Remove FindPythonInterp and FindPythonLibs CMake modulesShyamnath Premnadh2023-12-112-4/+4
* PEP 697: Use the new type extension provisionChristian Tismer2023-12-074-19/+124
* Enable connecting signals to slots with default parametersFriedemann Kleint2023-11-292-0/+10
* 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-10-311-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, cleanupChristian 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-051-2/+3
* libshiboken: Make AutoDecRef movableFriedemann Kleint2023-10-051-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
* 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