aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/libshiboken/sbkenum.cpp
Commit message (Expand)AuthorAgeFilesLines
* shiboken: Get rid of tp_dict in generalChristian Tismer2023-10-091-3/+5
* libshiboken/libpyside: Fix some static analysis warningsFriedemann Kleint2023-09-201-2/+2
* Fix namespacesFriedemann Kleint2023-09-201-5/+2
* shiboken6: Streamline/Improve enum codeFriedemann Kleint2023-07-031-9/+9
* PyEnum: Get rid of the no longer needed flags typeChristian Tismer2023-07-031-9/+3
* PyEnum: Shortcut old Enum code and generate Python enums directlyChristian Tismer2023-06-301-856/+194
* 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-161-10/+0
* Fix unused variable warningShyamnath Premnadh2023-06-131-3/+3
* PyEnum: Remove old Enums and prepare direct creation of new EnumsChristian Tismer2023-06-091-77/+9
* PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11, amendedChristian Tismer2023-03-271-8/+1
* PyPySide: Fix a crash with PyPy 7.3.10 and 7.3.11Christian Tismer2023-03-231-1/+6
* shiboken: Simplify sys module attribute lookupChristian Tismer2023-02-081-5/+2
* signature: Evict the __signature__ attribute, long live signature!Christian Tismer2022-12-221-7/+0
* libshiboken: Remove debug print statementFriedemann Kleint2022-12-061-5/+0
* Fix errors calling deprecated functions with warning-as-error setFriedemann Kleint2022-11-301-0/+5
* fix signals with new enums on Python 3.11Friedemann Kleint2022-10-281-0/+6
* libshiboken: Fix enum value overflowFriedemann Kleint2022-10-191-16/+20
* PyEnum: Relax the Impact of New Enums and Make Everything OptionalChristian Tismer2022-09-301-14/+44
* PyEnum: Increase Compatibility by allowing any int as enum valueChristian Tismer2022-09-261-2/+108
* PyEnum: Finish the flexible Enum/Flag assignment and correctChristian Tismer2022-09-011-6/+7
* PyEnum: Accelerate item accessChristian Tismer2022-08-151-7/+11
* PyEnum: Define a fixed list of Int(Enum|Flag) decisionsChristian Tismer2022-08-131-6/+46
* PyEnum: Fix QKeySequence to stay correct when switching IntEnum to EnumChristian Tismer2022-08-091-0/+7
* PyEnum: Remove the old duplication of Enums in the enclosing scopeChristian Tismer2022-06-211-9/+2
* QEnum: Adapt to the new enum implementationChristian Tismer2022-06-151-0/+22
* 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
* PyEnum: Implement Switchable Qt Enums Using Python EnumsChristian Tismer2022-05-221-54/+229
* PyEnum: Prepare to support both implementationsChristian Tismer2022-05-201-4/+84
* PyPySide: Replace type patching by heaptype, 1(5)Christian Tismer2021-11-111-1/+8
* libshiboken: Fix a crash with enums with no valuesFriedemann Kleint2021-10-201-0/+2
* 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-7/+3
* shiboken6: Fix an impossible reference to type_newChristian Tismer2021-09-231-1/+1
* PyPySide: Encapsulate type generation to be PyPy compatibleChristian Tismer2021-09-151-4/+3
* Shiboken: Change type(SbkType_FromSpec) to PyType_ObjectChristian Tismer2021-09-131-3/+3
* Remove SbkObjectType from the APIFriedemann Kleint2021-09-131-1/+1
* Define SbkObjectType to be a PyTypeObjectFriedemann Kleint2021-09-111-8/+3
* Shiboken: Remove cheating macrosChristian Tismer2021-08-061-5/+5
* libshiboken: Fix string leaks in enumsFriedemann Kleint2021-07-081-19/+32
* shiboken: clean-up after replacing the type extension macros by functionsChristian Tismer2021-07-071-7/+0
* PyPySide: Replace the type extension macros by functionsChristian Tismer2021-07-061-22/+26
* PyPySide: Do some preliminary cleanups before the transitionChristian Tismer2021-06-291-9/+3
* shiboken: get rid of some warningsChristian Tismer2021-04-121-1/+1
* libshiboken: Fix some clang analzyer warningsFriedemann Kleint2021-03-121-34/+35
* move "shiboken6/shiboken6" to "shiboken6/Shiboken"Christian Tismer2021-02-061-13/+2
* shiboken: Provide the correct inheritance for enum types, FixChristian Tismer2021-02-011-2/+3
* shiboken: Provide the correct inheritance for enum typesChristian Tismer2021-01-211-49/+68
* shiboken6: Remove macro SbkDbgFriedemann Kleint2020-11-261-1/+0