Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update CMake code using KWSys to account for Status return values | Brad King | 2021-04-14 | 1 | -1/+1 |
| | | | | | | KWSys as of 2021-04-14 changed the return type of `SystemTools` operations from `bool` to `Status`. Update our call sites. This may improve error reporting accuracy in a few places. | ||||
* | 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. | ||||
* | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -2/+14 |
| | |||||
* | cmWorkingDirectory: add class for changing the workdir | Ben Boeckel | 2017-03-06 | 1 | -0/+24 |