Skip to content

Commit

Permalink
Update process from develop
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed May 19, 2022
1 parent 21b8a2e commit 9f62a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/process
Submodule process updated 56 files
+60 −0 .drone.star
+36 −0 .drone/drone.bat
+199 −0 .drone/drone.sh
+2 −1 CMakeLists.txt
+3 −3 doc/tutorial.qbk
+1 −1 example/io.cpp
+3 −3 example/start_dir.cpp
+3 −2 example/windows.cpp
+1 −1 include/boost/process/detail/basic_cmd.hpp
+2 −2 include/boost/process/detail/posix/basic_pipe.hpp
+4 −2 include/boost/process/detail/posix/executor.hpp
+2 −2 include/boost/process/detail/posix/file_descriptor.hpp
+6 −6 include/boost/process/detail/posix/search_path.hpp
+3 −3 include/boost/process/detail/posix/shell_path.hpp
+2 −1 include/boost/process/detail/posix/start_dir.hpp
+4 −4 include/boost/process/detail/traits/cmd_or_exe.hpp
+1 −1 include/boost/process/detail/traits/wchar_t.hpp
+2 −0 include/boost/process/detail/windows/environment.hpp
+2 −2 include/boost/process/detail/windows/file_descriptor.hpp
+1 −0 include/boost/process/detail/windows/handles.hpp
+8 −9 include/boost/process/detail/windows/search_path.hpp
+5 −5 include/boost/process/detail/windows/shell_path.hpp
+12 −6 include/boost/process/environment.hpp
+5 −5 include/boost/process/exe.hpp
+28 −0 include/boost/process/filesystem.hpp
+9 −9 include/boost/process/io.hpp
+2 −2 include/boost/process/search_path.hpp
+3 −3 include/boost/process/shell.hpp
+6 −6 include/boost/process/start_dir.hpp
+74 −0 test/CMakeLists.txt
+4 −4 test/Jamfile.jam
+3 −3 test/args_handling.cpp
+6 −5 test/async.cpp
+2 −2 test/async_pipe.cpp
+4 −3 test/bind_stderr.cpp
+7 −6 test/bind_stdin.cpp
+1 −0 test/bind_stdin_stdout.cpp
+4 −3 test/bind_stdout.cpp
+1 −0 test/bind_stdout_stderr.cpp
+2 −2 test/cmd_test.cpp
+8 −2 test/group_wait.cpp
+10 −3 test/limit_fd.cpp
+1 −2 test/pipe.cpp
+2 −2 test/posix_specific.cpp
+3 −3 test/run_exe_path.cpp
+2 −2 test/search_path.cpp
+5 −0 test/shell.cpp
+4 −4 test/shell_path.cpp
+2 −2 test/sparring_partner.cpp
+2 −2 test/spawn.cpp
+2 −2 test/spawn_fail.cpp
+6 −6 test/start_dir.cpp
+1 −1 test/sub_launcher.cpp
+2 −2 test/system_test1.cpp
+2 −2 test/system_test2.cpp
+2 −2 test/wait_for.cpp

0 comments on commit 9f62a53

Please sign in to comment.