- Feb 06, 2024
-
-
Ole Christian Eidheim authored
-
- Sep 04, 2023
-
-
brodo authored
-
- Apr 25, 2023
-
-
Ole Christian Eidheim authored
-
Ole Christian Eidheim authored
-
- Apr 04, 2023
-
-
Hermann von Kleist authored
-
Hermann von Kleist authored
build is commonly used with CMake (default build dir in VS code) .cache is used by clangd
-
Ole Christian Eidheim authored
-
- Mar 31, 2023
-
-
Hermann von Kleist authored
CMake 3.8 provides the slightly cooler compile feature cxx_std_11, but we are on 3.7 for now.
-
Hermann von Kleist authored
However, target_link_libraries also supports link flags, which is available for declared CMake version 3.7
-
Hermann von Kleist authored
Asio does not require Boost. Bosot.Asio requires Boost.System and optionally Boost.Regex. The examples require Boost headers and Boost.Filesystem. The CMake targets pull in their dependencies recursively, no need to explicitly link the examples to Boost.System. Boost.Thread should not be neede, according to the docs.
-
Hermann von Kleist authored
-
- Mar 09, 2023
-
-
Hermann von Kleist authored
-
Hermann von Kleist authored
-
Hermann von Kleist authored
-
Hermann von Kleist authored
-
- Nov 28, 2022
-
-
Cameron Gutman authored
-
- Nov 17, 2022
-
-
greg glover authored
-
- Nov 10, 2022
-
-
Ole Christian Eidheim authored
-
- Nov 09, 2022
-
-
Ole Christian Eidheim authored
-
Ole Christian Eidheim authored
Wrapped async_write calls in a strand since these calls might not be safe to call outside of the context runners if tls is used
-
- Oct 06, 2022
-
-
Ole Christian Eidheim authored
-
- Sep 30, 2022
-
-
Ole Christian Eidheim authored
-
- Sep 27, 2022
-
-
CosmicPegasis authored
-
- Sep 19, 2022
-
-
Andrei Gheorghe authored
There was a possible work-around - add the Transfer-Encoding: "chunked" header - but this is not correct as SSE and chunked are two different things.
-
- Sep 05, 2022
-
-
Ole Christian Eidheim authored
-
- Aug 16, 2022
-
-
Ole Christian Eidheim authored
-
Ole Christian Eidheim authored
-
- Jun 16, 2022
-
-
woe authored
-
- May 31, 2022
-
-
Ole Christian Eidheim authored
-
Ole Christian Eidheim authored
-
- Feb 18, 2022
-
-
Hungpo DU authored
-
- Nov 09, 2021
-
-
Vitalii Trubchaninov authored
-
- Apr 13, 2021
-
-
Ole Christian Eidheim authored
-
Ole Christian Eidheim authored
-