Commit Graph

4 Commits

Author SHA1 Message Date
Luke Dashjr
39b2764f67 Restore still-needed workaround for Boost.Process incompatibility w/ mingw-w64 2023-11-24 15:56:33 +00:00
Luke Dashjr
bf4c95d1f7 Add workaround for Boost.Process 1.77 missing an <algorithm> include 2023-11-24 15:54:50 +00:00
Luke Dashjr
60bc072bc3 util/system: Close non-std fds when execing slave processes 2023-07-05 16:15:29 +00:00
Cory Fields
43b8777dc3 refactor: move run_command from util to common
Quoting ryanofsky: "util can be the library for things included in the kernel
which the kernel can depend on, and common can be the library for other code
that needs to be shared internally, but should not be part of the kernel or
shared externally."
2022-10-04 21:21:05 +00:00