[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1490-gcf42f93

Brad King brad.king at kitware.com
Mon Feb 24 10:40:05 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  cf42f93d07c91e7383d4c8bd19988aa0766ec45a (commit)
       via  6e89c8a5f1d5aa9bffa95be2b1add8d2c4e55026 (commit)
       via  f11f7b34a8e77c3bd68578f00b57e0884cb0d872 (commit)
       via  e190236c7424fec478b083488eeed88717ed123a (commit)
      from  c124c7de1d89303e4c217575388a1c7c38966d32 (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=cf42f93d07c91e7383d4c8bd19988aa0766ec45a
commit cf42f93d07c91e7383d4c8bd19988aa0766ec45a
Merge: c124c7d 6e89c8a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 24 10:40:04 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 24 10:40:04 2014 -0500

    Merge topic 'install-FILES-genex'
    
    6e89c8a5 install: Support generator expressions in FILES and PROGRAMS mode
    f11f7b34 cmInstallFilesGenerator: Add reference to calling cmMakefile
    e190236c Help: Format install() command documentation


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

Summary of changes:
 Help/command/install.rst                           |  329 ++++++++++----------
 Help/release/3.0.0.rst                             |    4 +
 Source/cmInstallCommand.cxx                        |   21 +-
 Source/cmInstallFilesCommand.cxx                   |    5 +-
 Source/cmInstallFilesGenerator.cxx                 |   55 +++-
 Source/cmInstallFilesGenerator.h                   |   12 +-
 Source/cmInstallProgramsCommand.cxx                |    5 +-
 Tests/ExportImport/Export/CMakeLists.txt           |   16 +
 Tests/ExportImport/Export/testLib1file1.txt        |    1 +
 Tests/ExportImport/Export/testLib1file2.txt        |    1 +
 Tests/ExportImport/Import/A/CMakeLists.txt         |    6 +
 .../Import/A/check_testLib1_genex.cmake            |   11 +
 12 files changed, 288 insertions(+), 178 deletions(-)
 create mode 100644 Tests/ExportImport/Export/testLib1file1.txt
 create mode 100644 Tests/ExportImport/Export/testLib1file2.txt
 create mode 100644 Tests/ExportImport/Import/A/check_testLib1_genex.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list