summaryrefslogtreecommitdiffstats
path: root/Modules/CheckFunctionExists.c
Commit message (Collapse)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-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 enabledRolf Eike Beer2015-09-251-0/+3
|
* ENH: fix tests for non-ansi c on hp and remove warnings for ansi cBill Hoffman2004-04-151-7/+10
|
* ENH: remove warnings from try compilesBill Hoffman2004-04-141-2/+7
|
* Add two commonly used modules. First one checks if the function exists, the ↵Andy Cedilnik2002-09-201-0/+15
second one checks the size of type