[Cmake-commits] CMake branch, master, updated. v2.8.7-354-gc69a205

David Cole david.cole at kitware.com
Tue Feb 14 16:16:17 EST 2012


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  c69a20573ed332ca855cdac3f8c03e7df2e46f8c (commit)
       via  1e16406dc9a8c5bdad7adbed8c3b6cee0a7020d0 (commit)
       via  6f6891b33736918f149279dc7d1e9ade50efd917 (commit)
       via  48a09f82ccadf93eb2d60c9efe5da783327a8520 (commit)
       via  067c1f44a80ed8fb32e56918a57437142c64b049 (commit)
       via  bd69e1c567cc4fc1bf30d321d888dd2567d82e7a (commit)
       via  414a780d1c22339e924ea3d880e54482f0d67898 (commit)
       via  7e0d9f15d626c13b452bc213172cd54c24f5b41a (commit)
       via  d6b031283a686eaeff643a13f8368c7828850229 (commit)
       via  e4ae038f5d9f0fa14d63f9eaea71e0466dc86619 (commit)
       via  538c3452ad660a45c3d6ca32f8c09ee7c93a8b84 (commit)
       via  3c6af5ff33a12b3c5603cba06e575fe62e234ce0 (commit)
      from  d3d79c8b80aa606b12ebea3cb32b13e9bd15e321 (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=c69a20573ed332ca855cdac3f8c03e7df2e46f8c
commit c69a20573ed332ca855cdac3f8c03e7df2e46f8c
Merge: d3d79c8 1e16406
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Feb 14 16:16:15 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 14 16:16:15 2012 -0500

    Merge topic 'cmake_add_fortran_subdirectory'
    
    1e16406 CMakeAddFortranSubdirectory: Add NO_EXTERNAL_INSTALL option
    6f6891b CMakeAddFortranSubdirectory: Always parse arguments
    48a09f8 CMakeAddFortranSubdirectory: Make IMPORTED targets GLOBAL
    067c1f4 VSGNUFortran: Disable test in special cases
    bd69e1c VSGNUFortran: Add special case for SunPro Fortran runtime library
    414a780 CMakeAddFortranSubdirectory: Validate gfortran architecture
    7e0d9f1 CMakeAddFortranSubdirectory: Find gfortran in PATH
    d6b0312 CMakeAddFortranSubdirectory: Fix documentation format and typos
    e4ae038 CMakeAddFortranSubdirectory: Allow full paths to directories
    538c345 Add CMakeAddFortranSubdirectory to use MinGW gfortran in VS
    3c6af5f Merge branch 'add-CheckLanguage-module' into CMakeAddFortranSubdirectory


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

Summary of changes:
 Modules/CMakeAddFortranSubdirectory.cmake          |  206 ++++++++++++++++++++
 .../build_mingw.cmake.in                           |    2 +
 .../config_mingw.cmake.in                          |    9 +
 Tests/CMakeLists.txt                               |   26 +++
 Tests/VSGNUFortran/CMakeLists.txt                  |   26 +++
 Tests/VSGNUFortran/c_code/CMakeLists.txt           |    2 +
 Tests/VSGNUFortran/c_code/main.c                   |    7 +
 Tests/VSGNUFortran/runtest.cmake.in                |   23 +++
 Tests/VSGNUFortran/subdir/CMakeLists.txt           |   16 ++
 Tests/VSGNUFortran/subdir/fortran/CMakeLists.txt   |   46 +++++
 Tests/VSGNUFortran/subdir/fortran/hello.f          |    7 +
 Tests/VSGNUFortran/subdir/fortran/world.f          |    6 +
 12 files changed, 376 insertions(+), 0 deletions(-)
 create mode 100644 Modules/CMakeAddFortranSubdirectory.cmake
 create mode 100644 Modules/CMakeAddFortranSubdirectory/build_mingw.cmake.in
 create mode 100644 Modules/CMakeAddFortranSubdirectory/config_mingw.cmake.in
 create mode 100644 Tests/VSGNUFortran/CMakeLists.txt
 create mode 100644 Tests/VSGNUFortran/c_code/CMakeLists.txt
 create mode 100644 Tests/VSGNUFortran/c_code/main.c
 create mode 100644 Tests/VSGNUFortran/runtest.cmake.in
 create mode 100644 Tests/VSGNUFortran/subdir/CMakeLists.txt
 create mode 100644 Tests/VSGNUFortran/subdir/fortran/CMakeLists.txt
 create mode 100644 Tests/VSGNUFortran/subdir/fortran/hello.f
 create mode 100644 Tests/VSGNUFortran/subdir/fortran/world.f


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list