cppcoro/lib
Billy O'Neal 926b032de2 Avoid std::atomic_init deprecated by P0883. (#140)
Resolves #139
2020-01-28 14:05:38 -08:00
..
async_auto_reset_event.cpp Fix warning about unused variable in async_auto_reset_event.cpp 2017-09-10 22:33:40 +09:30
async_manual_reset_event.cpp Add async_manual_reset_event. 2017-07-25 07:10:50 +09:30
async_mutex.cpp Fixes to compile cleanly under MSVC warning-level 4 and /analyze. 2017-07-06 22:30:05 +09:30
auto_reset_event.cpp Add auto_reset_event, spin_wait and spin_mutex utilities. 2018-07-31 08:05:52 -07:00
auto_reset_event.hpp Add auto_reset_event, spin_wait and spin_mutex utilities. 2018-07-31 08:05:52 -07:00
build.cake fix 2019-12-31 10:32:22 -08:00
cancellation_registration.cpp Initial version of cancellation_token. 2017-05-02 07:46:09 +09:30
cancellation_source.cpp Initial version of cancellation_token. 2017-05-02 07:46:09 +09:30
cancellation_state.cpp Avoid std::atomic_init deprecated by P0883. (#140) 2020-01-28 14:05:38 -08:00
cancellation_state.hpp Fix include-guard in cancellation_state.hpp 2017-06-11 20:19:31 +09:30
cancellation_token.cpp Initial version of cancellation_token. 2017-05-02 07:46:09 +09:30
file.cpp Remove possible warnings with redefinitions 2018-03-09 17:32:58 +01:00
file_read_operation.cpp Merge branch 'master' into sockets2 2018-08-20 21:07:17 -07:00
file_write_operation.cpp Merge branch 'master' into sockets2 2018-08-20 21:07:17 -07:00
io_service.cpp Merge branch 'master' into sockets2 2018-08-20 21:07:17 -07:00
ip_address.cpp Add ip_address and ip[v4/v6]_endpoint. 2017-12-18 22:48:00 +10:30
ip_endpoint.cpp Add ip_address and ip[v4/v6]_endpoint. 2017-12-18 22:48:00 +10:30
ipv4_address.cpp Add cppcoro::net::ipv4_address 2017-12-15 08:08:20 +10:30
ipv4_endpoint.cpp Add ip_address and ip[v4/v6]_endpoint. 2017-12-18 22:48:00 +10:30
ipv6_address.cpp Early out for over-long strings in IPv6 address string parsing. 2017-12-16 21:42:35 +10:30
ipv6_endpoint.cpp Add ip_address and ip[v4/v6]_endpoint. 2017-12-18 22:48:00 +10:30
lightweight_manual_reset_event.cpp Fix potential race condition in lightweight_manual_reset_event. 2018-12-31 16:25:31 -08:00
read_only_file.cpp Remove possible warnings with redefinitions 2018-03-09 17:32:58 +01:00
read_write_file.cpp Remove possible warnings with redefinitions 2018-03-09 17:32:58 +01:00
readable_file.cpp Refactor file_read/write_operation classes for Win32. 2017-12-27 19:36:14 +10:30
socket.cpp Add basic send_to/recv_from functionality to socket class. 2018-01-12 06:35:51 +10:30
socket_accept_operation.cpp Refactor async I/O operation classes to remove some duplication. 2018-01-12 06:35:30 +10:30
socket_connect_operation.cpp Refactor async I/O operation classes to remove some duplication. 2018-01-12 06:35:30 +10:30
socket_disconnect_operation.cpp Refactor async I/O operation classes to remove some duplication. 2018-01-12 06:35:30 +10:30
socket_helpers.cpp Fix byte-swapping of sockaddr.sin_port (#94) 2018-11-20 14:23:09 -08:00
socket_helpers.hpp Add some basic Win32 async socket abstractions. 2018-01-12 06:35:15 +10:30
socket_recv_from_operation.cpp Add basic send_to/recv_from functionality to socket class. 2018-01-12 06:35:51 +10:30
socket_recv_operation.cpp Refactor async I/O operation classes to remove some duplication. 2018-01-12 06:35:30 +10:30
socket_send_operation.cpp Refactor async I/O operation classes to remove some duplication. 2018-01-12 06:35:30 +10:30
socket_send_to_operation.cpp Add basic send_to/recv_from functionality to socket class. 2018-01-12 06:35:51 +10:30
spin_mutex.cpp Make spin_mutex avoid cache contention while waiting for lock. 2018-08-03 08:17:55 -07:00
spin_mutex.hpp Add auto_reset_event, spin_wait and spin_mutex utilities. 2018-07-31 08:05:52 -07:00
spin_wait.cpp Fix spin_wait::spin_one() on Windows platforms 2019-05-28 11:33:35 -07:00
spin_wait.hpp Add auto_reset_event, spin_wait and spin_mutex utilities. 2018-07-31 08:05:52 -07:00
static_thread_pool.cpp Fix bug in static_thread_pool::wake_one_thread() 2018-08-08 08:37:28 -07:00
use.cake Add some basic Win32 async socket abstractions. 2018-01-12 06:35:15 +10:30
win32.cpp Remove possible warnings with redefinitions 2018-03-09 17:32:58 +01:00
writable_file.cpp Remove possible warnings with redefinitions 2018-03-09 17:32:58 +01:00
write_only_file.cpp Remove possible warnings with redefinitions 2018-03-09 17:32:58 +01:00