summaryrefslogtreecommitdiff
path: root/Modules/CheckVariableExists.c
Commit message (Collapse)AuthorAgeFilesLines
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-4/+4
| | | | | | | | | | | | Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 6.0. * 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.
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-6/+10
| | | | | | | | | | | | | 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.
* BUG#502: Do not let optimizing compilers think the symbol exists. Require ↵Brad King2004-04-261-3/+1
| | | | the symbol by making the return value depend on it to force linking.
* ENH: fix tests for non-ansi c on hp and remove warnings for ansi cBill Hoffman2004-04-151-2/+8
|
* ENH: Added CHECK_VARIABLE_EXISTS macro.Brad King2002-11-211-0/+16