diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2021-01-14 09:06:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-14 09:06:31 -0800 |
| commit | 1515d080fe98ae5dad49e833b8fc799feebabe03 (patch) | |
| tree | 1c94f6f084a3d31c0250586aa287352d9caf2089 /format.diff | |
| parent | fb21b708461641927290976adb2b7eee21b5748e (diff) | |
| download | vcpkg-1515d080fe98ae5dad49e833b8fc799feebabe03.tar.gz vcpkg-1515d080fe98ae5dad49e833b8fc799feebabe03.zip | |
[vcpkg] Rewriting CmdLineBuilder (2/n) (#15627)
* [vcpkg] Rewriting CmdLineBuilder (2/n)
I would like, and I think the team would like generally,
to switch to using stuff like `posix_spawn`, as opposed to the
existing use of `system` and `popen`.
This requires a pretty large change to how we use CmdLineBuilder.
The first change we have to make is that the execute functions
_cannot_ take a StringView anymore.
This PR makes that change.
Diffstat (limited to 'format.diff')
| -rw-r--r-- | format.diff | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/format.diff b/format.diff deleted file mode 100644 index e69de29bb..000000000 --- a/format.diff +++ /dev/null |
