[Cmake-commits] CMake branch, master, updated. v3.2.2-1170-gaa68f2e

Brad King brad.king at kitware.com
Tue May 19 11:09:23 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  aa68f2e4c9bbaf49812eb76d357f94ee3da7d6e7 (commit)
       via  3a65606591818281ba75bac4751e07c69751451f (commit)
      from  dee32a8d0baf23bfb130fbb1dc508adf8688dc32 (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=aa68f2e4c9bbaf49812eb76d357f94ee3da7d6e7
commit aa68f2e4c9bbaf49812eb76d357f94ee3da7d6e7
Merge: dee32a8 3a65606
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 19 11:09:21 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 19 11:09:21 2015 -0400

    Merge topic 'fix-function-missing-endforeach'
    
    3a656065 Fix assertion failure on unmatched foreach in function (#15572)


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

Summary of changes:
 Source/cmFunctionCommand.cxx                                   |    2 +-
 Source/cmMakefile.cxx                                          |    1 +
 .../FunctionUnmatchedForeach-result.txt}                       |    0
 Tests/RunCMake/Syntax/FunctionUnmatchedForeach-stderr.txt      |    8 ++++++++
 Tests/RunCMake/Syntax/FunctionUnmatchedForeach.cmake           |    5 +++++
 .../MacroUnmatchedForeach-result.txt}                          |    0
 Tests/RunCMake/Syntax/MacroUnmatchedForeach-stderr.txt         |    8 ++++++++
 Tests/RunCMake/Syntax/MacroUnmatchedForeach.cmake              |    5 +++++
 Tests/RunCMake/Syntax/RunCMakeTest.cmake                       |    4 ++++
 9 files changed, 32 insertions(+), 1 deletion(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Syntax/FunctionUnmatchedForeach-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Syntax/FunctionUnmatchedForeach-stderr.txt
 create mode 100644 Tests/RunCMake/Syntax/FunctionUnmatchedForeach.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Syntax/MacroUnmatchedForeach-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Syntax/MacroUnmatchedForeach-stderr.txt
 create mode 100644 Tests/RunCMake/Syntax/MacroUnmatchedForeach.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list