12 Commits (undefined-macos)

Author SHA1 Message Date
Ralf W. Grosse-Kunstleve ec24786eab
Fully-automatic clang-format with include reordering (#3713) 3 years ago
Ye Zhihao cb60ed49e4
Fix enum value's __int__ returning non-int when underlying type is bool or of char type (#1334) 4 years ago
Sergei Izmailov 09f0829401 Avoid conversion to `int_` rhs argument of enum eq/ne (#1912) 6 years ago
Krzysztof Fornalczyk 5c8746ff13 check for already existing enum value added; added test (#1453) 7 years ago
Wenzel Jakob 6d19036cb2
support docstrings in enum::value() (#1160) 8 years ago
Jason Rhinelander 391c75447d Update all remaining tests to new test styles 8 years ago
Wenzel Jakob e6fd2cd5ab enum_: fix implicit conversion on Python 2.7 8 years ago
Wenzel Jakob 405f6d1dfd make arithmetic operators of enum_ optional (#508) 9 years ago
Pim Schellart 90d27805b9 Extended enum support (#503) 9 years ago
Wenzel Jakob fe34241e50 minor doc & style fixes 9 years ago
Jason Rhinelander 52f4be8946 Make test initialization self-registering 9 years ago
Dean Moldovan a9a37b4e31 Move enum tests into a new file 9 years ago