File tree
14 files changed
+298
-33
lines changed- extern
- include/lxgui
- src
14 files changed
+298
-33
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
192 |
| - | |
193 | 191 |
| |
| 192 | + | |
194 | 193 |
| |
| 194 | + | |
| 195 | + | |
195 | 196 |
| |
196 | 197 |
| |
197 | 198 |
| |
| |||
333 | 334 |
| |
334 | 335 |
| |
335 | 336 |
| |
336 |
| - | |
| 337 | + | |
337 | 338 |
| |
338 | 339 |
| |
339 | 340 |
| |
| |||
362 | 363 |
| |
363 | 364 |
| |
364 | 365 |
| |
365 |
| - | |
| 366 | + | |
366 | 367 |
| |
367 | 368 |
| |
368 | 369 |
| |
|
Submodule magic_enum updated 64 files
- .bazelignore+5
- .bazelrc+8
- .bazelversion+1
- .cmake-format+58
- .dockerignore+9
- .github/FUNDING.yml-2
- .github/dependabot.yml+10
- .github/workflows/bzlmod-archive.yml+19
- .github/workflows/macos.yml+26-12
- .github/workflows/scorecard.yml+60
- .github/workflows/ubuntu.yml+53-15
- .github/workflows/ubuntu_test_installed_version.yml+60
- .github/workflows/windows.yml+30-12
- .gitignore+4-1
- BUILD.bazel+1-53
- CMakeLists.txt+137-30
- Dockerfile+71
- LICENSE+1-1
- MODULE.bazel+5
- README.md+145-57
- SECURITY.md+13
- WORKSPACE.bazel
- cmake/GenPkgConfig/GenPkgConfig.cmake+239
- cmake/GenPkgConfig/ReadMe.md+45
- cmake/GenPkgConfig/UNLICENSE+24
- cmake/GenPkgConfig/buildTimeScripts/getObjectFilesBaseNames.cmake+18
- doc/limitations.md+84-70
- doc/reference.md+571-54
- example/CMakeLists.txt+7-7
- example/enum_flag_example.cpp+11-10
- example/example.cpp+11-4
- example/example_containers_array.cpp+65
- example/example_containers_bitset.cpp+56
- example/example_containers_set.cpp+56
- example/example_custom_name.cpp+13-13
- example/example_nonascii_name.cpp+3-2
- example/example_switch.cpp+107
- include/magic_enum.hpp-1.0k
- include/magic_enum/magic_enum.hpp+1.5k
- include/magic_enum/magic_enum_all.hpp+44
- include/magic_enum/magic_enum_containers.hpp+1.2k
- include/magic_enum/magic_enum_flags.hpp+222
- include/magic_enum/magic_enum_format.hpp+114
- include/magic_enum/magic_enum_fuse.hpp+89
- include/magic_enum/magic_enum_iostream.hpp+117
- include/magic_enum/magic_enum_switch.hpp+195
- include/magic_enum/magic_enum_utility.hpp+138
- meson.build+23-2
- meson_options.txt+13
- module/magic_enum.cppm+76
- package.xml+22
- test/.bazelrc+2
- test/BUILD.bazel+25
- test/CMakeLists.txt+105-35
- test/MODULE.bazel+6
- test/WORKSPACE.bazel
- test/meson.build+17
- test/test.cpp+457-234
- test/test_aliases.cpp+137
- test/test_containers.cpp+313
- test/test_flags.cpp+232-185
- test/test_nonascii.cpp+445
- test/test_wchar_t.cpp+147
- test_installed_version.bash+13
- .github/ISSUE_TEMPLATE/bug_report.md+8
- .github/ISSUE_TEMPLATE/config.yml+5
- .github/ISSUE_TEMPLATE/feature_request.md+8
- .github/workflows/build.yml+24
- .github/workflows/cifuzz.yml+24
- CMakeLists.txt+91-52
- LICENSE.md+1-1
- Makefile+5-6
- appveyor.yml+14-2
- docs/manual.adoc+179-25
- docs/manual.html+1.3k-1.0k
- docs/quickstart.adoc+2-2
- docs/quickstart.html+144-146
- readme.txt+3-3
- scripts/nuget/pugixml.nuspec+2-2
- scripts/pugixml.pc.in+2-2
- scripts/pugixml.podspec+1-1
- scripts/pugixml_dll.rc+3-3
- scripts/pugixml_vs2019.vcxproj+4
- scripts/pugixml_vs2019_static.vcxproj+4
- scripts/pugixml_vs2022.vcxproj+4
- scripts/pugixml_vs2022_static.vcxproj+4
- scripts/sbom.cdx.json+47
- src/pugiconfig.hpp+7-4
- src/pugixml.cpp+1.7k-1.1k
- src/pugixml.hpp+111-27
- tests/autotest-appveyor.ps1+3-1
- tests/cmake-appveyor.ps1+57
- tests/fuzz_xpath.cpp+30-10
- tests/test_document.cpp+42-1
- tests/test_dom_modify.cpp+203-9
- tests/test_dom_text.cpp+150-1
- tests/test_dom_traverse.cpp+179
- tests/test_parse.cpp+106
- tests/test_version.cpp+1-1
- tests/test_xpath.cpp+18-10
- tests/test_xpath_api.cpp+4-2
- .circleci/config.yml-13
- .github/workflows/cmake-multi-platform.yml+75
- CMakeLists.txt+46-36
- README.md+848-220
- extern/ftest+1-1
- samples/docsample.cpp-64
- source/utf8.h+12
- source/utf8/checked.h+73-49
- source/utf8/core.h+201-47
- source/utf8/cpp11.h+2-35
- source/utf8/cpp17.h+2-9
- source/utf8/cpp20.h+124
- source/utf8/unchecked.h+63-50
- tests/CMakeLists.txt+32-21
- tests/apitests.cpp+6
- tests/docker/Dockerfile+1-1
- tests/noexceptionstests.cpp+4
- tests/test_checked_api.h+53-9
- tests/test_checked_iterator.h+5-2
- tests/test_cpp11.cpp+13
- tests/test_cpp17.cpp+2-2
- tests/test_cpp20.cpp+77
- tests/test_unchecked_api.h+57-20
- tests/test_unchecked_iterator.h+4-2
- utf8cppConfig.cmake.in+8
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
| 29 | + | |
| 30 | + | |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
0 commit comments