-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feature/format: Merge VS 2019 16.8 Preview 2 toolset update #1235
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
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
Co-authored-by: Billy O'Neal <bion@microsoft.com> Co-authored-by: Adam Bucior <35536269+AdamBucior@users.noreply.github.com> Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
…ction_type. (#1150) Resolves VSO-1166234.
Co-authored-by: S. B. Tam <cpplearner@outlook.com> Co-authored-by: Stephan T. Lavavej <stl@nuwen.net> Co-authored-by: Casey Carter <Casey@Carter.net>
So our test coverage won't be damaged when the compiler changes `/std:c++latest` to imply `/permissive-`. I do so by adding `/permissive-` to every `/std:c++latest` command line that doesn't yet have it, and then reverting one configuration in each matrix to `/permissive`. It seems sensible to me that the majority of our coverage should change from permissive to strict mode to reflect the change in compiler default.
Resolves #1120. Co-authored-by: Stephan T. Lavavej <stl@nuwen.net> Co-authored-by: Casey Carter <Casey@Carter.net>
Fixes #370. Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Small changes to help the new IntelliSense compiler better work with the concepts-using C++20 STL. Drive-by: Avoid `/analyze:only` run timeouts in two Ranges tests that weren't quite exhausting memory.
Co-authored-by: Casey Carter <Casey@Carter.net>
Fix integer truncation and off-by-one errors in calculating limit where exp(-x) can be ignored in hyperbolic functions.
1. Hexfloat output now ignores precision as required by the standard. (Fixes #1125.) 2. Zero precision is now correctly passed to sprintf. 3. Negative precision no longer crashes.
Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Co-authored-by: Jonathan Emmett <joemmett@microsoft.com>
Co-authored-by: Stephan T. Lavavej <stl@microsoft.com> Co-authored-by: Curtis Jacques Bezault <curtbezault@gmail.com>
Fixes #1126. Co-authored-by: Stephan T. Lavavej <stl@microsoft.com>
This ports MSVC-PR-269581, reverting GH-986 / MSVC-PR-240462.
Co-authored-by: Stephan T. Lavavej <stl@microsoft.com>
Co-authored-by: mnatsuhara <46756417+mnatsuhara@users.noreply.github.com>
Co-authored-by: Casey Carter <Casey@Carter.net>
barcharcraz
approved these changes
Aug 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Merge #1233 so we can delete the old VMSS pool.