cppcoro/test
2018-04-06 11:38:49 +09:30
..
doctest Force doctest to flush each message to stdout. 2018-01-08 11:17:20 +10:30
async_auto_reset_event_tests.cpp Add some #include <ostream> to work around doctest issue. 2017-10-25 20:29:08 +10:30
async_generator_tests.cpp Add some #include <ostream> to work around doctest issue. 2017-10-25 20:29:08 +10:30
async_latch_tests.cpp Add cppcoro::async_latch. 2017-11-22 21:55:45 +10:30
async_manual_reset_event_tests.cpp Rename lazy_task -> task, shared_lazy_task -> shared_task. 2017-08-17 21:14:34 +09:30
async_mutex_tests.cpp Merge branch 'master' into feature/generic_ops 2017-11-23 13:12:55 +10:30
build.cake Add ip_address and ip[v4/v6]_endpoint. 2017-12-18 22:48:00 +10:30
cancellation_token_tests.cpp Add some #include <ostream> to work around doctest issue. 2017-10-25 20:29:08 +10:30
counted.cpp Change tests to use doctest testing framework. 2017-05-22 06:34:19 +09:30
counted.hpp Change tests to use doctest testing framework. 2017-05-22 06:34:19 +09:30
file_tests.cpp Merge branch 'master' into generic_ops 2018-01-08 12:22:20 +10:30
generator_tests.cpp Disable "low_pass" generator test 2018-01-08 11:17:20 +10:30
io_service_fixture.hpp Fix io_service_fixture_with_threads: create given threads count (#75) 2018-04-05 16:14:57 +09:30
io_service_tests.cpp Add some #include <ostream> to work around doctest issue. 2017-10-25 20:29:08 +10:30
ip_address_tests.cpp Add ip_address and ip[v4/v6]_endpoint. 2017-12-18 22:48:00 +10:30
ip_endpoint_tests.cpp Disable some tests under MSVC x86 optimised build variants. 2018-01-08 11:17:20 +10:30
ipv4_address_tests.cpp Add cppcoro::net::ipv4_address 2017-12-15 08:08:20 +10:30
ipv4_endpoint_tests.cpp Add ip_address and ip[v4/v6]_endpoint. 2017-12-18 22:48:00 +10:30
ipv6_address_tests.cpp Add cppcoro::net::ipv6_address. 2017-12-16 21:31:41 +10:30
ipv6_endpoint_tests.cpp Disable some tests under MSVC x86 optimised build variants. 2018-01-08 11:17:20 +10:30
main.cpp Change tests to use doctest testing framework. 2017-05-22 06:34:19 +09:30
recursive_generator_tests.cpp Add some #include <ostream> to work around doctest issue. 2017-10-25 20:29:08 +10:30
scheduling_operator_tests.cpp Merge branch 'master' into generic_ops 2017-12-01 22:50:04 +10:30
shared_task_tests.cpp Make more functions work with arbitrary awaitables. 2017-09-13 08:26:43 +09:30
single_consumer_async_auto_reset_event_tests.cpp Add single_consumer_async_auto_reset_event. 2017-11-17 07:54:00 +10:30
sync_wait_tests.cpp Rename lazy_task -> task, shared_lazy_task -> shared_task. 2017-08-17 21:14:34 +09:30
task_tests.cpp Make more functions work with arbitrary awaitables. 2017-09-13 08:26:43 +09:30
when_all_ready_tests.cpp Fix warning about shadowed variables. 2018-01-08 11:17:20 +10:30
when_all_tests.cpp Skip failing when_all() test on msvc x86 optimised. 2018-03-26 23:22:40 +10:30