File tree
4 files changed
+4
-4
lines changed- c2usb
- i2c/hid
- usb/df/class
- modules
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
- .github/workflows/cmake-single-platform.yml+1-1
- CMakeLists.txt+14-16
- cmake/CPM.cmake+1.2k
- hid-rp/hid/app/keyboard.hpp-2
- hid-rp/hid/app/mouse.hpp+8-6
- hid-rp/hid/rdf/descriptor_view.hpp+6-72
- hid-rp/hid/rdf/exception.hpp+106-4
- hid-rp/hid/rdf/formatter.hpp+70
- hid-rp/hid/rdf/global_items.hpp+2-2
- hid-rp/hid/rdf/item.hpp+16-9
- hid-rp/hid/rdf/parser.hpp+202-73
- hid-rp/hid/report_protocol.hpp+93-31
- hid-rp/hid/usage.hpp+39-11
- test/CMakeLists.txt+34
- test/descriptor_view.cpp+41
- test/formatter.cpp+56
- test/keyboard.cpp+42
- test/mouse.cpp+40
Submodule magic_enum updated 50 files
- .bazelrc+19
- .bazelversion+1
- .github/workflows/macos.yml+8-4
- .github/workflows/ubuntu.yml+28-30
- .github/workflows/windows.yml+9-6
- .gitignore+1
- BUILD.bazel+5-53
- CMakeLists.txt+1-2
- LICENSE+1-1
- MODULE.bazel+8
- README.md+66-41
- SECURITY.md+13
- WORKSPACE.bazel
- bazel/BUILD.bazel
- bazel/copts.bzl+4
- bazel/platforms/BUILD.bazel+25
- doc/reference.md+86-53
- example/CMakeLists.txt+1-1
- example/enum_flag_example.cpp+9-8
- example/example.cpp+3-2
- example/example_containers_array.cpp+6-2
- example/example_containers_bitset.cpp+6-1
- example/example_containers_set.cpp+6-5
- example/example_custom_name.cpp+1-1
- example/example_nonascii_name.cpp+2-2
- example/example_switch.cpp+5-4
- include/magic_enum.hpp+422-541
- include/magic_enum_all.hpp+44
- include/magic_enum_containers.hpp+503-1.0k
- include/magic_enum_flags.hpp+203
- include/magic_enum_format.hpp+47-13
- include/magic_enum_fuse.hpp+24-15
- include/magic_enum_iostream.hpp+115
- include/magic_enum_switch.hpp+34-24
- include/magic_enum_utility.hpp+137
- meson.build+13-2
- meson_options.txt+13
- package.xml+1-1
- test/.bazelrc+2
- test/BUILD.bazel+23
- test/CMakeLists.txt+17-4
- test/MODULE.bazel+7
- test/WORKSPACE.bazel
- test/meson.build+17
- test/test.cpp+271-233
- test/test_aliases.cpp+3-1
- test/test_containers.cpp+7-13
- test/test_flags.cpp+130-179
- test/test_nonascii.cpp+445
- test/test_wchar_t.cpp+147
0 commit comments