aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken/sbkenum.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename shiboken2 to shiboken6Friedemann Kleint2020-10-281-756/+0
* remove traces of Python2 from C codeChristian Tismer2020-10-271-20/+0
* Remove Python2 from C++ codeFriedemann Kleint2020-09-031-31/+0
* Implement the QEnum/QFlag decorator, V2Christian Tismer2020-06-151-5/+10
* Fix some leaks in enumeration creationFriedemann Kleint2020-06-081-7/+7
* sbkenum: Fix refcounting leakChristian Tismer2020-05-181-11/+12
* Support pickling of Qt Enum objectsChristian Tismer2020-05-181-0/+102
* Implement __qualname__ and correct __module__ for classesChristian Tismer2020-05-161-0/+20
* shiboken: Prepare for introduction of __qualname__Christian Tismer2020-05-141-5/+5
* shiboken: Rework sbkenum by fixing refcountsChristian Tismer2020-04-271-30/+35
* Fix Python 3.8 problemsChristian Tismer2019-12-051-1/+6
* Enable the Function Registry for 5.14Christian Tismer2019-09-281-7/+0
* signature: Support typing.Optional[T] and refine a bitChristian Tismer2019-08-291-0/+7
* shiboken: Fix various clang warningsFriedemann Kleint2019-06-251-2/+1
* shiboken: Introduce autoFriedemann Kleint2019-06-251-6/+6
* shiboken: Introduce nullptrFriedemann Kleint2019-06-251-16/+16
* Cleanup pointer whitespace everywhereChristian Tismer2019-06-241-75/+75
* Improve enum type operations implementationCristian Maureira-Fredes2018-11-201-78/+79
* Merge remote-tracking branch 'origin/5.11' into 5.12Friedemann Kleint2018-10-291-1/+1
|\
| * Fix Memory Leak Caused By Wrong Limited API DefaultChristian Tismer2018-10-291-1/+1
* | libshiboken: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-08-311-5/+6
* | libshiboken: Fix remaining clang-tidy warningsFriedemann Kleint2018-08-301-1/+3
* | Limited API: remove the "slot_" workaroundChristian Tismer2018-08-231-8/+3
* | libshiboken: Fix container typesFriedemann Kleint2018-07-311-2/+2
* | libshiboken: Refactor loopsFriedemann Kleint2018-07-301-4/+2
|/
* Pep 384 Final Cut: Remove PepTypeChristian Tismer2018-07-231-11/+11
* Fix limited API incompatibility with Python 3.7Christian Tismer2018-07-101-0/+4
* PEP 384-squash: Implement PEP 384Christian Tismer2018-05-301-164/+211
* Change license from all the filesCristian Maureira-Fredes2018-05-031-1/+1
* Rename PySide references to Qt for PythonCristian Maureira-Fredes2018-04-271-1/+1
* Type system: Add attribute indicating C++ 11 enum classesFriedemann Kleint2018-02-281-4/+9
* Remove dead / unused code regarding conversionsAlexandru Croitor2017-11-021-6/+0
* move everying into sources/shiboken2Oswald Buddenhagen2017-05-221-0/+623