[Cmake-commits] CMake branch, master, updated. v3.3.0-rc3-379-gc66d232
Brad King
brad.king at kitware.com
Wed Jul 8 09:21:54 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 c66d232c9c138dcf54f5314aafb7ab32590b106d (commit)
via 2b18cdcaba48ffeee753d97d8241dbf2a8333493 (commit)
from 0d457c319934e6f321b838ea58ad4365e41f6f0b (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=c66d232c9c138dcf54f5314aafb7ab32590b106d
commit c66d232c9c138dcf54f5314aafb7ab32590b106d
Merge: 0d457c3 2b18cdc
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 8 09:21:52 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 8 09:21:52 2015 -0400
Merge topic 'string-append'
2b18cdca string: add APPEND subcommand
-----------------------------------------------------------------------
Summary of changes:
Help/command/string.rst | 3 +
Help/release/dev/string-append.rst | 4 ++
Source/cmStringCommand.cxx | 32 +++++++++++
Source/cmStringCommand.h | 1 +
Tests/RunCMake/string/Append.cmake | 58 ++++++++++++++++++++
.../AppendNoArgs-result.txt} | 0
Tests/RunCMake/string/AppendNoArgs-stderr.txt | 4 ++
Tests/RunCMake/string/AppendNoArgs.cmake | 1 +
Tests/RunCMake/string/RunCMakeTest.cmake | 3 +
9 files changed, 106 insertions(+)
create mode 100644 Help/release/dev/string-append.rst
create mode 100644 Tests/RunCMake/string/Append.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => string/AppendNoArgs-result.txt} (100%)
create mode 100644 Tests/RunCMake/string/AppendNoArgs-stderr.txt
create mode 100644 Tests/RunCMake/string/AppendNoArgs.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list