.. |
appveyor.yml
|
Merge branch 'develop' into limit_fd
|
2019-05-12 17:43:40 +07:00 |
args_cmd.cpp
|
updated examples
|
2016-10-23 01:38:14 +02:00 |
args_handling.cpp
|
Fix copyright headers
|
2018-02-22 09:02:02 +00:00 |
asio_no_deprecated.cpp
|
typo fix
|
2019-04-04 18:11:33 +08:00 |
async_fut.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
async_pipe.cpp
|
added test and fixed #189 and #157 as well as #93
|
2019-04-06 18:25:08 +08:00 |
async_system_fail.cpp
|
Updates to compile against latest asio.
|
2017-10-23 21:23:44 +11:00 |
async_system_future.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
async_system_stackful_error.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
async_system_stackful_except.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
async_system_stackful.cpp
|
switched test to strand
|
2019-04-06 22:15:12 +08:00 |
async_system_stackless.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
async.cpp
|
ci fixes - the similtaneous wait doen't work on osx
|
2019-04-07 02:03:08 +08:00 |
bind_stderr.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
bind_stdin_stdout.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
bind_stdin.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
bind_stdout_stderr.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
bind_stdout.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
close_stderr.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
close_stdin.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
close_stdout.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
cmd_test.cpp
|
fixed async_pipe to pipe conversion
|
2017-03-16 16:40:13 +01:00 |
env.cpp
|
replaced ; with : for unix tests
|
2016-10-26 13:11:44 +02:00 |
environment.cpp
|
Normalize all the line endings
|
2017-04-23 14:48:16 +02:00 |
error.cpp
|
Normalize all the line endings
|
2017-04-23 14:48:16 +02:00 |
exit_argc.cpp
|
Fix copyright headers
|
2018-02-22 09:02:02 +00:00 |
exit_code.cpp
|
added another exit_code test
|
2019-04-06 23:53:11 +08:00 |
extensions.cpp
|
removed variadic arg in test
|
2017-10-25 18:48:55 +02:00 |
group_wait.cpp
|
hopefully fixed wait_for for osx
|
2019-05-10 16:34:51 +07:00 |
group.cpp
|
actual fix
|
2019-05-12 16:55:45 +07:00 |
Jamfile.jam
|
added wrongfully removed build script options
|
2019-05-13 00:28:10 +07:00 |
limit_fd.cpp
|
remove ill-formed test & minor fixes
|
2019-05-14 11:57:20 +07:00 |
multi_ref1.cpp
|
added test to check for multiple definitions
|
2016-10-22 13:52:17 +02:00 |
multi_ref2.cpp
|
added test to check for multiple definitions
|
2016-10-22 13:52:17 +02:00 |
no_ansi_apps.cpp
|
updated ansi_apps by api-guard
|
2018-11-20 20:15:46 +07:00 |
on_exit2.cpp
|
Updates to compile against latest asio.
|
2017-10-23 21:23:44 +11:00 |
on_exit3.cpp
|
Updates to compile against latest asio.
|
2017-10-23 21:23:44 +11:00 |
on_exit.cpp
|
Updates to compile against latest asio.
|
2017-10-23 21:23:44 +11:00 |
pipe_fwd.cpp
|
fixed self-pipe issue
|
2019-04-06 14:42:08 +08:00 |
pipe.cpp
|
removed call to 'close_sink'
|
2019-05-14 12:15:57 +07:00 |
posix_specific.cpp
|
CI fixes
|
2019-04-07 01:19:19 +08:00 |
run_exe_path.cpp
|
cleanup & restructured the calls
|
2016-05-30 20:31:36 +02:00 |
run_exe.cpp
|
added process_error class
|
2016-11-05 16:00:06 +01:00 |
search_path.cpp
|
modified search_path signature & impl
|
2016-11-06 16:38:03 +01:00 |
shell_path.cpp
|
major cleanup.
|
2016-05-30 19:31:41 +02:00 |
shell.cpp
|
removed no_wait_ios & forbid asyncs for spawn
|
2016-06-17 00:38:52 +02:00 |
sparring_partner.cpp
|
prototype for limit_fd
|
2019-04-09 23:39:43 +08:00 |
spawn_fail.cpp
|
Updates to compile against latest asio.
|
2017-10-23 21:23:44 +11:00 |
spawn.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
start_dir.cpp
|
cleanup & restructured the calls
|
2016-05-30 20:31:36 +02:00 |
sub_launcher.cpp
|
Normalize all the line endings
|
2017-04-23 14:48:16 +02:00 |
system_test1.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
system_test2.cpp
|
Use the non-deprecated ASIO APIs.
|
2019-01-04 11:57:47 -07:00 |
terminate.cpp
|
double timeout for terminate...
|
2018-12-11 16:17:29 +07:00 |
throw_on_error.cpp
|
added process_error class
|
2016-11-05 16:00:06 +01:00 |
vfork.cpp
|
fixed system (at least on windows)
|
2016-07-11 01:17:35 +02:00 |
wait_for.cpp
|
added test by @grives as recommended in #69
|
2019-03-21 12:51:32 +08:00 |
wait.cpp
|
renamed wait test suite
|
2019-02-25 09:42:45 +08:00 |
wargs_cmd.cpp
|
added test suites
|
2019-02-25 00:04:09 +08:00 |
windows_specific.cpp
|
Update windows_specific.cpp
|
2017-10-25 12:20:00 +02:00 |