[Cmake-commits] CMake branch, master, updated. v3.0.1-1789-g3db5e31

Brad King brad.king at kitware.com
Tue Sep 2 10:43:17 EDT 2014


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  3db5e31ec12b3fa410aaf18d8b460af969c05381 (commit)
       via  87e476e8e40c66ebbde356b9194acc0b21edf640 (commit)
       via  328e8694335ca76fb29ebd5fafe4456a89ac25c7 (commit)
      from  14cdf5971e8d25a7f7dfe3163de8d46e8ec8ea22 (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=3db5e31ec12b3fa410aaf18d8b460af969c05381
commit 3db5e31ec12b3fa410aaf18d8b460af969c05381
Merge: 14cdf59 87e476e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Sep 2 10:43:16 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 2 10:43:16 2014 -0400

    Merge topic 'string-uuid'
    
    87e476e8 Help: Add notes for topic 'string-uuid'
    328e8694 StringUuid: Implement new string(UUID) sub-command.


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

Summary of changes:
 Help/command/string.rst                            |   12 ++
 Help/release/dev/string-uuid.rst                   |    5 +
 Source/CMakeLists.txt                              |    1 +
 Source/cmStringCommand.cxx                         |  116 +++++++++++
 Source/cmStringCommand.h                           |    1 +
 Source/cmUuid.cxx                                  |  214 ++++++++++++++++++++
 Source/cmUuid.h                                    |   55 +++++
 Tests/RunCMake/string/RunCMakeTest.cmake           |    8 +
 Tests/RunCMake/string/Uuid.cmake                   |   17 ++
 .../UuidBadNamespace-result.txt}                   |    0
 Tests/RunCMake/string/UuidBadNamespace-stderr.txt  |    4 +
 Tests/RunCMake/string/UuidBadNamespace.cmake       |    4 +
 .../UuidBadType-result.txt}                        |    0
 Tests/RunCMake/string/UuidBadType-stderr.txt       |    4 +
 Tests/RunCMake/string/UuidBadType.cmake            |    4 +
 .../UuidMissingNameValue-result.txt}               |    0
 .../string/UuidMissingNameValue-stderr.txt         |    4 +
 Tests/RunCMake/string/UuidMissingNameValue.cmake   |    4 +
 .../UuidMissingNamespace-result.txt}               |    0
 .../string/UuidMissingNamespace-stderr.txt         |    4 +
 Tests/RunCMake/string/UuidMissingNamespace.cmake   |    4 +
 .../UuidMissingNamespaceValue-result.txt}          |    0
 .../string/UuidMissingNamespaceValue-stderr.txt    |    4 +
 .../string/UuidMissingNamespaceValue.cmake         |    4 +
 .../UuidMissingTypeValue-result.txt}               |    0
 .../string/UuidMissingTypeValue-stderr.txt         |    4 +
 Tests/RunCMake/string/UuidMissingTypeValue.cmake   |    4 +
 27 files changed, 477 insertions(+)
 create mode 100644 Help/release/dev/string-uuid.rst
 create mode 100644 Source/cmUuid.cxx
 create mode 100644 Source/cmUuid.h
 create mode 100644 Tests/RunCMake/string/Uuid.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => string/UuidBadNamespace-result.txt} (100%)
 create mode 100644 Tests/RunCMake/string/UuidBadNamespace-stderr.txt
 create mode 100644 Tests/RunCMake/string/UuidBadNamespace.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => string/UuidBadType-result.txt} (100%)
 create mode 100644 Tests/RunCMake/string/UuidBadType-stderr.txt
 create mode 100644 Tests/RunCMake/string/UuidBadType.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => string/UuidMissingNameValue-result.txt} (100%)
 create mode 100644 Tests/RunCMake/string/UuidMissingNameValue-stderr.txt
 create mode 100644 Tests/RunCMake/string/UuidMissingNameValue.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => string/UuidMissingNamespace-result.txt} (100%)
 create mode 100644 Tests/RunCMake/string/UuidMissingNamespace-stderr.txt
 create mode 100644 Tests/RunCMake/string/UuidMissingNamespace.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => string/UuidMissingNamespaceValue-result.txt} (100%)
 create mode 100644 Tests/RunCMake/string/UuidMissingNamespaceValue-stderr.txt
 create mode 100644 Tests/RunCMake/string/UuidMissingNamespaceValue.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => string/UuidMissingTypeValue-result.txt} (100%)
 create mode 100644 Tests/RunCMake/string/UuidMissingTypeValue-stderr.txt
 create mode 100644 Tests/RunCMake/string/UuidMissingTypeValue.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list