-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
C++ 20: Move vnext to C++ 20 and C++ 20 coroutines #12331
Draft
NickGerleman
wants to merge
12
commits into
microsoft:main
Choose a base branch
from
NickGerleman:vnext-cpp20
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Nov 1, 2023
-
C++ 20: Move vnext to C++ 20 and C++ 20 coroutines
This moves projects in vnext to build with C++ 20 and C++ 20 coroutines. This should not impact the ABI of MSRN DLLs, but may need care for cases of Folly at legacy ABI boundary. 1. Set `<CppStandard>stdcpp20</CppStandard>` in `React.cpp.props` 2. Remove explicit usages of `/await` to opt into coroutines TS 3. Replace `std::experimental::coroutine_handle` with `std::coroutine_handle`
Configuration menu - View commit details
-
Copy full SHA for 67e6b13 - Browse repository at this point
Copy the full SHA 67e6b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90774ca - Browse repository at this point
Copy the full SHA 90774caView commit details
Commits on Nov 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 575c901 - Browse repository at this point
Copy the full SHA 575c901View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06334d7 - Browse repository at this point
Copy the full SHA 06334d7View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7486891 - Browse repository at this point
Copy the full SHA 7486891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39df2ae - Browse repository at this point
Copy the full SHA 39df2aeView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 25c722f - Browse repository at this point
Copy the full SHA 25c722fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c8133 - Browse repository at this point
Copy the full SHA 00c8133View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1428d59 - Browse repository at this point
Copy the full SHA 1428d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1990ed6 - Browse repository at this point
Copy the full SHA 1990ed6View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64addbd - Browse repository at this point
Copy the full SHA 64addbdView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8c072a - Browse repository at this point
Copy the full SHA a8c072aView commit details
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.