[Cmake-commits] CMake branch, master, updated. v3.5.2-533-g5b4f771

Brad King brad.king at kitware.com
Thu Apr 28 09:26:12 EDT 2016


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  5b4f771fd7eb02f4bb5248194796d191347e492b (commit)
       via  21b1fa5cb9adccd8d5bbc411c4932cf46d2ed29f (commit)
       via  9addce99c2b38a20c86815adb13d7cf450a72512 (commit)
       via  15a6c9502d6916274af2c634593295cf81af8af6 (commit)
       via  36f32ede8d1a2aa1578a726f687a24dec4cc3f33 (commit)
       via  d028b948721d7a6042b87e238542a11fea78edb0 (commit)
       via  be910f00b580addcf60f33c6f6c0625dba505ef8 (commit)
       via  7f401ae43fafed8258659f2da204bc818fd693d3 (commit)
      from  954c06803d32ee35c9af94969a4386848e6b7b79 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5b4f771fd7eb02f4bb5248194796d191347e492b
commit 5b4f771fd7eb02f4bb5248194796d191347e492b
Merge: 954c068 21b1fa5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 28 09:26:09 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 28 09:26:09 2016 -0400

    Merge topic 'intel-compiler-features'
    
    21b1fa5c Help: Add notes for topic 'intel-compiler-features'
    9addce99 Features: Record standard flags for Intel C/C++ on Windows
    15a6c950 WCDH: Add Intel to list of supported compilers
    36f32ede Features: Record standards and features for Intel C on UNIX
    d028b948 Features: Specify minimum version Intel C++ 12.1
    be910f00 Features: Record standards and features for Intel C++ on UNIX
    7f401ae4 Features: Detect C default dialect on MSVC-like compilers


-----------------------------------------------------------------------

Summary of changes:
 Help/manual/cmake-compile-features.7.rst           |    1 +
 Help/release/dev/intel-compiler-features.rst       |    6 ++
 Modules/CMakeCCompilerId.c.in                      |    6 +-
 Modules/Compiler/Intel-C-FeatureTests.cmake        |   23 +++++
 Modules/Compiler/Intel-C.cmake                     |   56 ++++++++++++
 Modules/Compiler/Intel-CXX-FeatureTests.cmake      |   96 ++++++++++++++++++++
 Modules/Compiler/Intel-CXX.cmake                   |   64 +++++++++++++
 Modules/WriteCompilerDetectionHeader.cmake         |    5 +-
 Tests/CompileFeatures/CMakeLists.txt               |   82 +++++++++++++++++
 .../WriteCompilerDetectionHeader/CMakeLists.txt    |   14 ++-
 10 files changed, 345 insertions(+), 8 deletions(-)
 create mode 100644 Help/release/dev/intel-compiler-features.rst
 create mode 100644 Modules/Compiler/Intel-C-FeatureTests.cmake
 create mode 100644 Modules/Compiler/Intel-CXX-FeatureTests.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list