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  3a883a9f7dd8c9f5e67475fcdce25ebd066636db (commit)
       via  330581502a7c7332a8f3ec15d57e1c21f7ff1ca8 (commit)
       via  59aae29214b727944978b8e545a552f96c88b883 (commit)
       via  39ebfc79e614dc395d5ace2ad5818b3ba75ca478 (commit)
       via  9a77680eed49939f8ba418af96eefd42ecea0ae1 (commit)
       via  0f331d7893bee523e61109661d4e51566f41c350 (commit)
       via  d3e0b64b1432700a71a10ddf06084f7bb8500694 (commit)
       via  8eca59a175b551c2d4c98fd9523e6aca6c51a82b (commit)
       via  a57d1bb7122be79101cc17a4b8a04bd0ac5a041e (commit)
       via  0488ae63ea8dfa8ac455e36b7cc41e81620a080f (commit)
       via  f0a23aa3dbbe2751bbb4969e1371380561b566ee (commit)
      from  961536dc85b41f77db3d2d220cbf720d0056369a (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=3a883a9f7dd8c9f5e67475fcdce25ebd066636db
commit 3a883a9f7dd8c9f5e67475fcdce25ebd066636db
Merge: 961536d 3305815
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Sep 23 08:40:16 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Sep 23 08:40:16 2016 -0400

    Merge topic 'ninja-fortran'
    
    33058150 Help: Document Ninja generator conditional Fortran support
    59aae292 Ninja: Add dyndep rules for Fortran module dependencies
    39ebfc79 Ninja: Add explicit preprocessing step for Fortran
    9a77680e Ninja: Conditionally allow Fortran based on ninja 'dyndep' support
    0f331d78 Ninja: Add internal tool to produce a ninja dyndep file for Fortran
    d3e0b64b Ninja: Add internal tool to scan Fortran code for module 
dependencies
    8eca59a1 Ninja: Add comment with Fortran dependency design documentation
    a57d1bb7 Ninja: Add API to check for dyndep support
    0488ae63 Ninja: Refactor ninja feature detection
    f0a23aa3 Ninja: Refactor Fortran rejection logic


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

Summary of changes:
 Help/generator/Ninja.rst              |   10 +
 Help/release/dev/ninja-fortran.rst    |    6 +
 Modules/Compiler/GNU-Fortran.cmake    |    3 +
 Modules/Compiler/Intel-Fortran.cmake  |    3 +
 Modules/Compiler/SunPro-Fortran.cmake |    3 +
 Source/cmGlobalGenerator.cxx          |   10 +
 Source/cmGlobalGenerator.h            |    2 +
 Source/cmGlobalNinjaGenerator.cxx     |  506 ++++++++++++++++++++++++++++++++-
 Source/cmGlobalNinjaGenerator.h       |   16 ++
 Source/cmNinjaTargetGenerator.cxx     |  329 ++++++++++++++++++++-
 Source/cmNinjaTargetGenerator.h       |   15 +
 Source/cmcmd.cxx                      |   17 ++
 12 files changed, 910 insertions(+), 10 deletions(-)
 create mode 100644 Help/release/dev/ninja-fortran.rst


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to