| @@ -1,11 +1,11 @@ | |||
| #include "./build.hpp" | |||
| #include <dds/build/plan/compile_file.hpp> | |||
| #include <dds/compdb.hpp> | |||
| #include <dds/logging.hpp> | |||
| #include <dds/proc.hpp> | |||
| #include <dds/source.hpp> | |||
| #include <dds/toolchain/toolchain.hpp> | |||
| #include <dds/compdb.hpp> | |||
| #include <dds/usage_reqs.hpp> | |||
| #include <dds/util/algo.hpp> | |||
| #include <dds/util/string.hpp> | |||
| @@ -6,4 +6,4 @@ namespace dds { | |||
| void generate_compdb(const build_plan&, build_env_ref); | |||
| } // namespace dds | |||
| } // namespace dds | |||
| @@ -47,9 +47,9 @@ spawn_child(const std::vector<std::string>& command, int stdout_pipe, int close_ | |||
| ::execvp(strings[0], (char* const*)strings.data()); | |||
| if (errno == ENOENT) { | |||
| std::cerr << fmt:: | |||
| format("[dds child executor] The requested executable ({}) could not be found.", | |||
| strings[0]); | |||
| std::cerr | |||
| << fmt::format("[dds child executor] The requested executable ({}) could not be found.", | |||
| strings[0]); | |||
| std::exit(-1); | |||
| } | |||
| @@ -5,8 +5,8 @@ | |||
| #include <cassert> | |||
| #include <functional> | |||
| #include <shared_mutex> | |||
| #include <optional> | |||
| #include <shared_mutex> | |||
| #include <vector> | |||
| namespace dds { | |||