Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -7/+5 |
| | | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * 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. | ||||
* | ENH: fix build c stuff with c and c++ with c++ | Bill Hoffman | 2006-05-04 | 1 | -1/+2 |
| | |||||
* | Test also stating and shared libraries | Andy Cedilnik | 2002-12-31 | 1 | -0/+13 |
| | |||||
* | If you specify header file as source, it should still use C compiler and not ↵ | Andy Cedilnik | 2002-10-06 | 1 | -0/+5 |
| | | | | CXX. Also fix COnly test so that it make sure that this still works... | ||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -0/+4 |
only project can be built with cmake, even without a cxx compiler |