Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Clang -Wbitwise-instead-of-logical warnings | Brad King | 2021-10-13 | 1 | -4/+9 |
| | |||||
* | Source: Fix clang -Wextra-semi warnings | Sean McBride | 2021-09-28 | 1 | -3/+3 |
| | |||||
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -1/+1 |
| | | | | Fixes: #20666 | ||||
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
| | | | | | 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. | ||||
* | cmUVHandlePtr: Add cm::uv_loop_ptr | Kyle Edwards | 2019-04-25 | 1 | -1/+49 |
| | |||||
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -1/+1 |
| | | | | | IWYU now correctly requires `<utility>` for `std::move`. It also requires a container header when used via a range-based for loop. | ||||
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -1/+2 |
| | | | | | | | | | | | | 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 6.0. * 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. | ||||
* | cmUVHandlePtr: Add uv_process_ptr | Brad King | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | cmUVHandlePtr: Add uv_timer_ptr | Brad King | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | cmUVHandlePtr: Move to CMakeLib to make it available everywhere | Brad King | 2017-11-30 | 1 | -0/+179 |