[Cmake-commits] CMake branch, master, updated. v2.8.3-121-ga30a83b

David Cole david.cole at kitware.com
Tue Nov 23 16:11:59 EST 2010


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  a30a83bc1d1150b00d26ca858127406341a481bd (commit)
       via  e01cce28694201342adc97825982ed66fc52af65 (commit)
       via  bc7395c096be40f8a0fecbab4aa7539c05898ef2 (commit)
       via  fd614e60b51e11ac8a99c19d541be9a8e5c141dc (commit)
       via  605f4bc0978fd3c84bc06875aef500e62b0f41c7 (commit)
       via  82596fcffcdf3e536fb0def67f6d4d1d1a3e5207 (commit)
      from  f04bc9fe93e96485a7684fc12a86cad50084ba69 (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=a30a83bc1d1150b00d26ca858127406341a481bd
commit a30a83bc1d1150b00d26ca858127406341a481bd
Merge: f04bc9f e01cce2
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Tue Nov 23 16:11:57 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 23 16:11:57 2010 -0500

    Merge topic 'imported-target-dependencies'
    
    e01cce2 Allow add_dependencies() on imported targets (#10395)
    bc7395c Merge branch 'vs-target-dependencies' into imported-target-dependencies
    fd614e6 Use modern global dependency graph for VS < 8 deps
    605f4bc Record edge type in global dependency graph
    82596fc Merge branch 'vs8-direct-depends' into vs-target-dependencies


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

Summary of changes:
 Source/cmAddDependenciesCommand.cxx        |    6 +-
 Source/cmAddDependenciesCommand.h          |    2 +
 Source/cmComputeTargetDepends.cxx          |   69 ++++++----
 Source/cmComputeTargetDepends.h            |    4 +-
 Source/cmGlobalGenerator.h                 |    3 +-
 Source/cmGlobalVisualStudioGenerator.cxx   |  204 ++++++++++++++++++---------
 Source/cmGlobalVisualStudioGenerator.h     |   25 +++-
 Source/cmTargetDepend.h                    |   48 +++++++
 Tests/ExportImport/Import/A/CMakeLists.txt |   16 ++
 Tests/ExportImport/Import/A/imp_lib1.c     |    2 +-
 10 files changed, 270 insertions(+), 109 deletions(-)
 create mode 100644 Source/cmTargetDepend.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list