[Cmake-commits] CMake branch, master, updated. v3.1.2-1117-gfc7e156

Brad King brad.king at kitware.com
Thu Feb 12 11:53:03 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  fc7e15691a870f8f5e199e615279c7eb4dba8f6f (commit)
       via  f30022eb07b913598326d2e3b10ff2e706fbe873 (commit)
       via  7607c3d16aa0636458c909f4036e4b0d91581b30 (commit)
       via  ebd556caa9e1fc92e00c8e401b145c531390e854 (commit)
       via  290ca8e2d0328d27f51ff5248c35e32e44fdd1eb (commit)
       via  f99991db882c2f4cf8246b9c272845faaa5bbce5 (commit)
      from  8c59928f3ac2a3a4f9b647f2c60c134d54d2237f (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=fc7e15691a870f8f5e199e615279c7eb4dba8f6f
commit fc7e15691a870f8f5e199e615279c7eb4dba8f6f
Merge: 8c59928 f30022e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 12 11:53:02 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 12 11:53:02 2015 -0500

    Merge topic 'install-DESTINATION-genex'
    
    f30022eb install: Allow generator expressions in TARGETS DESTINATION (#14317)
    7607c3d1 cmInstallGenerator: Pass destination explicitly to AddInstallRule
    ebd556ca cmInstallGenerator: Fix check for absolute install destinations
    290ca8e2 cmInstallGenerator: Refactor computation of absolute install dest
    f99991db cmInstallGenerator: Move GetDestination to subclasses that need it


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

Summary of changes:
 Help/command/install.rst                              |    4 ++++
 Help/release/dev/install-DESTINATION-genex.rst        |    5 +++++
 Source/cmExportInstallFileGenerator.cxx               |   10 +++++-----
 Source/cmInstallDirectoryGenerator.cxx                |    4 +++-
 Source/cmInstallExportGenerator.cxx                   |    8 +++++---
 Source/cmInstallExportGenerator.h                     |    3 +++
 Source/cmInstallFilesGenerator.cxx                    |    1 +
 Source/cmInstallGenerator.cxx                         |   14 ++++++++------
 Source/cmInstallGenerator.h                           |    9 ++++-----
 Source/cmInstallTargetGenerator.cxx                   |   17 ++++++++++++++---
 Source/cmInstallTargetGenerator.h                     |    2 ++
 Tests/ExportImport/Export/CMakeLists.txt              |   12 +++++++++---
 Tests/ExportImport/Export/testLibPerConfigDest.c      |    1 +
 Tests/ExportImport/Import/A/CMakeLists.txt            |    2 ++
 Tests/ExportImport/Import/A/imp_testExe1.c            |    2 ++
 Tests/RunCMake/install/RunCMakeTest.cmake             |    1 +
 .../TARGETS-DESTINATION-bad-result.txt}               |    0
 .../install/TARGETS-DESTINATION-bad-stderr.txt        |    6 ++++++
 Tests/RunCMake/install/TARGETS-DESTINATION-bad.cmake  |    3 +++
 .../RunCMake/{GeneratorExpression => install}/empty.c |    0
 20 files changed, 78 insertions(+), 26 deletions(-)
 create mode 100644 Help/release/dev/install-DESTINATION-genex.rst
 create mode 100644 Tests/ExportImport/Export/testLibPerConfigDest.c
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => install/TARGETS-DESTINATION-bad-result.txt} (100%)
 create mode 100644 Tests/RunCMake/install/TARGETS-DESTINATION-bad-stderr.txt
 create mode 100644 Tests/RunCMake/install/TARGETS-DESTINATION-bad.cmake
 copy Tests/RunCMake/{GeneratorExpression => install}/empty.c (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list