Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmUVStreamRead: Return RAII handle to avoid memory leak | Kyle Edwards | 2023-08-25 | 1 | -2/+56 |
| | |||||
* | cmUVStream: Add cmUVStreamRead() function | Kyle Edwards | 2023-06-14 | 1 | -0/+57 |
| | |||||
* | cmUVPipeIStream: Add cmUVPipeIStream | Kyle Edwards | 2023-06-14 | 1 | -0/+40 |
| | |||||
* | Revise C++ coding style using clang-format-15 | Kitware Robot | 2023-01-18 | 1 | -6/+7 |
| | | | | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 15. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. Fixes: #24315 | ||||
* | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -7/+10 |
| | |||||
* | 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. |