-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Toolset update: MSVC Compiler 19.51.36122, CUDA 13.2 #6157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Stephan T. Lavavej (StephanTLavavej)
merged 41 commits into
microsoft:main
from
StephanTLavavej:toolset-update
Mar 16, 2026
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
84bf514
Cycle locations.
StephanTLavavej 333249f
CUDA 13.2 (now required).
StephanTLavavej b76a378
CMake 4.2.3 (now required).
StephanTLavavej d5271b4
MSVC Compiler 19.51.36122 (now required).
StephanTLavavej d4aff74
New pools.
StephanTLavavej 75452ee
cxx23-feature.md: Delete.
StephanTLavavej 887dc53
README.md, CMakeLists.txt: Improve guidance for the Preview build tools.
StephanTLavavej 4878def
bug-report.md: Recommend the Latest or Preview version.
StephanTLavavej 3477495
pull_request_template.md: Add AI guidance.
StephanTLavavej a045450
Azure Pipelines: Consolidate Setup TMP Directory into Clean After Che…
StephanTLavavej 988d050
All: Avoid warnings about comparing unsigned integers with zero.
StephanTLavavej 4ff6a07
All: Remove workaround for CWG-1129, implemented aeons ago.
StephanTLavavej f6674ea
CUDA: Perma-workaround for designated aggregate initialization.
StephanTLavavej b23071c
CUDA: Remove workaround for Down With Typename.
StephanTLavavej 03f9320
CUDA: Remove workaround for CWG-2518 static_assert(false).
StephanTLavavej 915c420
CUDA: Remove workaround for intrinsics.
StephanTLavavej 17dc94c
CUDA: Remove workaround for nocheck type traits.
StephanTLavavej 11e4f20
CUDA: Remove workaround for static call operators.
StephanTLavavej c8d758d
CUDA: Remove workaround for parenthesized aggregate initialization.
StephanTLavavej f0a7793
MSVC: Remove workaround: VSO-1285783 was fixed by MSVC-PR-694629 on 2…
StephanTLavavej d9847f4
MSVC: Remove workaround: VSO-2714784 was fixed by MSVC-PR-707352 on 2…
StephanTLavavej 0d185fc
MSVC: Remove workaround: VSO-2714798 was fixed by MSVC-PR-708374 on 2…
StephanTLavavej b2b2f53
MSVC: Remove workaround: DevCom-10798069 was fixed by MSVC-PR-704666 …
StephanTLavavej 7f13edb
MSVC: Remove workaround: DevCom-10416247 was fixed before 2024-10-15.
StephanTLavavej 2b5b0f5
MSVC: Remove workaround: VSO-570323 was a `/Za` bug, which we no long…
StephanTLavavej 2af51a1
EDG: Remove workaround: VSO-892694 was fixed by VS-PR-527543 on 2024-…
StephanTLavavej a2cbf53
/analyze: CppCoreCheck.dll was removed by MSVC-PR-674029 on 2025-10-29.
StephanTLavavej df3e5b4
Tests: GH_000639_nvcc_include_all: Add coverage for removed CUDA work…
StephanTLavavej bb24a46
Tests: P1682R3_to_underlying: Remove SFINAE workaround, use concepts.
StephanTLavavej 445aa4f
Tests: VSO_0000000_instantiate_type_traits: Use is_permissive.hpp ins…
StephanTLavavej b40e85b
Tests: Dev11_1074023_constexpr: Test the constexpr mutex constructor.
StephanTLavavej 2dc2edc
Tests: Enable ASan annotation tests for ARM64, except Clang.
StephanTLavavej 3d56fe4
Comments: Clarify the CUDA restrict workaround.
StephanTLavavej 0426df3
Comments: CUDA still needs the `basic_format_arg()` workaround.
StephanTLavavej 5252975
Comments: Update citation from N4928 + P2655R3 to N5032.
StephanTLavavej 2738976
Comments: Consistently say "TRANSITION, ABI".
StephanTLavavej 9222814
Comments: Drop TRANSITION comment in experimental code.
StephanTLavavej 9bdf9ae
Comments: Update citation from DevCom-10265237 to VSO-2826400.
StephanTLavavej bef18c5
Mechanical: `_STATIC_CALL_OPERATOR` => `static`, `_CONST_CALL_OPERATO…
StephanTLavavej e0ee74c
Improve the `_Signed_integer_like` fallback.
StephanTLavavej bb71901
Simplify `_HAS_POPCNT_INTRINSICS` condition.
StephanTLavavej File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.