[Cmake-commits] CMake branch, master, updated. v3.2.1-400-g7b185d5

Brad King brad.king at kitware.com
Thu Mar 12 15:26:28 EDT 2015


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  7b185d50170366ae57c43295db788ea2038a858b (commit)
       via  242c396656783b1b3d542b14bc62710a46a87518 (commit)
      from  addf4db06cb3d4e7482ed54a12a21aaa9110f6a4 (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=7b185d50170366ae57c43295db788ea2038a858b
commit 7b185d50170366ae57c43295db788ea2038a858b
Merge: addf4db 242c396
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 12 15:26:26 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 12 15:26:26 2015 -0400

    Merge topic 'main_dependency_diagnostic'
    
    242c3966 add_custom_command: Diagnose MAIN_DEPENDENCY limitation.


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

Summary of changes:
 Help/manual/cmake-policies.7.rst                   |    1 +
 Help/policy/CMP0057.rst                            |   21 +++++++++++++++
 Help/release/dev/main_dependency_diagnostic.rst    |    6 +++++
 Source/cmMakefile.cxx                              |   27 ++++++++++++++++++++
 Source/cmPolicies.cxx                              |    5 ++++
 Source/cmPolicies.h                                |    2 ++
 .../CMP0057-NEW-result.txt}                        |    0
 Tests/RunCMake/CMP0057/CMP0057-NEW-stderr.txt      |    4 +++
 Tests/RunCMake/CMP0057/CMP0057-NEW.cmake           |   13 ++++++++++
 Tests/RunCMake/CMP0057/CMP0057-OLD.cmake           |   13 ++++++++++
 Tests/RunCMake/CMP0057/CMP0057-WARN-stderr.txt     |    9 +++++++
 Tests/RunCMake/CMP0057/CMP0057-WARN.cmake          |   11 ++++++++
 Tests/RunCMake/CMP0057/CMP0057-once_is_ok.cmake    |    8 ++++++
 Tests/RunCMake/{CMP0055 => CMP0057}/CMakeLists.txt |    0
 Tests/RunCMake/CMP0057/RunCMakeTest.cmake          |    7 +++++
 .../hello.f => Tests/RunCMake/CMP0057/input.txt    |    0
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 17 files changed, 128 insertions(+)
 create mode 100644 Help/policy/CMP0057.rst
 create mode 100644 Help/release/dev/main_dependency_diagnostic.rst
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CMP0057/CMP0057-NEW-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0057/CMP0057-NEW-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0057/CMP0057-NEW.cmake
 create mode 100644 Tests/RunCMake/CMP0057/CMP0057-OLD.cmake
 create mode 100644 Tests/RunCMake/CMP0057/CMP0057-WARN-stderr.txt
 create mode 100644 Tests/RunCMake/CMP0057/CMP0057-WARN.cmake
 create mode 100644 Tests/RunCMake/CMP0057/CMP0057-once_is_ok.cmake
 copy Tests/RunCMake/{CMP0055 => CMP0057}/CMakeLists.txt (100%)
 create mode 100644 Tests/RunCMake/CMP0057/RunCMakeTest.cmake
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CMP0057/input.txt (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list