This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set(CMAKE_BUILD_TYPE Debug) | |
| cmake_minimum_required(VERSION 2.8.12) | |
| project(libuv1) | |
| add_definitions("-std=c++11") | |
| include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) | |
| conan_basic_setup() | |
| add_executable(server server.cpp) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cstring> | |
| #include <functional> | |
| #include <iostream> | |
| #include <string> | |
| #include <utility> | |
| #include <vector> | |
| class MyBuf : public std::streambuf { | |
| public: | |
| MyBuf(int maxLength, std::function<void(const char *, int)> callbackFn); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aback | |
| abaft | |
| abaxially | |
| abeam | |
| abed | |
| abjectly | |
| ably | |
| abnormally | |
| aboard | |
| abominably |
OlderNewer