Files

5 lines
115 B
Plaintext
Raw Permalink Normal View History

Squashed 'Sources/ASIO/' changes from 8d4c8c3ce4..a304654bc6 a304654bc6 asio version 1.16.0 released 91f57a966d Revision history. 88e8c0aade Regenerate documentation. a7f2a0d6c3 Fix cross referencing for InnerExecutor template parameters. b30941136b Documentation for default completion tokens. d2e92ec40f Don't specify default token on some async_write overloads. 42174675fb Start handler work again in case of restarting accept operation. 0033bc8d98 Specify default baud rate when opening serial port on Windows. 08f9a631af Fix constant used to initialise the serial port RTS control flag on Windows. 109df16082 Use feature-test macro for detecting return type deduction. 317895870d Minor documentation fixes. df63c9585e More typenames required in ssl::stream. 8087252a0c Add noexcept qualifier to socket move constructors. dd2243322b Require that Endpoint default constructor and move operations never throw. 35d12b3bfc Require that Protocol copy and move operations never throw. 70b0c5f3e4 Add noexcept qualifier to protocol accessors. b317c8be09 Add typename to ssl::stream's initiation objects' executor_type typedefs. 0930d76385 Ensure the executor type is propagated to newly accepted sockets. ddfa5f9d70 Add default completion tokens. ca229e264a Use async_initiate in Windows-specific I/O objects. 5b126e3845 Add executor_type/get_executor to all initiation objects. f681562d2d Add rebind_executor to all I/O object types. 68d15f184c Use completion_token_for concept to constrain token parameters. 26207403cf Add concepts to support async_initiate. 98186da7bc Use automatically deduced return types for all async operations. d830b433a8 Add automatic return type deduction to async_initiate. 62aea6b207 asio version 1.14.1 released 0a52abce85 Regenerate documentation. 855e80ac6a Revision history. b07229ca0a Require C++17 or later for coroutines TS support with clang. 8861491975 Ensure BOOST_VERSION tests are conditional. 772f53a8d8 Added wolfSSL Compatability for Asio 2ec993db21 Move shutdown() implementation to winrt_ssocket_service to avoid name hiding. d21da17f15 Minor fix in documentation for is_dynamic_buffer ebb5d76a24 Preliminary Haiku support a4a7335250 Serial port get_option() should be const. 6cec63e8a6 Fix warnings about incompatible pointer cast when obtaining CancelIoEx entry point. 734e339d3f Fix is_*_buffer_sequence detection for user-defined sequence types. d2804e5121 Set defaults when opening a serial port on Windows. 6b53692806 Fix doxygen generation in tutorial. ebefe37003 Annotate case fall-through in connect() implementation. e03aca35f1 Eliminate a redundant move construction when completed handlers are dispatched. git-subtree-dir: Sources/ASIO git-subtree-split: a304654bc68a15df0bca038114a4ace020a39aed
2021-05-15 10:47:28 +03:00
asio version 1.16.0
Released Thursday, 12 December 2019.
See doc/index.html for API documentation and a tutorial.