summaryrefslogtreecommitdiff
path: root/tests/run/cpdef_scoped_enums.pyx
Commit message (Expand)AuthorAgeFilesLines
* Improve "cpdef enum" to Python conversion (GH-4877)da-woods2023-01-101-0/+22
* Make cpdef enums pickleable (GH-5124)da-woods2023-01-101-0/+16
* Add doc support for cpdef enum (GH-3813)matham2020-09-101-0/+22
* Add support for C++ scoped enums with "enum class" and "enum struct" (GH-3640)Ashwin Srinath2020-06-181-0/+20