rexim
|
c83c7c9d80
Make pipe example clean up after itself
|
4 years ago |
rexim
|
8d883e46a1
nobuild2 -> nobuild
|
4 years ago |
rexim
|
e54251e116
Remove sleep from pipe example
|
4 years ago |
rexim
|
903f3c6937
Redirect the output of pipe to a file
|
4 years ago |
rexim
|
01846952eb
Enable to pipe chains in the windows build
|
4 years ago |
rexim
|
d430850b52
This should hang MSVC build
|
4 years ago |
rexim
|
49e377a52c
Try Chain without any redirection and also with waiting on pid
|
4 years ago |
rexim
|
f9beb1c709
Try to sleep after the piping
|
4 years ago |
rexim
|
5e82396309
Don't cat output.txt
|
4 years ago |
rexim
|
8a73633e55
Try to disable pid_wait on chain_run_sync along with piping on Win
|
4 years ago |
rexim
|
5aa7b1527f
Try to comment out any piping action from the pipe example
|
4 years ago |
rexim
|
306952d6c9
Make chain_run_sync() sync again just to test MSVC build
|
4 years ago |
rexim
|
5b3ce83eed
Typo
|
4 years ago |
rexim
|
727190bf80
Temporarily don't output the result of pipe into a file
|
4 years ago |
rexim
|
1868a64887
Revert "Disable pipe temporarily"
|
4 years ago |
rexim
|
d4323408a3
Disable pipe temporarily
|
4 years ago |
rexim
|
9c638c58c0
Implement cat tool to better test the pipes
|
4 years ago |
rexim
|
227e6d8f46
Introduce fd_open_for_read and fd_open_for_write
|
4 years ago |
rexim
|
0f3bf419e5
Enable piping on Windows
|
4 years ago |
rexim
|
48a7a7bab1
Port pipe example to nobuild2
|
4 years ago |
rexim
|
94cb52b4dc
(#16) Add rot13 tool for pipe example
|
4 years ago |
rexim
|
81aa5e81c7
(#16) replace xxd with hex
|
4 years ago |
rexim
|
b60084eef4
(#16) Introduce tools that could be useful for testing examples
|
4 years ago |
rexim
|
7ee3c48381
(#16) Implement nobuild syntax macros for pipe functionality
|
4 years ago |
rexim
|
7768cc3b62
(#16) Make nobuild_cstr_vargs_to_array return the size of the array
|
4 years ago |
rexim
|
304a7b62de
(#16) Implement a working pipe functionality on POSIX
|
4 years ago |
rexim
|
f25e8462a2
(#5) Don't crash the windows build just because PIPE is not implemented
|
4 years ago |
rexim
|
b47984486a
(#5) Introduce PIPE(...) macro draft
|
4 years ago |