Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -9/+11 |
| | | | | | | | | | | | | | 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. | ||||
* | Check(Function|Library|Symbol)Exists: make it work if only C++ is enabled | Rolf Eike Beer | 2015-09-25 | 1 | -0/+3 |
| | |||||
* | ENH: fix tests for non-ansi c on hp and remove warnings for ansi c | Bill Hoffman | 2004-04-15 | 1 | -7/+10 |
| | |||||
* | ENH: remove warnings from try compiles | Bill Hoffman | 2004-04-14 | 1 | -2/+7 |
| | |||||
* | Add two commonly used modules. First one checks if the function exists, the ↵ | Andy Cedilnik | 2002-09-20 | 1 | -0/+15 |
second one checks the size of type |