[vcpkg] Add a different way to use CommandBuilder, support InWorkingDirectory#15583
Merged
strega-nil merged 8 commits intomicrosoft:masterfrom Jan 12, 2021
Merged
[vcpkg] Add a different way to use CommandBuilder, support InWorkingDirectory#15583strega-nil merged 8 commits intomicrosoft:masterfrom
strega-nil merged 8 commits intomicrosoft:masterfrom
Conversation
93095a1 to
7a1eaec
Compare
* CmdLineBuilder - add rvalue overloads * Add InWorkingDirectory support
7a1eaec to
d6983a4
Compare
BillyONeal
reviewed
Jan 11, 2021
ras0219
reviewed
Jan 11, 2021
BillyONeal
reviewed
Jan 11, 2021
BillyONeal
reviewed
Jan 11, 2021
BillyONeal
approved these changes
Jan 11, 2021
Co-authored-by: Billy O'Neal <bion@microsoft.com>
ras0219
approved these changes
Jan 12, 2021
strega-nil
added a commit
to strega-nil/vcpkg
that referenced
this pull request
May 5, 2021
…irectory (microsoft#15583) * [vcpkg] Add stuff to the system.process API * CmdLineBuilder - add rvalue overloads * Add InWorkingDirectory support * remove `&&` outside of system.process.cpp * minor CR * move the non-InWorkingDirectory functions into the header as inline * Update toolsrc/include/vcpkg/base/system.process.h Co-authored-by: Billy O'Neal <bion@microsoft.com> * fix CmdLineBuilder name * moar bugfixin * fix native() location Co-authored-by: Billy O'Neal <bion@microsoft.com>
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.
Pulled out of #15054