[Cmake-commits] CMake branch, master, updated. v2.8.12-440-gc10e981

Brad King brad.king at kitware.com
Thu Oct 24 09:52:03 EDT 2013


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  c10e981fd072258a28822a373bf7a270d31ef181 (commit)
       via  2945814de29923b8f063fa179f282fbbae630a36 (commit)
       via  8bb2ee96cc8ae16d039a648c87004e828e9cba16 (commit)
       via  efcf318f8d56a8bc405fa4af3d4c4b7e8227da3c (commit)
      from  a25c440f195e0ebc3f812c5e68f7f9a7546f249d (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=c10e981fd072258a28822a373bf7a270d31ef181
commit c10e981fd072258a28822a373bf7a270d31ef181
Merge: a25c440 2945814
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 24 09:51:44 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 24 09:51:44 2013 -0400

    Merge topic 'cmake-syntax-updates'
    
    2945814 cmRST: Teach cmake-module directive to scan bracket comments
    8bb2ee9 cmake-developer.7: Improve flow of module documentation instructions
    efcf318 Add \-continuation to CMake language quoted arguments


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

Summary of changes:
 Help/manual/cmake-developer.7.rst                  |   61 +++++++++++++-------
 Source/cmListFileLexer.c                           |    2 +-
 Source/cmListFileLexer.in.l                        |    2 +-
 Source/cmRST.cxx                                   |   50 +++++++++++++----
 Source/cmRST.h                                     |    1 +
 Tests/CMakeLib/testRST.expect                      |    6 ++
 Tests/CMakeLib/testRSTmod.cmake                    |    7 ++
 Tests/RunCMake/Syntax/RunCMakeTest.cmake           |    3 +
 .../StringBackslash-result.txt}                    |    0
 .../StringBackslash-stderr.txt}                    |    6 +-
 Tests/RunCMake/Syntax/StringBackslash.cmake        |    2 +
 .../StringContinuation1-result.txt}                |    0
 .../StringContinuation1-stderr.txt}                |    4 +-
 Tests/RunCMake/Syntax/StringContinuation1.cmake    |    2 +
 .../StringContinuation2-result.txt}                |    0
 .../StringContinuation2-stderr.txt}                |    4 +-
 Tests/RunCMake/Syntax/StringContinuation2.cmake    |    2 +
 Utilities/Sphinx/cmake.py                          |   37 +++++++++---
 18 files changed, 138 insertions(+), 51 deletions(-)
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Syntax/StringBackslash-result.txt} (100%)
 copy Tests/RunCMake/{Configure/ErrorLogs-stderr.txt => Syntax/StringBackslash-stderr.txt} (52%)
 create mode 100644 Tests/RunCMake/Syntax/StringBackslash.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Syntax/StringContinuation1-result.txt} (100%)
 copy Tests/RunCMake/{Configure/ErrorLogs-stderr.txt => Syntax/StringContinuation1-stderr.txt} (53%)
 create mode 100644 Tests/RunCMake/Syntax/StringContinuation1.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => Syntax/StringContinuation2-result.txt} (100%)
 copy Tests/RunCMake/{Configure/ErrorLogs-stderr.txt => Syntax/StringContinuation2-stderr.txt} (52%)
 create mode 100644 Tests/RunCMake/Syntax/StringContinuation2.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list