[boost] bugfix and new features after update to 1.77.0#20432
Merged
BillyONeal merged 29 commits intomicrosoft:masterfrom Oct 12, 2021
Merged
[boost] bugfix and new features after update to 1.77.0#20432BillyONeal merged 29 commits intomicrosoft:masterfrom
BillyONeal merged 29 commits intomicrosoft:masterfrom
Conversation
[boost-iostreams] replace explicit dependencies with default-features, allow to disable compression filters
PhoebeHui
reviewed
Sep 30, 2021
Contributor
Author
Done. Note: odeint's OpenMP and MPI support is implemented as an external backend, which needs to be manually included. |
This was referenced Oct 4, 2021
Contributor
|
Maintainers please re-run CI on this. |
* Control exported protobuf dependency * Update versions * Control exported protobuf dependency * Update versions
…up targets (microsoft#20422) * [OpenMVS] restore deprecated cmake scripts * [OpenMVS] fix references * switch back to vcpkg_cmake_* Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
…20554) * Don't replace string in file that doesn't exist. * Update per bot. * Update per bot again. * Address comments.
* json-dto updated to v.0.2.14. * json-dto-0.2.14 added to baseline. * Change deprecated commands. * Update baseline for fresh json-dto-0.2.14.
* [sail] Update to 0.9.0-pre17 * [sail] vcpkg x-add-version --all --overwrite-version * [sail] Update pre17 hash * [sail] vcpkg x-add-version --all --overwrite-version
* Reformat portfile * Minimize makefiles patch * Update to 1.0.6 * Fix uwp builds, remove skip from baseline * Install pc file for windows * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Update dartsim * Use newer vcpkg functions * Update version number * Update ports/dartsim/portfile.cmake Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Update versions Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
…avoid manual changes
PhoebeHui
reviewed
Oct 8, 2021
…e and rename generated files
PhoebeHui
approved these changes
Oct 11, 2021
Contributor
PhoebeHui
left a comment
There was a problem hiding this comment.
Thanks for your updates!
BillyONeal
approved these changes
Oct 11, 2021
Member
|
Thanks for fixing |
Member
|
Thanks for the fixes! |
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.
Allow to disable compression filters for iostreams. Examples:
Fixes #20417
Fixes #20508