Commit bad300d
File tree
- docs/hot-reload
- external
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
| 649 | + | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
473 | | - | |
| 473 | + | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| |||
Submodule DirectXMath updated 50 files
- .azuredevops/policies/branchClassification.yml+15
- .editorconfig-11
- .github/copilot-instructions.md+155-19
- .github/linters/.powershell-psscriptanalyzer.psd1+1-1
- .github/skills/release/SKILL.md+72
- .github/skills/release/assets/vcpkgdxmath.cmd+210
- .github/workflows/arm64.yml+40-2
- .github/workflows/arm64test.yml+4-2
- .github/workflows/asan.yml+4-2
- .github/workflows/clangcl.yml+2
- .github/workflows/codeql.yml+6-4
- .github/workflows/cxx.yml+4-2
- .github/workflows/main.yml+2
- .github/workflows/msbuild.yml+51-3
- .github/workflows/msbuildex.yml+7-3
- .github/workflows/msvc.yml+5-3
- .github/workflows/shmath.yml+2
- .github/workflows/shmathclang.yml+2
- .github/workflows/test.yml+2
- .github/workflows/wsl.yml+38-3
- .github/workflows/wslcxx.yml+84-3
- .github/workflows/xdsp.yml+2
- .github/workflows/xdspclang.yml+2
- .gitignore+1
- .nuget/directxmath.nuspec+1-1
- CHANGELOG.md+13
- CMakeLists.txt+7-4
- CMakePresets.json+13
- Extensions/DirectXMathAVX.h+2-2
- Extensions/DirectXMathAVX2.h+3-3
- Extensions/DirectXMathBE.h+2-2
- Extensions/DirectXMathF16C.h+2-2
- Extensions/DirectXMathFMA3.h+2-2
- Extensions/DirectXMathFMA4.h+6-6
- Extensions/DirectXMathSSE3.h+2-2
- Extensions/DirectXMathSSE4.h+2-2
- Inc/DirectXMath.h+101-11
- Inc/DirectXMathConvert.inl+22-4
- Inc/DirectXMathMisc.inl+3-3
- Inc/DirectXMathVector.inl+30-16
- Inc/DirectXPackedVector.inl+125
- README.md+20-2
- SECURITY.md+7-34
- SHMath/CMakeLists.txt+22-7
- build/JoinPaths.cmake-23
- build/completerelease.ps1+275
- build/preparerelease.ps1+14-13
- build/updatevcpkg.ps1+111
- skills/directxmath-usage/SKILL.md+142
- skills/directxmath-usage/reference/overview.md+303
- .clang-format+2
- .editorconfig+7
- .gitattributes+41
- .github/workflows/build-and-test.yml+6
- CMakeLists.txt+5-6
- ConvertUTF.c-578
- ConvertUTF.h-151
- ConvertUTF_readme.txt-43
- Makefile+51
- README.md+25-4
- SimpleIni.h+2.3k-2.3k
- release.txt+1-1
- tests/CMakeLists.txt+19-2
- tests/data/README.md+28
- tests/data/utf8-ini-roundtrip.ini+11
- tests/data/utf8-reject.hex+31
- tests/ts-boolean.cpp+159-168
- tests/ts-bugfix.cpp+116-123
- tests/ts-casesensitivity.cpp+199-209
- tests/ts-deletion.cpp+221-232
- tests/ts-edgecases.cpp+237-255
- tests/ts-generic.cpp+68-66
- tests/ts-iostream.cpp+79
- tests/ts-multiline.cpp+256-272
- tests/ts-noconvert.cpp+34-33
- tests/ts-numeric.cpp+186-195
- tests/ts-quotes.cpp+151-168
- tests/ts-regressions.cpp+324
- tests/ts-roundtrip.cpp+164-184
- tests/ts-sections.cpp+231-238
- tests/ts-snippets.cpp+242-254
- tests/ts-utf8-conversion.cpp+370
- tests/ts-utf8.cpp+34-33
- tests/ts-wchar.cpp+34-33
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments