aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken/basewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* libshiboken: Refactor base type visitorFriedemann Kleint16 hours1-69/+76
* shiboken6: Lazy-initialize the dependency graphFriedemann Kleint6 days1-5/+0
* libshiboken: Refactor type discovery graph handlingFriedemann Kleint6 days1-3/+8
* PEP 697: Use the new type extension provision, amendedChristian Tismer6 days1-5/+33
* shiboken6: Fix leaking tuples in introduceWrapperType()Friedemann Kleint7 days1-6/+5
* LazyInit: Implement Lazy Initialization by Delayed Module EntriesChristian Tismer2024-03-131-0/+1
* Deprecation Python 3.8Cristián Maureira-Fredes2024-03-121-2/+0
* shiboken6: Add type behavior to SbkObjectTypeFriedemann Kleint2024-01-171-2/+12
* Use PyType_GetSlot() instead of accessing PyTypeObject's slots in library codeFriedemann Kleint2024-01-161-3/+4
* PyPySide: Update to Python 3.10Christian Tismer2023-12-211-2/+2
* PEP 697: Use the new type extension provisionChristian Tismer2023-12-071-12/+26
* Shiboken: Fix subtle bug caused by PyPy support and "bug_825"Christian Tismer2023-11-141-3/+10
* PEP 697: Introduce the SbkObjectType_Check functionChristian Tismer2023-10-251-0/+8
* shiboken: Unify the structure of type creation functionsChristian Tismer2023-10-251-56/+67
* Support running PySide on Python 3.12, extension bugChristian Tismer2023-10-241-1/+7
* Limited API: update python version usage and fix some minor bugChristian Tismer2023-10-241-4/+4
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-111-1/+9
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-091-1/+2
* libshiboken/libpyside: Fix some static analysis warningsFriedemann Kleint2023-09-201-11/+10
* Fix tests sample_privatector sample_privatedtor failing with Python 3.11.5Friedemann Kleint2023-09-201-2/+2
* PyPySide: Fix a small, very old glitchChristian Tismer2023-09-061-1/+1
* PyEnum: Shortcut old Enum code and generate Python enums directlyChristian Tismer2023-06-301-3/+0
* Shiboken: Remove an old patch that is no longer necessaryChristian Tismer2023-06-061-10/+14
* cppgenerator: get rid of all goto constructsChristian Tismer2023-03-201-0/+27
* Shiboken: Improve an error message by giving more contextChristian Tismer2023-03-101-1/+2
* signal: Finally clean up all leaks after complete understandingChristian Tismer2023-02-071-0/+1
* signature: Evict the __signature__ attribute, long live signature!Christian Tismer2022-12-221-4/+1
* Finally implement the __slots__ feature in PySideChristian Tismer2022-10-201-7/+19
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-261-1/+1
* Shiboken: Rewrite the signature initializationChristian Tismer2022-07-071-2/+1
* Shiboken: Move the shibokensupport initialization into the moduleChristian Tismer2022-07-071-5/+13
* libshiboken: Amend error message "not enough arguments"Friedemann Kleint2022-06-151-1/+2
* libshiboken: Fix a crash in Shiboken::Object::isValid() for Python 3.11Friedemann Kleint2022-06-101-0/+1
* Fix deprecation of the Py_TRASHCAN_SAFE_BEGIN/END macrosFriedemann Kleint2022-06-101-0/+8
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* Python 3.10: Fix GIL state crash when collecting QObjects with signalsFriedemann Kleint2022-05-061-1/+4
* Fix uninitialized variable causing crash when using shiboken.deleteLuc Touraille2022-04-091-0/+1
* shiboken6: Add a function to check argument countsFriedemann Kleint2022-04-061-0/+16
* PySide: Leave the underscore variable alone in QApplicationChristian Tismer2022-02-081-5/+4
* PyPySide: Fix a build error due to an ABI misuseChristian Tismer2022-02-031-1/+2
* PyPySide: Rename interface functions and classes to simplify debuggingChristian Tismer2022-02-031-17/+17
* Add a debug operator for SbkObjectFriedemann Kleint2022-02-021-5/+43
* PyPySide: Do some cleanup and ImprovementsChristian Tismer2022-01-051-8/+4
* PyPySide: Avoid direct access to `op->ob_dict` in PyPyChristian Tismer2021-12-031-0/+15
* PyPySide: Replace type patching, but not by heaptype, 2-5(5)Christian Tismer2021-11-191-1/+1
* PyPySide: modify another PyType_FromSpec, revertedChristian Tismer2021-11-011-7/+6
* PyPySide: modify another PyType_FromSpec version to be PyPy compatibleChristian Tismer2021-10-201-6/+7
* Shiboken: simplify and refactor more after PyTypeObject changeChristian Tismer2021-09-291-13/+10
* PyPySide: Fix a hard-to-find bug triggered by tp_itemsizeChristian Tismer2021-09-271-1/+5
* shiboken: improve the handling of PyType_Type.type_newChristian Tismer2021-09-271-8/+5