[Cmake-commits] CMake branch, master, updated. v3.3.0-rc2-249-g5ab7dd5

Brad King brad.king at kitware.com
Tue Jun 23 09:08:19 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  5ab7dd544e2d10bf6b05ab046a852b84eee63126 (commit)
       via  5d85fb4f407cd661fb904f68e2c9cc27ddcc0331 (commit)
      from  bddfe77d12ee7d6ecaa3c4fa8ade1c4c0cab5760 (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=5ab7dd544e2d10bf6b05ab046a852b84eee63126
commit 5ab7dd544e2d10bf6b05ab046a852b84eee63126
Merge: bddfe77 5d85fb4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 23 09:08:18 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 23 09:08:18 2015 -0400

    Merge topic 'fix-function-missing-end'
    
    5d85fb4f Fix assertion failure on unmatched function or macro


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

Summary of changes:
 Source/cmForEachCommand.cxx                        |   22 +++++++++++++-------
 Source/cmForEachCommand.h                          |    5 +++--
 Source/cmMakefile.cxx                              |    1 -
 Source/cmMakefile.h                                |    9 --------
 Source/cmWhileCommand.cxx                          |   17 ++++++++++-----
 Source/cmWhileCommand.h                            |    5 +++--
 .../FunctionUnmatched-result.txt}                  |    0
 Tests/RunCMake/Syntax/FunctionUnmatched-stderr.txt |    6 ++++++
 Tests/RunCMake/Syntax/FunctionUnmatched.cmake      |    2 ++
 .../MacroUnmatched-result.txt}                     |    0
 Tests/RunCMake/Syntax/MacroUnmatched-stderr.txt    |    6 ++++++
 Tests/RunCMake/Syntax/MacroUnmatched.cmake         |    2 ++
 Tests/RunCMake/Syntax/RunCMakeTest.cmake           |    2 ++
 13 files changed, 50 insertions(+), 27 deletions(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Syntax/FunctionUnmatched-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Syntax/FunctionUnmatched-stderr.txt
 create mode 100644 Tests/RunCMake/Syntax/FunctionUnmatched.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Syntax/MacroUnmatched-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Syntax/MacroUnmatched-stderr.txt
 create mode 100644 Tests/RunCMake/Syntax/MacroUnmatched.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list