[Cmake-commits] CMake branch, master, updated. v2.8.10.2-434-g378899c

Brad King brad.king at kitware.com
Thu Jan 10 10:22:59 EST 2013


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  378899ce8744c2e2b43d0859234eea714dcef368 (commit)
       via  3581b96caa1d7bd6c02e85baf72ce28b5128e5e7 (commit)
       via  042ecf0471be84ce6c3e6c32dae526fdbd9a3a14 (commit)
       via  bf5ece51c3827dc05018128fefe8270da88cfefb (commit)
      from  325e92fa22cb20a3d4bccbf1f663c28b34f8b04c (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=378899ce8744c2e2b43d0859234eea714dcef368
commit 378899ce8744c2e2b43d0859234eea714dcef368
Merge: 325e92f 3581b96
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 10 10:22:52 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 10 10:22:52 2013 -0500

    Merge topic 'INTERFACE_POSITION_INDEPENDENT_CODE'
    
    3581b96 Process the INTERFACE_PIC property from linked dependencies
    042ecf0 Add API to calculate link-interface-dependent bool properties or error.
    bf5ece5 Keep track of properties used to determine linker libraries.


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

Summary of changes:
 Source/cmGeneratorExpression.cxx                   |   10 +-
 Source/cmGeneratorExpression.h                     |    4 +
 Source/cmGeneratorExpressionEvaluator.cxx          |    8 +
 Source/cmGeneratorExpressionEvaluator.h            |    1 +
 Source/cmGlobalXCodeGenerator.cxx                  |    6 +-
 Source/cmLocalGenerator.cxx                        |   17 ++-
 Source/cmLocalGenerator.h                          |    2 +-
 Source/cmMakefileTargetGenerator.cxx               |    3 +-
 Source/cmNinjaTargetGenerator.cxx                  |    3 +-
 Source/cmTarget.cxx                                |  184 +++++++++++++++++++-
 Source/cmTarget.h                                  |   13 ++
 Tests/RunCMake/CMakeLists.txt                      |    3 +
 .../CMakeLists.txt                                 |    0
 .../Conflict1-result.txt}                          |    0
 .../PositionIndependentCode/Conflict1-stderr.txt   |    3 +
 .../PositionIndependentCode/Conflict1.cmake        |    7 +
 .../Conflict2-result.txt}                          |    0
 .../PositionIndependentCode/Conflict2-stderr.txt   |    3 +
 .../PositionIndependentCode/Conflict2.cmake        |    9 +
 .../Conflict3-result.txt}                          |    0
 .../PositionIndependentCode/Conflict3-stderr.txt   |    4 +
 .../PositionIndependentCode/Conflict3.cmake        |   12 ++
 .../PositionIndependentCode/RunCMakeTest.cmake     |    5 +
 Tests/RunCMake/PositionIndependentCode/main.cpp    |    5 +
 24 files changed, 292 insertions(+), 10 deletions(-)
 copy Tests/RunCMake/{TargetPropertyGeneratorExpressions => PositionIndependentCode}/CMakeLists.txt (100%)
 copy Tests/RunCMake/{GeneratorExpression/BadAND-result.txt => PositionIndependentCode/Conflict1-result.txt} (100%)
 create mode 100644 Tests/RunCMake/PositionIndependentCode/Conflict1-stderr.txt
 create mode 100644 Tests/RunCMake/PositionIndependentCode/Conflict1.cmake
 copy Tests/RunCMake/{GeneratorExpression/BadAND-result.txt => PositionIndependentCode/Conflict2-result.txt} (100%)
 create mode 100644 Tests/RunCMake/PositionIndependentCode/Conflict2-stderr.txt
 create mode 100644 Tests/RunCMake/PositionIndependentCode/Conflict2.cmake
 copy Tests/RunCMake/{GeneratorExpression/BadAND-result.txt => PositionIndependentCode/Conflict3-result.txt} (100%)
 create mode 100644 Tests/RunCMake/PositionIndependentCode/Conflict3-stderr.txt
 create mode 100644 Tests/RunCMake/PositionIndependentCode/Conflict3.cmake
 create mode 100644 Tests/RunCMake/PositionIndependentCode/RunCMakeTest.cmake
 create mode 100644 Tests/RunCMake/PositionIndependentCode/main.cpp


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list