[Cmake-commits] CMake branch, master, updated. v2.8.5-414-gd9ad725

David Cole david.cole at kitware.com
Wed Sep 7 15:37:30 EDT 2011


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  d9ad72542ae60b34d1b0debd3fd4616d9896985f (commit)
       via  90efed6ee60fde3a1211672854f7e23affa8b983 (commit)
       via  5c0c635a0947aa44a0e3edf65b73c61d9abced2d (commit)
       via  47a0c7542b07b7db8f466621fff28f47beaad7d0 (commit)
       via  d6e2a063f0a8f07dad88c0a7974391db5de4d6bd (commit)
      from  103ab60dd7314f6a75b02dc65d40a99efedc5391 (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=d9ad72542ae60b34d1b0debd3fd4616d9896985f
commit d9ad72542ae60b34d1b0debd3fd4616d9896985f
Merge: 103ab60 90efed6
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Sep 7 15:37:27 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Sep 7 15:37:27 2011 -0400

    Merge topic 'fortran-format'
    
    90efed6 Xcode: Honor Fortran_FORMAT target and source file property
    5c0c635 Fortran: Add support for free- and fixed-form flags
    47a0c75 VS: Map Fortran free- and fixed-format flags to IDE options
    d6e2a06 VS: Map per-source Fortran flags to IDE options


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

Summary of changes:
 Modules/Compiler/Absoft-Fortran.cmake    |    2 +
 Modules/Compiler/Cray-Fortran.cmake      |    2 +
 Modules/Compiler/G95-Fortran.cmake       |    2 +
 Modules/Compiler/GNU-Fortran.cmake       |    3 ++
 Modules/Compiler/HP-Fortran.cmake        |    2 +
 Modules/Compiler/Intel-Fortran.cmake     |    2 +
 Modules/Compiler/MIPSpro-Fortran.cmake   |    2 +
 Modules/Compiler/NAG-Fortran.cmake       |    2 +
 Modules/Compiler/PGI-Fortran.cmake       |    3 ++
 Modules/Compiler/PathScale-Fortran.cmake |    2 +
 Modules/Compiler/SunPro-Fortran.cmake    |    2 +
 Modules/Compiler/XL-Fortran.cmake        |    3 ++
 Source/cmDocumentVariables.cxx           |    9 +++++++
 Source/cmGlobalXCodeGenerator.cxx        |   22 +++++++++++++++++
 Source/cmLocalGenerator.cxx              |   25 +++++++++++++++++++
 Source/cmLocalGenerator.h                |    8 ++++++
 Source/cmLocalVisualStudio7Generator.cxx |   38 ++++++++++++++++++++++++++++-
 Source/cmMakefileTargetGenerator.cxx     |   35 +++++++++++++++++++++++++++
 Source/cmMakefileTargetGenerator.h       |    2 +
 Source/cmSourceFile.cxx                  |    9 +++++++
 Source/cmTarget.cxx                      |   12 +++++++++
 Tests/Fortran/CMakeLists.txt             |    2 +
 Tests/FortranOnly/CMakeLists.txt         |    3 ++
 Tests/FortranOnly/world.f                |    9 +++----
 24 files changed, 194 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list