issues
search
Neargye
/
magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
MIT License
4.98k
stars
444
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Using CMAKE_INSTALL_INCLUDEDIR for installing includes.
#391
Skjelsbek
closed
11 hours ago
0
fix: update `magic_enum.hpp` reference
#390
emmanuel-ferdman
closed
11 hours ago
1
Only prepend $prefix for relative paths
#389
fliiiix
closed
5 days ago
3
enum_name output for undefined enum values
#388
ivrolan
closed
2 weeks ago
2
fix enum_fuse shift value calculation
#387
bshm
closed
1 week ago
1
enum_fuse seems to generate duplicate values
#386
bshm
closed
1 week ago
1
Bump the github-actions group with 4 updates
#385
dependabot[bot]
closed
1 week ago
0
Runtime Reflection?
#384
stellarpower
closed
1 week ago
1
meson: install headers and pkg-config file
#383
stephanlachnit
closed
1 week ago
1
fix 379
#382
Neargye
opened
1 month ago
0
please add an ADL version of customize::enum_range<> (code included)
#381
lsemprini
opened
1 month ago
3
Bump github/codeql-action from 3.26.6 to 3.26.10 in the github-actions group
#380
dependabot[bot]
closed
1 month ago
0
Including fmt/ranges.h and magic_enum/magic_enum_format.hpp fails to compile
#379
edelmanjm
opened
2 months ago
6
Working as intended? Named combined bitflags cannot be casted to
#378
JWCS
opened
2 months ago
2
Pollutes /usr/local/include install directory with too many headers
#377
JWCS
closed
1 month ago
1
enum_flags_name: return name for 0, if it exists
#376
masbug
opened
2 months ago
0
Bump the github-actions group with 2 updates
#375
dependabot[bot]
closed
2 months ago
0
fix installing via cmake
#374
Arniiiii
closed
1 month ago
8
Releasing the same Version multiple times changes Hash, breaks VCPKG
#373
anders-wind
closed
3 months ago
7
Tag v0.9.6 appears to be misplaced
#372
TomaszAIR
closed
3 months ago
2
Is magic_enum supported on nvc++?
#371
Jasonguo9019
opened
3 months ago
1
Bump the github-actions group with 3 updates
#370
dependabot[bot]
closed
3 months ago
0
Update comments regarding max and min
#369
ricardofdc
closed
4 months ago
1
Question about dead case filling part of calculate_cases function
#368
duinggulgi
opened
4 months ago
0
Fix bitset constructor
#367
asolwa
closed
4 months ago
0
Construct bitset from string_view
#366
asolwa
closed
4 months ago
1
Parameterize formatter::format to use with FMT_COMPILE
#365
ArtfulVampire
closed
4 months ago
1
Bump github/codeql-action from 3.25.7 to 3.25.11 in the github-actions group
#364
dependabot[bot]
closed
4 months ago
0
update ci
#363
Neargye
closed
4 months ago
0
test_containers.cpp: error: > value computed is not used [-Werror=unused-value]
#362
MarkAtBosch
closed
4 months ago
3
example.cpp does not work unless i customize names
#361
cyrilDamae
opened
5 months ago
1
Add better support for Yocto/PetaLinux in cmake file
#360
ShaharHD
closed
5 months ago
2
Support for C++11
#359
rhvarrier
closed
5 months ago
1
chore: remove crlf line endings in bazel files
#358
zaucy
closed
5 months ago
1
magic_enum::enum_name Fails on large enums
#357
Antidote
closed
5 months ago
1
Bump the github-actions group with 2 updates
#356
dependabot[bot]
closed
5 months ago
0
[Feature request] add support for something like std::in_range for eums
#355
stkw0
closed
4 months ago
1
fix wshadow
#354
Neargye
closed
6 months ago
0
error: declaration of ‘parent’ shadows a member of ‘magic_enum::containers::bitset<T>::reference_impl<magic_enum::containers::bitset<T>*>’ [-Werror=shadow]
#353
alex-tee
closed
6 months ago
2
enum literals with values > 127
#352
smoehne
closed
6 months ago
1
Remove redundant const from "constexpr const"
#351
albertvaka
closed
6 months ago
1
Add MAGIC_ENUM_USE_STD_MODULE option to use standard library module.
#350
stripe2933
closed
6 months ago
3
Add test for module build
#349
Neargye
opened
6 months ago
1
did something happen to magic_enum::enum_for_each ?
#348
mishaxz
closed
6 months ago
2
Cannot use `std::to_underlying` in `enum_for_each` if the value is declared via auto deduced type
#347
GTruf
closed
6 months ago
2
Bump the github-actions group with 2 updates
#346
dependabot[bot]
closed
6 months ago
0
enum_contains occur error when number excceed 127
#345
yuekeyuans
closed
6 months ago
2
Is magic_enum supported on WindRiver VxWorks 7 SR 0640 LLVM/Clang 9.0.1
#344
fnj7
opened
7 months ago
4
Support C++20 module.
#343
stripe2933
closed
6 months ago
1
Incorrect reading enum
#342
ForserX
closed
7 months ago
2
Next