You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.3.1 --- the socket interface follows the C library (#18)
* 0.3.1 --- the socket interface follows the C library
src/socket.cppm and src/platform.cppm selected Windows Sockets with _WIN32,
which is a statement about the operating system. Which socket interface exists
is decided by the C library: above openkal on Windows the C library is musl,
winsock2.h is not in the graph, and the build failed (mcpp-index#435).
TINYHTTPS_WINSOCK is now derived once, from _WIN32 and TINYHTTPS_POSIX_SOCKETS,
and mcpp.toml defines the latter under cfg(c-abi = "musl"). A Windows build
with the platform's C runtime is unchanged. platform::is_windows is renamed
uses_winsock, which is what its one caller asks.
Comments carry no emoji.
* CHANGELOG: 0.3.1
* README: the install line names this release
0 commit comments