[Cmake-commits] CMake branch, master, updated. v2.8.7-243-g3e0eeb9

David Cole david.cole at kitware.com
Wed Feb 1 14:49:12 EST 2012


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  3e0eeb9fc832cde370ea70b1b3c8e7ebb42c860a (commit)
       via  f9c1c6225c4366918465b86e4c6976ecc266245f (commit)
       via  ca39c5cdd1ca28516791e00f213d6dee2179c6df (commit)
      from  94af99d38813236bc381d2a8df2901fab09ea595 (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=3e0eeb9fc832cde370ea70b1b3c8e7ebb42c860a
commit 3e0eeb9fc832cde370ea70b1b3c8e7ebb42c860a
Merge: 94af99d f9c1c62
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Wed Feb 1 14:49:10 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 1 14:49:10 2012 -0500

    Merge topic 'imported-target-visibility'
    
    f9c1c62 Add test covering imported target scope rules
    ca39c5c Optionally allow IMPORTED targets to be globally visible


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

Summary of changes:
 Source/cmAddExecutableCommand.cxx                  |    9 ++++++++-
 Source/cmAddExecutableCommand.h                    |    4 ++--
 Source/cmAddLibraryCommand.cxx                     |    8 +++++++-
 Source/cmAddLibraryCommand.h                       |    5 +++--
 Source/cmGlobalGenerator.cxx                       |   17 ++++++++++++++---
 Source/cmGlobalGenerator.h                         |    3 ++-
 Source/cmMakefile.cxx                              |    9 +++++++--
 Source/cmMakefile.h                                |    3 ++-
 Tests/CMakeOnly/CMakeLists.txt                     |    2 ++
 Tests/CMakeOnly/TargetScope/CMakeLists.txt         |   13 +++++++++++++
 Tests/CMakeOnly/TargetScope/Sib/CMakeLists.txt     |    6 ++++++
 Tests/CMakeOnly/TargetScope/Sub/CMakeLists.txt     |    9 +++++++++
 Tests/CMakeOnly/TargetScope/Sub/Sub/CMakeLists.txt |    6 ++++++
 13 files changed, 81 insertions(+), 13 deletions(-)
 create mode 100644 Tests/CMakeOnly/TargetScope/CMakeLists.txt
 create mode 100644 Tests/CMakeOnly/TargetScope/Sib/CMakeLists.txt
 create mode 100644 Tests/CMakeOnly/TargetScope/Sub/CMakeLists.txt
 create mode 100644 Tests/CMakeOnly/TargetScope/Sub/Sub/CMakeLists.txt


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list