summaryrefslogtreecommitdiffstats
path: root/Tests/COnly/conly.c
Commit message (Collapse)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-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 Hoffman2006-05-041-1/+2
|
* Test also stating and shared librariesAndy Cedilnik2002-12-311-0/+13
|
* If you specify header file as source, it should still use C compiler and not ↵Andy Cedilnik2002-10-061-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 Hoffman2002-04-021-0/+4
only project can be built with cmake, even without a cxx compiler