[Cmake-commits] CMake branch, master, updated. v2.8.6-327-g386cf3c

David Cole david.cole at kitware.com
Tue Dec 6 15:07:41 EST 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  386cf3c593ad425fea9b2bddf5ee34d8d36dfe15 (commit)
       via  ae62a1cd35fcd9be8d1beb11c864fbe417de429e (commit)
       via  afb00fef193b1000aa76e3a523899712065d53d0 (commit)
       via  61e862986ae56e111533c21759a4e01a41968d1e (commit)
       via  a603250a132d3a38428b6c3e2f425c1a0b2c3878 (commit)
       via  ecd8414757368f45152f6e3e4841a5b3715fa2d3 (commit)
      from  b8c0dd48b045457b97386ed6bad5f31b5788c6c5 (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=386cf3c593ad425fea9b2bddf5ee34d8d36dfe15
commit 386cf3c593ad425fea9b2bddf5ee34d8d36dfe15
Merge: b8c0dd4 ae62a1c
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Dec 6 15:07:39 2011 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 6 15:07:39 2011 -0500

    Merge topic 'GNU-to-MS'
    
    ae62a1c Test CMAKE_GNUtoMS option in ExportImport on MinGW and MSys
    afb00fe Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib
    61e8629 Factor makefile generator link rule lookup into helper function
    a603250 Load platform files that need to know the ABI when possible
    ecd8414 Fortran: Detect pointer size in gfortran on MinGW


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

Summary of changes:
 .gitattributes                                 |    1 +
 Modules/CMakeCInformation.cmake                |    6 +++
 Modules/CMakeCXXInformation.cmake              |    6 +++
 Modules/CMakeDetermineCompilerABI.cmake        |    2 +
 Modules/CMakeFortranCompilerABI.F              |    5 ++
 Modules/CMakeFortranInformation.cmake          |    6 +++
 Modules/CMakeTestCCompiler.cmake               |    6 +++
 Modules/CMakeTestCXXCompiler.cmake             |    6 +++
 Modules/CMakeTestFortranCompiler.cmake         |    6 +++
 Modules/Platform/GNUtoMS_lib.bat.in            |    3 +
 Modules/Platform/GNUtoMS_lib.cmake             |   10 ++++
 Modules/Platform/Windows-GNU-C-ABI.cmake       |    1 +
 Modules/Platform/Windows-GNU-CXX-ABI.cmake     |    1 +
 Modules/Platform/Windows-GNU-Fortran-ABI.cmake |    1 +
 Modules/Platform/Windows-GNU-Fortran.cmake     |    3 +
 Modules/Platform/Windows-GNU.cmake             |   54 ++++++++++++++++++++++++
 Source/cmDocumentVariables.cxx                 |   11 +++++
 Source/cmExportBuildFileGenerator.cxx          |    2 +
 Source/cmInstallTargetGenerator.cxx            |   26 ++++++++++-
 Source/cmMakefileExecutableTargetGenerator.cxx |   10 ++++-
 Source/cmMakefileLibraryTargetGenerator.cxx    |    9 ++++-
 Source/cmMakefileTargetGenerator.cxx           |   17 +++++++
 Source/cmMakefileTargetGenerator.h             |    3 +
 Source/cmTarget.cxx                            |   38 +++++++++++++++++
 Source/cmTarget.h                              |    8 ++++
 Tests/ExportImport/CMakeLists.txt              |    5 ++
 Tests/ExportImport/InitialCache.cmake.in       |    1 +
 27 files changed, 242 insertions(+), 5 deletions(-)
 create mode 100644 Modules/Platform/GNUtoMS_lib.bat.in
 create mode 100644 Modules/Platform/GNUtoMS_lib.cmake
 create mode 100644 Modules/Platform/Windows-GNU-C-ABI.cmake
 create mode 100644 Modules/Platform/Windows-GNU-CXX-ABI.cmake
 create mode 100644 Modules/Platform/Windows-GNU-Fortran-ABI.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list