cppcoro/test
Lewis Baker c6d5f6a738 WIP version of static_thread_pool.
Still seems to have some bugs that cause crashes in the tests.
2018-07-31 08:09:09 -07:00
..
doctest Replace <iosfwd> with <ostream> in doctest.h to try and fix linker errors under Linux (#78) 2018-04-06 15:25:51 +09:30
async_auto_reset_event_tests.cpp Rename lazy_task -> task, shared_lazy_task -> shared_task. 2017-08-17 21:14:34 +09:30
async_generator_tests.cpp Put local functions from tests into anonymous namespaces. 2017-08-24 22:58:51 +09: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 Fix comment typo. 2017-11-22 22:04:33 +10:30
build.cake WIP version of static_thread_pool. 2018-07-31 08:09:09 -07:00
cancellation_token_tests.cpp Put cancellation_token tests into a test suite. 2017-08-24 22:59:06 +09: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 Refactor file_read/write_operation classes for Win32. 2017-12-27 19:36:14 +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 Rename lazy_task -> task, shared_lazy_task -> shared_task. 2017-08-17 21:14:34 +09: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 Put local functions from tests into anonymous namespaces. 2017-08-24 22:58:51 +09:30
scheduling_operator_tests.cpp Skip running failing test under MSVC 15.4 X86 optimised variant. 2017-12-01 22:05:59 +10:30
shared_task_tests.cpp Add #include <ostream> to shared_task_tests.cpp 2017-08-24 23:00:40 +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
static_thread_pool_tests.cpp WIP version of static_thread_pool. 2018-07-31 08:09:09 -07:00
sync_wait_tests.cpp Rename lazy_task -> task, shared_lazy_task -> shared_task. 2017-08-17 21:14:34 +09:30
task_tests.cpp Silence some Clang warnings about unused return values in tests. 2017-08-24 22:47:30 +09:30
when_all_ready_tests.cpp Fix warning about shadowed variables. 2018-01-08 11:17:20 +10:30
when_all_tests.cpp Put local functions from tests into anonymous namespaces. 2017-08-24 22:58:51 +09:30