[Cmake-commits] CMake branch, master, updated. v2.8.3-230-g72163de

Brad King brad.king at kitware.com
Thu Dec 16 13:59:54 EST 2010


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  72163de0a58d3b8bcdf95c8861fe83b2f699f709 (commit)
       via  09d1c1080def2b060397469240f184b3fa5358d9 (commit)
       via  af2ad90991faea2be0dfe62e456794f46758c92a (commit)
       via  24cc3d48174ef7b120491520ceb9f81389dd6b3e (commit)
       via  83892c4a1170bf68a1e5da305899a23eb69a7500 (commit)
       via  fe3f878f15c498dcd9583bfd17b1ee11cbc5249d (commit)
      from  2e594e4adb7df47c1538ef4ba2ffa43b64e2e9f6 (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=72163de0a58d3b8bcdf95c8861fe83b2f699f709
commit 72163de0a58d3b8bcdf95c8861fe83b2f699f709
Merge: 2e594e4 09d1c10
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Dec 16 13:59:52 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Dec 16 13:59:52 2010 -0500

    Merge topic 'NAG-Fortran'
    
    09d1c10 FortranCInterface: Recognize NAG Fortran module symbols
    af2ad90 Add NAG Fortran compiler information files
    24cc3d4 Recognize the NAG Fortran compiler
    83892c4 Allow Fortran platform files to set empty values
    fe3f878 Detect object files in implicit link information


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

Summary of changes:
 Modules/CMakeDetermineCompilerABI.cmake        |    3 +-
 Modules/CMakeDetermineFortranCompiler.cmake    |    3 ++
 Modules/CMakeFortranInformation.cmake          |   42 ++++++++++++------------
 Modules/CMakeParseImplicitLinkInfo.cmake       |    7 +++-
 Modules/Compiler/NAG-Fortran.cmake             |   32 ++++++++++++++++++
 Modules/FortranCInterface/CMakeLists.txt       |    2 +
 Modules/Platform/Darwin-NAG-Fortran.cmake      |    5 +++
 Modules/Platform/Linux-NAG-Fortran.cmake       |   10 ++++++
 Tests/CMakeTests/ImplicitLinkInfoTest.cmake.in |    9 ++++-
 9 files changed, 89 insertions(+), 24 deletions(-)
 create mode 100644 Modules/Compiler/NAG-Fortran.cmake
 create mode 100644 Modules/Platform/Darwin-NAG-Fortran.cmake
 create mode 100644 Modules/Platform/Linux-NAG-Fortran.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list