| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| clang @ 254c7a91 | ||
| FindEigen3.cmake | ||
| FindPythonLibsNew.cmake | ||
| check-style.sh | ||
| mkdoc.py |
The check-style exit status wasn't being propagated properly because the loops were running in a subshell (and so the change the the `errors` variable wasn't in the active command shell). This fixes it by running the greps in subshells and the loops in the main shell. This also avoids the if(/for(/while( style check on tests/CMakeLists.txt, since it *does* have if() statements with no space that are producing error messages, but that is (acceptable) CMake style.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| clang @ 254c7a91 | ||
| FindEigen3.cmake | Loading commit data... | |
| FindPythonLibsNew.cmake | Loading commit data... | |
| check-style.sh | Loading commit data... | |
| mkdoc.py | Loading commit data... |