summaryrefslogtreecommitdiff
path: root/Source/cmWorkingDirectory.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Update CMake code using KWSys to account for Status return valuesBrad King2021-04-141-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.0Kitware Robot2019-10-011-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 changesCraig Scott2018-03-081-2/+14
|
* cmWorkingDirectory: add class for changing the workdirBen Boeckel2017-03-061-0/+24