[Cmake-commits] CMake branch, master, updated. v3.4.1-660-gad1be6e
Brad King
brad.king at kitware.com
Wed Dec 9 08:36:55 EST 2015
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 ad1be6ee769ecaba4d6dadae84c0fc372049a333 (commit)
via a7ef02253bf8ef33d4ffdd761802ea30ef289b8a (commit)
via 0763a8365528166747746e3b94e74ca98d0d705f (commit)
via 5eaac0c96ac51e1300664ef37239f3215bb58489 (commit)
from 27ed820c816a80bf140613cb2f47ccb2f21b021f (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=ad1be6ee769ecaba4d6dadae84c0fc372049a333
commit ad1be6ee769ecaba4d6dadae84c0fc372049a333
Merge: 27ed820 a7ef022
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 9 08:36:53 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 9 08:36:53 2015 -0500
Merge topic 'detect-cray-wrappers'
a7ef0225 Cray: Refactor the Cray platform files to use compiler wrapper checks
0763a836 Cray: Add macro tests to detect the Cray compiler wrappers
5eaac0c9 Compiler: Add infrastructure for detecting compiler wrappers
-----------------------------------------------------------------------
Summary of changes:
Modules/CMakeCCompiler.cmake.in | 1 +
Modules/CMakeCCompilerId.c.in | 7 ++
Modules/CMakeCInformation.cmake | 8 ++
Modules/CMakeCXXCompiler.cmake.in | 1 +
Modules/CMakeCXXCompilerId.cpp.in | 7 ++
Modules/CMakeCXXInformation.cmake | 8 ++
Modules/CMakeDetermineCompilerId.cmake | 6 +
Modules/CMakeFortranCompiler.cmake.in | 1 +
Modules/CMakeFortranCompilerId.F.in | 3 +
Modules/CMakeFortranInformation.cmake | 8 ++
Modules/CMakeLanguageInformation.cmake | 37 ++++++
Modules/Compiler/CrayPrgEnv-C.cmake | 11 ++
Modules/Compiler/CrayPrgEnv-CXX.cmake | 11 ++
Modules/Compiler/CrayPrgEnv-Cray-C.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-Cray-CXX.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-Fortran.cmake | 11 ++
Modules/Compiler/CrayPrgEnv-GNU-C.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-GNU-CXX.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-GNU-Fortran.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-Intel-C.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-Intel-CXX.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-PGI-C.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-PGI-CXX.cmake | 7 ++
Modules/Compiler/CrayPrgEnv-PGI-Fortran.cmake | 7 ++
Modules/Compiler/CrayPrgEnv.cmake | 83 +++++++++++++
Modules/Platform/CrayLinuxEnvironment.cmake | 97 ++++++++++-----
Modules/Platform/CrayPrgEnv.cmake | 149 -----------------------
29 files changed, 351 insertions(+), 182 deletions(-)
create mode 100644 Modules/CMakeLanguageInformation.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-C.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-CXX.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-Cray-C.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-Cray-CXX.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-Cray-Fortran.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-Fortran.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-GNU-C.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-GNU-CXX.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-GNU-Fortran.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-Intel-C.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-Intel-CXX.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-Intel-Fortran.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-PGI-C.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-PGI-CXX.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv-PGI-Fortran.cmake
create mode 100644 Modules/Compiler/CrayPrgEnv.cmake
delete mode 100644 Modules/Platform/CrayPrgEnv.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list