[Cmake-commits] CMake branch, master, updated. v3.4.1-665-gdc873f6
Brad King
brad.king at kitware.com
Wed Dec 9 08:36:58 EST 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 dc873f6eef1e6f952cf3d09be7568b03fbf8c6d3 (commit)
via bc35087da3eb9039dad8fb5d27c1fab60b43f776 (commit)
via 98be140fc0dc0bab8955c4fea9274ea52ac8cd9c (commit)
via 93cc80aee59cfb328d541ba527d40239ab8348b1 (commit)
via 0903812b0b8c325913d766b793bbf9438ad6b423 (commit)
from ad1be6ee769ecaba4d6dadae84c0fc372049a333 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dc873f6eef1e6f952cf3d09be7568b03fbf8c6d3
commit dc873f6eef1e6f952cf3d09be7568b03fbf8c6d3
Merge: ad1be6e bc35087
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 9 08:36:56 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 9 08:36:56 2015 -0500
Merge topic 'cmake-E-copy-multiple-inputs'
bc35087d cmake: Teach -E copy_directory to support multiple input directories
98be140f cmake: Refine -E copy[_if_different] documentation
93cc80ae cmake: Refine -E copy_if_different implementation indentation
0903812b cmake: Refine -E chdir documentation
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake.1.rst | 14 ++++++---
Help/release/dev/cmake-E-copy-multiple-inputs.rst | 3 ++
Source/cmcmd.cxx | 30 ++++++++++++--------
...ee-source-files-target-is-directory-result.txt} | 0
...ree-source-files-target-is-directory-stderr.txt | 0
...y-three-source-files-target-is-file-result.txt} | 0
...ry-three-source-files-target-is-file-stderr.txt | 3 ++
...ee-source-files-target-is-not-exist-result.txt} | 0
...ree-source-files-target-is-not-exist-stderr.txt | 0
Tests/RunCMake/CommandLine/RunCMakeTest.cmake | 17 +++++++++++
.../RunCMake/CommandLine/copy_input/d1/d1.txt | 0
.../RunCMake/CommandLine/copy_input/d2/d2.txt | 0
.../RunCMake/CommandLine/copy_input/d3/d3.txt | 0
13 files changed, 51 insertions(+), 16 deletions(-)
copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_copy_directory-three-source-files-target-is-directory-result.txt} (100%)
copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_copy_directory-three-source-files-target-is-directory-stderr.txt (100%)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_copy_directory-three-source-files-target-is-file-result.txt} (100%)
create mode 100644 Tests/RunCMake/CommandLine/E_copy_directory-three-source-files-target-is-file-stderr.txt
copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CommandLine/E_copy_directory-three-source-files-target-is-not-exist-result.txt} (100%)
copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/E_copy_directory-three-source-files-target-is-not-exist-stderr.txt (100%)
copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/copy_input/d1/d1.txt (100%)
copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/copy_input/d2/d2.txt (100%)
copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/CommandLine/copy_input/d3/d3.txt (100%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list