-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #906 from AMS21/dependabot/submodules/external/mag…
…ic_enum-a72a053 Bump external/magic_enum from `126539e` to `a72a053`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule magic_enum
updated
26 files
+58 −0 | .cmake-format | |
+9 −0 | .dockerignore | |
+1 −1 | .github/workflows/scorecard.yml | |
+60 −0 | .github/workflows/ubuntu_test_installed_version.yml | |
+3 −1 | .gitignore | |
+1 −1 | BUILD.bazel | |
+131 −100 | CMakeLists.txt | |
+71 −0 | Dockerfile | |
+2 −2 | example/enum_flag_example.cpp | |
+2 −2 | example/example.cpp | |
+1 −1 | example/example_containers_array.cpp | |
+1 −1 | example/example_containers_bitset.cpp | |
+1 −1 | example/example_containers_set.cpp | |
+1 −1 | example/example_custom_name.cpp | |
+1 −1 | example/example_nonascii_name.cpp | |
+1 −1 | example/example_switch.cpp | |
+1 −1 | meson.build | |
+2 −2 | module/magic_enum.cppm | |
+97 −49 | test/CMakeLists.txt | |
+5 −5 | test/test.cpp | |
+2 −2 | test/test_aliases.cpp | |
+2 −2 | test/test_containers.cpp | |
+8 −8 | test/test_flags.cpp | |
+3 −3 | test/test_nonascii.cpp | |
+2 −2 | test/test_wchar_t.cpp | |
+13 −0 | test_installed_version.bash |