-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Toolset update: VS 2019 16.10 Preview 1 #1711
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
StephanTLavavej
merged 24 commits into
microsoft:main
from
StephanTLavavej:toolset_update
Mar 4, 2021
Merged
Toolset update: VS 2019 16.10 Preview 1 #1711
StephanTLavavej
merged 24 commits into
microsoft:main
from
StephanTLavavej:toolset_update
Mar 4, 2021
Conversation
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
CaseyCarter
approved these changes
Mar 3, 2021
MahmoudGSaleh
approved these changes
Mar 3, 2021
Member
MahmoudGSaleh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Member
Author
|
I reverted the |
CaseyCarter
approved these changes
Mar 4, 2021
This was referenced Mar 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
stl/msbuild/stl_base/stl.files.settings.targets: Our internal legacy build system can buildppltasks.cppwith/permissive-now.STL/stl/CMakeLists.txt
Lines 288 to 290 in 108a112
README.md: Mention VS 2019 16.10 Preview 1 and Python 3.9.2 as dependencies.azure-devops/create-vmss.ps1: Move back towestus2(after Azure Pipelines: Move VMSS location, don't publish artifacts #1654) and try switching fromStandard_D32as_v4toStandard_D32ds_v4. This should have comparable performance, and spot VMs are approximately half the cost.azure-devops/provision-image.ps1: Update to PowerShell 7.1.2 and Python 3.9.2.azure-pipelines.yml: Use the new pool.stl/inc/yvals_core.h: Increase required_MSC_VERto1929.1928, while 16.10 and 16.11 will share1929.stl/inc/xatomic.h: Remove an_mm_pausedeclaration workaround.stl/inc/type_traits: Fix <type_traits>: Remove _IS_LAYOUT_COMPATIBLE_SUPPORTED macro and related __builtin*() intrinsics #1637 by removing the_IS_LAYOUT_COMPATIBLE_SUPPORTEDchecks; now we unconditionally use the new names.tests/std/tests/P0218R1_filesystem/test.cpp: Remove an outdated comment about "not aPM_constant"; that machinery was removed long ago.tests/std/tests/Dev11_0836436_get_time/test.cpp: Fix/add [locale.time.get.members] citations, noticed after merging <iomanip>: get_time handles leading zeros incorrectly #1620..gitattributes: Mark*.has C++ (they're being detected as C) and*.cfgas Python (they're being detected as HAProxy, whatever that is).vcpkgsubmodule for Boost 1.75.0.CMakeLists.txt: Require Boost 1.75.0.