summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testUVStreambuf.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmUVStreamRead: Return RAII handle to avoid memory leakKyle Edwards2023-08-251-2/+56
|
* cmUVStream: Add cmUVStreamRead() functionKyle Edwards2023-06-141-0/+57
|
* cmUVPipeIStream: Add cmUVPipeIStreamKyle Edwards2023-06-141-0/+40
|
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-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 staticSean McBride2021-10-251-7/+10
|
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-2/+1
| | | | Fixes: #20666
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-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_tKyle Edwards2019-04-251-0/+457
This will allow std::istream/std::ostream-based interaction with processes spawned by libuv.