36 Commits

Author SHA1 Message Date
neargye 8c3663433b update tests
clean-up
2026-05-31 12:25:35 +04:00
neargye b963e717db update copyright 2026-05-31 12:20:24 +04:00
Fedor Osetrov dcc565c0b8 C++20 modules support in CMake (#455) 2026-05-30 22:47:18 +04:00
neargye 1110266151 fix #446 2026-02-27 20:46:19 +04:00
neargye 083298a045 fix namespace 2025-09-01 01:21:32 +04:00
ZXShady aaf57737d5 Add prefix trimming (#414) 2025-08-31 22:56:19 +04:00
ZXShady d642b05dcb Add adl_ranges (#413)
Co-authored-by: lsemprini <17140216+lsemprini@users.noreply.github.com>
2025-06-11 21:00:01 +04:00
Arni a72a0536c7 fix installing via cmake (#374) 2024-10-14 18:05:55 +03:00
neargye 414fb654d3 update copyright 2024-01-02 02:50:34 +04:00
neargye 7a881a68ba add enum_next_value and enum_prev_value 2023-06-12 17:45:42 +04:00
neargye e7749da06b add MAGIC_ENUM_NO_ASSERT 2023-06-12 17:43:19 +04:00
neargye 3b4967b21e move all enum_flags_* func to enum_flags.hpp 2023-06-05 14:44:06 +04:00
Daniil Goncharov 9508c563da add enum_flags_test and enum_flags_test_any functions for flags (#277)
Co-authored-by: Jon Petrissans <jon.petrissans@protonmail.com>
2023-06-05 14:10:02 +04:00
neargye ed43fd5fa2 move iostream_operators to magic_enum_iostream 2023-05-21 20:55:52 +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
talisein 8111a0d17d Move NONASCII tests to their own file (#261) 2023-05-13 03:44:45 +04:00
neargye 8bd403f888 fix #216, fix #199 2022-11-07 21:00:16 +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
neargye c59aec8b1c fuse separated into separate header 2022-05-10 21:22:57 +04:00
neargye b6bf0aa2a8 add namespace magic_enum::istream_operators 2022-04-07 19:18:44 +04:00
Daniil Goncharov 2e7313d3f7 clean-up & improve (#170) 2022-03-28 18:56:16 +04:00
neargye 9ed19fb9e9 move is_flags to customize::enum_range
force set the enum-flag true or false
2022-01-27 15:34:41 +02:00
Daniil Goncharov aecf0db795 New enum-flags API (#120) 2022-01-08 17:30:44 +02:00
neargye 6a1db3b8b6 add tests 2022-01-04 22:00:03 +02:00
neargye c7a0c83ed4 constexpr_for not work on vs2017 2021-10-09 02:40:44 +03:00
neargye 018673a0a4 add tests constexpr_for 2021-10-09 02:22:59 +03:00
Komachin 38f86e4d09 Added support for non-ASCII characters (UNIX/Linux) (#95) 2021-08-09 17:44:30 +03:00
Gregor Jasny c1e7c1475a chore: update catch2 to 2.13.4 for Apple Silicon support (#75) 2021-02-22 18:10:47 +02:00
neargye 0810148bae update copyring 2021-01-23 07:47:01 +02:00
Daniil Goncharov 690486e7f2 improve customize 2020-09-07 12:55:59 +03:00
neargye 5eadad5272 update test flag 2020-08-30 10:43:06 +03:00
neargye d085812be2 update tests 2020-08-17 01:37:07 +05:00
neargye 02f2249239 clean-up 2020-08-16 17:43:22 +05:00
neargye 971a548693 remove strict enum_name 2020-08-16 15:16:15 +05:00
neargye 9c40cae91a add enum-flags test 2020-08-16 14:58:48 +05:00