aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken/sbkfeature_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PEP 697: Introduce the SbkObjectType_Check functionChristian Tismer2023-10-251-0/+2
* Limited API: update python version usage and fix some minor bugChristian Tismer2023-10-241-2/+0
* Support running PySide on Python 3.12, cleanupv6.6.0Christian Tismer2023-10-161-1/+4
* shiboken: Get rid of tp_dict in general, amendedChristian Tismer2023-10-111-2/+3
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-091-5/+10
* shiboken: unify the calculation of runtime versionsChristian Tismer2023-10-091-13/+4
* Support running PySide on Python 3.12Christian Tismer2023-10-091-7/+25
* PyEnum: Shortcut old Enum code and generate Python enums directlyChristian Tismer2023-06-301-1/+1
* PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11, amendedChristian Tismer2023-03-271-7/+1
* PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11Christian Tismer2023-03-231-1/+6
* PyEnum: fix a leak in forgiveness modeChristian Tismer2023-03-071-82/+94
* debug: fix refcount of disassembleFrameChristian Tismer2023-02-201-2/+3
* nogil: Adjust the forgiveness enum opcode patchChristian Tismer2023-02-081-0/+13
* shiboken: Simplify sys module attribute lookupChristian Tismer2023-02-081-4/+2
* __feature__: Simplify and make more PyPy compatibleChristian Tismer2022-11-301-42/+3
* __feature__: Remove the no longer efficient reserved_bits structureChristian Tismer2022-11-291-14/+7
* __feature__: Cleanup before reworking the context switchingChristian Tismer2022-11-291-8/+10
* pypy: fix build for 3.9Cristián Maureira-Fredes2022-10-121-1/+1
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-09-301-55/+64
* Fix warnings about unused parameters in codeFriedemann Kleint2022-09-261-1/+1
* PyEnum: Finish the flexible Enum/Flag assignment and correctChristian Tismer2022-09-011-7/+5
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-131-7/+17
* shiboken: add a handy function to disassemble the current frameChristian Tismer2022-07-211-1/+1
* PyEnum: Increase compatibility by allowing defaults etc., refinementChristian Tismer2022-07-191-12/+27
* PyEnum: Increase compatibility by allowing defaults and old flag namesChristian Tismer2022-07-141-3/+166
* PyEnum: make forgiving duplicates work with Python 3.11Christian Tismer2022-07-141-8/+13
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-211-3/+49
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* Define SbkObjectType to be a PyTypeObjectFriedemann Kleint2021-09-111-8/+4
* Shiboken: Remove cheating macrosChristian Tismer2021-08-061-2/+2
* feature: move getFeatureSelectId to Shiboken and refactorChristian Tismer2021-08-051-0/+194