neargye
b291b0ce5a
fix fmt::formatter
2023-09-20 18:44:31 +04:00
neargye
e1ea11a93d
v0.9.3
2023-06-22 17:22:05 +04:00
neargye
5018ef9677
v0.9.2
2023-06-10 15:30:32 +04:00
neargye
3b4967b21e
move all enum_flags_* func to enum_flags.hpp
2023-06-05 14:44:06 +04:00
neargye
67abcf483a
v0.9.1
2023-05-31 14:58:31 +04:00
neargye
fba99305d2
v0.9.0
2023-05-24 13:51:51 +04:00
neargye
85e2c5be68
add subtype to enum_fuse
2023-05-21 21:27:39 +04:00
neargye
18602fd224
optimize compile-time: removed unnecessary array copying
2023-05-21 17:32:22 +04:00
neargye
427a47394f
* Remove MAGIC_ENUM_ENABLE_NONASCII
...
* Optimize template instantiations
* Remove auto is_flags
* Change flags API
2023-05-21 04:08:07 +04:00
neargye
737ed4fc7f
add fmt support
2023-05-19 19:49:36 +04:00
talisein
d6fef8b171
Add const to std::formatter method ( #260 )
2023-05-13 03:43:06 +04:00
neargye
e1a68e9dd3
v0.8.2
2022-12-09 15:52:24 +04:00
ilobilo
20cac97b53
add missing magic_enum namespace ( #223 )
2022-11-22 11:37:06 +02:00
neargye
8bd403f888
fix #216 , fix #199
2022-11-07 21:00:16 +04:00
ilobilo
596f00c0db
make streams and exceptions optional ( #218 )
...
* magic_enum: make streams optional
this commit adds support to disable streams
with macro MAGIC_ENUM_NO_STREAMS
* magic_enum_format: add support to disable exceptions
this commit adds support to disable exceptions
with macro MAGIC_ENUM_NO_EXCEPTIONS
2022-11-04 23:46:37 +04:00
neargye
43a9272f45
v0.8.1
2022-08-04 16:12:39 +04:00
neargye
4802f793bb
clean-up
2022-06-28 14:57:34 +04:00
Bela Schaum
dd80219653
Magic enum format in a separated header file ( #185 )
2022-06-28 14:45:47 +04:00