Change public headers to support msh3#4525
Merged
nibanks merged 1 commit intomicrosoft:mainfrom Sep 4, 2024
talregev:TalR/public_headers
Merged
Change public headers to support msh3#4525nibanks merged 1 commit intomicrosoft:mainfrom talregev:TalR/public_headers
nibanks merged 1 commit intomicrosoft:mainfrom
talregev:TalR/public_headers
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4525 +/- ##
==========================================
- Coverage 86.37% 85.85% -0.53%
==========================================
Files 56 56
Lines 15515 15517 +2
==========================================
- Hits 13401 13322 -79
- Misses 2114 2195 +81 ☔ View full report in Codecov by Sentry. |
nibanks
approved these changes
Sep 4, 2024
Closed
talregev
added a commit
to talregev/msquic
that referenced
this pull request
Dec 4, 2024
talregev
added a commit
to talregev/msquic
that referenced
this pull request
Dec 4, 2024
nibanks
pushed a commit
that referenced
this pull request
Dec 5, 2024
* Change public headers to support msh3 (#4525) * simplify export include dir cmake code (#4575) * Delegate build environment configuration with QUIC_EXTERNAL_TOOLCHAIN (#4625) Well managed CMake build environments make use of CMAKE_TOOLCHAIN_FILE to configure build environment such as include/lib search paths, system libraries, build flags, etc. This change introduces QUIC_EXTERNAL_TOOLCHAIN build option, which when enabled stops MSQuic CMake scripts from attempting to do CMake toolchain job. QUIC_EXTERNAL_TOOLCHAIN defaults to OFF to preserve original behaviour. * export platform (#4574) * Add wbemuuid (#4687) --------- Co-authored-by: Maxim Ivanov <hi+github@yamlcoder.me>
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
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.
Change public headers to support msh3