[Cmake-commits] CMake branch, master, updated. v3.0.0-rc4-708-gb100838
Brad King
brad.king at kitware.com
Mon Apr 21 09:35:43 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via b10083876ce01f6f9181688619136edd9daf26be (commit)
via 8d0b1ccac13389255a318422d38b246cf47d9ace (commit)
via 447fbb3facd09a29a2a402df258acf01cbf0bc34 (commit)
via 597bb72ed7a74bf9b70dec8726113050e731d667 (commit)
from 658cc11cf19ed514f93afe3d837a0bd24377499d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b10083876ce01f6f9181688619136edd9daf26be
commit b10083876ce01f6f9181688619136edd9daf26be
Merge: 658cc11 8d0b1cc
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Apr 21 09:35:42 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 21 09:35:42 2014 -0400
Merge topic 'feature-absence-hard-error'
8d0b1cca Features: FATAL_ERROR on compilers with no recorded features.
447fbb3f Tests: Execute compile features tests unconditionally.
597bb72e Tests: Run RunCMake.target_compile_features unconditionally.
-----------------------------------------------------------------------
Summary of changes:
Source/cmMakefile.cxx | 24 ++++++++++++++++++--
.../target_compile_features/CMakeLists.txt | 8 +++++++
Tests/CMakeLists.txt | 8 +++----
Tests/CompileFeatures/CMakeLists.txt | 8 +++++++
Tests/RunCMake/CMakeLists.txt | 4 +---
.../NoSupportedCxxFeatures-result.txt} | 0
.../NoSupportedCxxFeatures-stderr.txt | 8 +++++++
.../CompileFeatures/NoSupportedCxxFeatures.cmake | 3 +++
.../NoSupportedCxxFeaturesGenex-result.txt} | 0
.../NoSupportedCxxFeaturesGenex-stderr.txt | 6 +++++
.../NoSupportedCxxFeaturesGenex.cmake | 3 +++
Tests/RunCMake/CompileFeatures/RunCMakeTest.cmake | 11 +++++++++
.../CompileFeatures/generate_feature_list.cmake | 4 ++++
13 files changed, 77 insertions(+), 10 deletions(-)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CompileFeatures/NoSupportedCxxFeatures-result.txt} (100%)
create mode 100644 Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures-stderr.txt
create mode 100644 Tests/RunCMake/CompileFeatures/NoSupportedCxxFeatures.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CompileFeatures/NoSupportedCxxFeaturesGenex-result.txt} (100%)
create mode 100644 Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex-stderr.txt
create mode 100644 Tests/RunCMake/CompileFeatures/NoSupportedCxxFeaturesGenex.cmake
create mode 100644 Tests/RunCMake/CompileFeatures/generate_feature_list.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list