arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
456 stars 90 forks source link

WIP: add windows compatibility #32

Closed xoviat closed 5 years ago

xoviat commented 5 years ago

This is the second try to add windows compatibility. This time, I will step through and make sure that each commit compiles on linux. I will use travis-ci to evaluate my changes.

xoviat commented 5 years ago

@arun11299 I've confirmed these changes compile on Travis-CI. Please confirm that these changes do not affect linux functionality, and if so, merge them. I will submit a subsequent PR that enables the windows tests.

arun11299 commented 5 years ago

Looks good to me! Awesome work. Thanks!