CMake/Tests/RunCMake/CompileFeatures
Stephen Kelly 60a981ea8e Features: Enable compiler extensions by default.
Compilers enable their extensions by default, and disabling them
implicitly can lead to results which are surprising or non-obvious
to debug.

 http://public.kitware.com/pipermail/cmake-developers/2014-May/010575.html
 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/10214
 https://www.mail-archive.com/cmake-developers@cmake.org/msg10116.html
 (Compiler feature extensions by default, 29 May 2014)
2014-05-31 12:16:12 +02:00
..
CMakeLists.txt
LinkImplementationFeatureCycle-result.txt Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
LinkImplementationFeatureCycle-stderr.txt Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
LinkImplementationFeatureCycle.cmake Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
LinkImplementationFeatureCycleSolved-result.txt Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
LinkImplementationFeatureCycleSolved-stderr.txt Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
LinkImplementationFeatureCycleSolved.cmake Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
NoSupportedCFeatures-result.txt Features: Extend concept to C language. 2014-05-15 00:15:18 +02:00
NoSupportedCFeatures-stderr.txt Features: Extend concept to C language. 2014-05-15 00:15:18 +02:00
NoSupportedCFeatures.cmake Features: Extend concept to C language. 2014-05-15 00:15:18 +02:00
NoSupportedCFeaturesGenex-result.txt Features: Extend concept to C language. 2014-05-15 00:15:18 +02:00
NoSupportedCFeaturesGenex-stderr.txt Features: Extend concept to C language. 2014-05-15 00:15:18 +02:00
NoSupportedCFeaturesGenex.cmake Features: Extend concept to C language. 2014-05-15 00:15:18 +02:00
NoSupportedCxxFeatures-result.txt Features: FATAL_ERROR on compilers with no recorded features. 2014-04-17 16:20:50 +02:00
NoSupportedCxxFeatures-stderr.txt Features: Include the language of the compiler in error messages. 2014-05-07 12:36:22 +02:00
NoSupportedCxxFeatures.cmake Features: FATAL_ERROR on compilers with no recorded features. 2014-04-17 16:20:50 +02:00
NoSupportedCxxFeaturesGenex-result.txt Features: FATAL_ERROR on compilers with no recorded features. 2014-04-17 16:20:50 +02:00
NoSupportedCxxFeaturesGenex-stderr.txt Features: Include the language of the compiler in error messages. 2014-05-07 12:36:22 +02:00
NoSupportedCxxFeaturesGenex.cmake Features: FATAL_ERROR on compilers with no recorded features. 2014-04-17 16:20:50 +02:00
NonValidTarget1-result.txt Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
NonValidTarget1-stderr.txt Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
NonValidTarget1.cmake Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
NonValidTarget2-result.txt Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
NonValidTarget2-stderr.txt Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
NonValidTarget2.cmake Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
NotAFeature-result.txt
NotAFeature-stderr.txt
NotAFeature.cmake
NotAFeatureGenex-result.txt cmTarget: Allow populating COMPILE_FEATURES using generator expressions. 2014-04-07 18:11:18 +02:00
NotAFeatureGenex-stderr.txt cmTarget: Allow populating COMPILE_FEATURES using generator expressions. 2014-04-07 18:11:18 +02:00
NotAFeatureGenex.cmake cmTarget: Allow populating COMPILE_FEATURES using generator expressions. 2014-04-07 18:11:18 +02:00
NotAFeatureTransitive-result.txt cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeatureTransitive-stderr.txt cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeatureTransitive.cmake cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebug-result.txt cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebug-stderr.txt cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebug.cmake cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebugGenex-result.txt cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebugGenex-stderr.txt cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebugGenex.cmake cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebugTransitive-result.txt cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebugTransitive-stderr.txt cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebugTransitive.cmake cmTarget: Transitively evaluate compiler features. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebug_target_compile_features-result.txt Add target_compile_features command. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebug_target_compile_features-stderr.txt Add target_compile_features command. 2014-04-07 18:11:18 +02:00
NotAFeature_OriginDebug_target_compile_features.cmake Add target_compile_features command. 2014-04-07 18:11:18 +02:00
RequireCXX11-result.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX11-stderr.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX11.cmake Features: Enable compiler extensions by default. 2014-05-31 12:16:12 +02:00
RequireCXX11Ext-result.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX11Ext-stderr.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX11Ext.cmake Features: Enable compiler extensions by default. 2014-05-31 12:16:12 +02:00
RequireCXX11ExtVariable-result.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX11ExtVariable-stderr.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX11ExtVariable.cmake Features: Enable compiler extensions by default. 2014-05-31 12:16:12 +02:00
RequireCXX11Variable-result.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX11Variable-stderr.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX11Variable.cmake Features: Enable compiler extensions by default. 2014-05-31 12:16:12 +02:00
RequireCXX98-result.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX98-stderr.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX98.cmake Features: Enable compiler extensions by default. 2014-05-31 12:16:12 +02:00
RequireCXX98Ext-result.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX98Ext-stderr.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX98Ext.cmake Features: Enable compiler extensions by default. 2014-05-31 12:16:12 +02:00
RequireCXX98ExtVariable-result.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX98ExtVariable-stderr.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX98ExtVariable.cmake Features: Enable compiler extensions by default. 2014-05-31 12:16:12 +02:00
RequireCXX98Variable-result.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX98Variable-stderr.txt cmTarget: Add CXX_STANDARD_REQUIRED to control decay. 2014-05-07 12:17:49 +02:00
RequireCXX98Variable.cmake Features: Enable compiler extensions by default. 2014-05-31 12:16:12 +02:00
RunCMakeTest.cmake Features: Add COMPILE_FEATURES generator expression. 2014-05-21 17:22:32 +02:00
empty.c Features: Extend concept to C language. 2014-05-15 00:15:18 +02:00
empty.cpp
generate_feature_list.cmake Features: Extend concept to C language. 2014-05-15 00:15:18 +02:00