[Cmake-commits] CMake branch, master, updated. v2.8.12.1-1235-ga86865e

Brad King brad.king at kitware.com
Tue Jan 21 08:51:40 EST 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  a86865e96c55c8a35615c24af0cf1c990f4bba68 (commit)
       via  e0228e2b04b3d6bf72304038c8621fc5072e7f4e (commit)
      from  ce906497c011cf860e0aee2a1f9a4f1d4edc5397 (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=a86865e96c55c8a35615c24af0cf1c990f4bba68
commit a86865e96c55c8a35615c24af0cf1c990f4bba68
Merge: ce90649 e0228e2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 21 08:51:39 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 21 08:51:39 2014 -0500

    Merge topic 'cmake-E-symlink-replace-dangling'
    
    e0228e2b cmake: Improve '-E create_symlink' edge case handling (#14713)


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

Summary of changes:
 Source/cmcmd.cxx                                   |   32 +++++++++++---------
 Tests/RunCMake/CMakeLists.txt                      |    1 +
 .../E_create_symlink-broken-create-check.cmake     |    6 ++++
 .../E_create_symlink-broken-replace-check.cmake    |    3 ++
 .../E_create_symlink-missing-dir-result.txt}       |    0
 .../E_create_symlink-missing-dir-stderr.txt        |    1 +
 .../E_create_symlink-no-replace-dir-result.txt}    |    0
 .../E_create_symlink-no-replace-dir-stderr.txt     |    1 +
 Tests/RunCMake/CommandLine/RunCMakeTest.cmake      |   25 +++++++++++++++
 9 files changed, 54 insertions(+), 15 deletions(-)
 create mode 100644 Tests/RunCMake/CommandLine/E_create_symlink-broken-create-check.cmake
 create mode 100644 Tests/RunCMake/CommandLine/E_create_symlink-broken-replace-check.cmake
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_create_symlink-missing-dir-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_create_symlink-missing-dir-stderr.txt
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => CommandLine/E_create_symlink-no-replace-dir-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CommandLine/E_create_symlink-no-replace-dir-stderr.txt
 create mode 100644 Tests/RunCMake/CommandLine/RunCMakeTest.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list