Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -2/+1 |
| | | | | Fixes: #20666 | ||||
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -9/+7 |
| | | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. | ||||
* | cmUVStreambuf: Add std::streambuf implementation for uv_stream_t | Kyle Edwards | 2019-04-25 | 1 | -0/+457 |
This will allow std::istream/std::ostream-based interaction with processes spawned by libuv. |