CMake/Tests/RunCMake/try_compile
Kitware Robot d7204e649e Revise C++ coding style using clang-format-6.0
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.
2018-06-01 09:53:42 -04:00
..
proj try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
BadLinkLibraries-result.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
BadLinkLibraries-stderr.txt try_run: Add support for LINK_LIBRARIES option. 2015-01-26 10:05:26 -05:00
BadLinkLibraries.cmake try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
BadSources1-result.txt try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
BadSources1-stderr.txt try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
BadSources1.cmake try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
BadSources2-result.txt try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
BadSources2-stderr.txt try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
BadSources2.cmake try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
CMakeLists.txt Cygwin: Avoid legacy warnings in RunCMake.* tests 2013-08-13 09:50:15 -04:00
CMP0056-stderr.txt try_compile: Pass linker flags into test project (#14066) 2014-12-03 15:30:22 -05:00
CMP0056-stdout.txt try_compile: Pass linker flags into test project (#14066) 2014-12-03 15:30:22 -05:00
CMP0056.cmake try_compile: Pass linker flags into test project (#14066) 2014-12-03 15:30:22 -05:00
CMP0066-stderr.txt try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG> 2016-06-29 09:11:02 -04:00
CMP0066-stdout.txt try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG> 2016-06-29 09:11:02 -04:00
CMP0066.cmake try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG> 2016-06-29 09:11:02 -04:00
CMP0067-stderr.txt try_compile: Add policy CMP0067 to honor language standards 2016-12-06 08:58:42 -05:00
CMP0067.cmake try_compile: Add policy CMP0067 to honor language standards 2016-12-06 08:58:42 -05:00
CopyFileErrorNoCopyFile-result.txt try_compile: Add COPY_FILE_ERROR option to capture failure 2013-07-15 09:16:36 -04:00
CopyFileErrorNoCopyFile-stderr.txt try_compile: Add COPY_FILE_ERROR option to capture failure 2013-07-15 09:16:36 -04:00
CopyFileErrorNoCopyFile.cmake try_compile: Add COPY_FILE_ERROR option to capture failure 2013-07-15 09:16:36 -04:00
CStandard-result.txt try_compile: Add options to specify language standards 2016-12-06 08:58:41 -05:00
CStandard-stderr.txt try_compile: Add options to specify language standards 2016-12-06 08:58:41 -05:00
CStandard.cmake try_compile: Add options to specify language standards 2016-12-06 08:58:41 -05:00
CStandardGNU.c Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
CStandardGNU.cmake try_compile: Add policy CMP0067 to honor language standards 2016-12-06 08:58:42 -05:00
CStandardNoDefault.cmake try_compile: Add options to specify language standards 2016-12-06 08:58:41 -05:00
CudaStandard-result.txt try_compile: extend CMP0067 to honor language standards for CUDA. 2016-12-12 14:39:32 -05:00
CudaStandard-stderr.txt try_compile: extend CMP0067 to honor language standards for CUDA. 2016-12-12 14:39:32 -05:00
CudaStandard.cmake try_compile: extend CMP0067 to honor language standards for CUDA. 2016-12-12 14:39:32 -05:00
CudaStandardNoDefault.cmake CUDA: Port test cases to Windows with MSVC host compiler 2017-01-12 10:39:04 -05:00
CxxStandard-result.txt try_compile: Add options to specify language standards 2016-12-06 08:58:41 -05:00
CxxStandard-stderr.txt try_compile: Add options to specify language standards 2016-12-06 08:58:41 -05:00
CxxStandard.cmake try_compile: Add options to specify language standards 2016-12-06 08:58:41 -05:00
CxxStandardGNU.cmake try_compile: Add policy CMP0067 to honor language standards 2016-12-06 08:58:42 -05:00
CxxStandardGNU.cxx Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
CxxStandardNoDefault.cmake try_compile: Add options to specify language standards 2016-12-06 08:58:41 -05:00
NoArgs-result.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NoArgs-stderr.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NoArgs.cmake try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NoCopyFile2-result.txt try_compile: Refactor argument processing 2013-05-31 10:01:50 -04:00
NoCopyFile2-stderr.txt try_compile: Refactor argument processing 2013-05-31 10:01:50 -04:00
NoCopyFile2.cmake try_compile: Refactor argument processing 2013-05-31 10:01:50 -04:00
NoCopyFile-result.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NoCopyFile-stderr.txt try_compile: Refactor argument processing 2013-05-31 10:01:50 -04:00
NoCopyFile.cmake try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NoCopyFileError-result.txt try_compile: Add COPY_FILE_ERROR option to capture failure 2013-07-15 09:16:36 -04:00
NoCopyFileError-stderr.txt try_compile: Add COPY_FILE_ERROR option to capture failure 2013-07-15 09:16:36 -04:00
NoCopyFileError.cmake try_compile: Add COPY_FILE_ERROR option to capture failure 2013-07-15 09:16:36 -04:00
NonSourceCompileDefinitions-result.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NonSourceCompileDefinitions-stderr.txt try_compile: Refactor argument processing 2013-05-31 10:01:50 -04:00
NonSourceCompileDefinitions.cmake try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NonSourceCopyFile-result.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NonSourceCopyFile-stderr.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NonSourceCopyFile.cmake try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NoOutputVariable2-result.txt try_compile: Refactor argument processing 2013-05-31 10:01:50 -04:00
NoOutputVariable2-stderr.txt try_compile: Refactor argument processing 2013-05-31 10:01:50 -04:00
NoOutputVariable2.cmake try_compile: Refactor argument processing 2013-05-31 10:01:50 -04:00
NoOutputVariable-result.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NoOutputVariable-stderr.txt try_compile: Refactor argument processing 2013-05-31 10:01:50 -04:00
NoOutputVariable.cmake try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
NoSources-result.txt try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
NoSources-stderr.txt try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
NoSources.cmake try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
OneArg-result.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
OneArg-stderr.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
OneArg.cmake try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
other.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
PlatformVariables.cmake try_compile: Optionally forward custom platform variables to test project 2016-05-25 09:36:19 -04:00
RerunCMake-nowork-ninja-no-console-stdout.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-rerun-ninja-no-console-stdout.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-rerun-stderr.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-rerun-stdout.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-stderr.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake-stdout.txt try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RerunCMake.cmake try_compile: Test that CMake re-runs on input change 2015-01-27 11:18:36 -05:00
RunCMakeTest.cmake CUDA: Port test cases to Windows with MSVC host compiler 2017-01-12 10:39:04 -05:00
src.c Revise C++ coding style using clang-format-6.0 2018-06-01 09:53:42 -04:00
src.cu try_compile: extend CMP0067 to honor language standards for CUDA. 2016-12-12 14:39:32 -05:00
src.cxx try_compile: Add options to specify language standards 2016-12-06 08:58:41 -05:00
TargetTypeExe.cmake try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TargetTypeInvalid-result.txt try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TargetTypeInvalid-stderr.txt try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TargetTypeInvalid.cmake try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TargetTypeStatic.cmake try_compile: Add option to control type of target 2016-02-19 14:07:38 -05:00
TwoArgs-result.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
TwoArgs-stderr.txt try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
TwoArgs.cmake try_compile: Add test for bad call error cases 2013-05-31 10:00:42 -04:00
WarnDeprecated.cmake try_compile: Honor CMAKE_WARN_DEPRECATED in test project 2016-11-22 10:17:20 -05:00