1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00
Commit graph

18 commits

Author SHA1 Message Date
Daniil Goncharov
629f7b09af
add support big range (#268)
* add support big range

* remove string_view from n()

* fix containers
2023-05-22 19:44:28 +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
8111a0d17d
Move NONASCII tests to their own file (#261) 2023-05-13 03:44:45 +04:00
Bela Schaum
533c9509ef
add constexpr containers (#187) 2023-01-17 18:59:37 +04:00
neargye
b625fe721c ENABLE_NONASCII depends only on settings 2022-11-28 14:37:24 +02:00
neargye
b5116d078d add aliases test 2022-08-13 17:51:46 +04: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
9c40cae91a add enum-flags test 2020-08-16 14:58:48 +05:00
neargye
a2bb347f05 update cmake 2019-08-24 13:10:55 +05:00
terik23
7673a7c696 clean-up cmake 2019-05-26 14:37:16 +05:00
terik23
39138d6ddf Werror 2019-04-30 10:20:00 +05:00
terik23
39d8adff8b clean-up cmake 2019-04-23 18:07:10 +05:00
Anes Belfodil
e10ba181f1 CMake enhancements
* Add magic_enum as an interface library
* Enable tests and examples only if is top project
* Use more modern approach to include directories
* Add install target
2019-04-22 03:26:21 +05:00
terik23
fae022c848 clean-up 2019-04-08 02:23:51 +05:00
neargye
c74e53aabe v0.1.1 2019-04-02 17:33:51 +05:00
terik23
ac6444fae5 v0.1.0 2019-03-31 02:44:47 +05:00