[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1514-g049790c

Brad King brad.king at kitware.com
Tue Feb 25 11:18:13 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  049790c0eb7ba76975d3256c8cc66d59eed25a96 (commit)
       via  f9d5b1fd0fe1e1c5a0083c6518c7da6c36776042 (commit)
       via  64d398416ad678c1c57fbd3a7981623e28d69bca (commit)
       via  d3682d8647789db759270a2f9c96493167468e61 (commit)
       via  5771f81d91d232a143345dc05835323f36ab7ecc (commit)
       via  a6dd4990dbfa1afadbaeea33250e52affa5e00d9 (commit)
       via  b8b99cc1e5efa8f1513ceb3025c66f3b28fc5bab (commit)
       via  01bca553b83cd8c3a4a4d0348bd317d118a98995 (commit)
       via  d93e1af2928cbb06a66ad67d56c3a5cb217f3963 (commit)
       via  3bcb197c11be54445db3282e9811dc29f2321c70 (commit)
       via  326d07d27ec173d3e67a314010764ebbe7b2aa9c (commit)
       via  21e91350b06b562ac2668c6ff2a3b220e41d4bc1 (commit)
       via  f81eb49e8be851cef5e75a5074ff46435c941301 (commit)
       via  84e5f5a004fc4659504f25a2d23984b2bceb1a9f (commit)
      from  602be01b3397175b9b94e76496220666b58106b0 (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=049790c0eb7ba76975d3256c8cc66d59eed25a96
commit 049790c0eb7ba76975d3256c8cc66d59eed25a96
Merge: 602be01 f9d5b1f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Feb 25 11:18:12 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Feb 25 11:18:12 2014 -0500

    Merge topic 'target-SOURCES-refactor'
    
    f9d5b1fd Handle Mac OSX source flags for individual files lazily.
    64d39841 cmGeneratorTarget: Classify sources on demand, not up front.
    d3682d86 cmGeneratorTarget: Use a method to access the definition file.
    5771f81d cmTarget: Add GetTransitiveTargetClosure method.
    a6dd4990 cmTarget: Create a temporary cmTarget in checkInterfacePropertyCompatibility
    b8b99cc1 cmTarget: Avoid computing languages when computing transitive targets.
    01bca553 cmTarget: Move ComputeLinkInterface to the internal class.
    d93e1af2 cmTarget: Extract a ComputeLinkInterfaceLibraries method.
    3bcb197c cmTarget: Re-arrange the ComputeLinkInterface method.
    326d07d2 cmTarget: Extract a ComputeLinkImplementationLanguages method.
    21e91350 cmTarget: Change GetTransitivePropertyLinkLibraries to output targets.
    f81eb49e cmTarget: Find source files on request.
    84e5f5a0 cmTarget: Move SourceFileFlags to cmGeneratorTarget.


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

Summary of changes:
 Source/cmGeneratorExpressionEvaluator.cxx          |   57 ++-
 Source/cmGeneratorTarget.cxx                       |  482 +++++++++++++-----
 Source/cmGeneratorTarget.h                         |   45 +-
 Source/cmGlobalGenerator.cxx                       |   36 --
 Source/cmGlobalGenerator.h                         |    1 -
 Source/cmGlobalXCodeGenerator.cxx                  |   28 +-
 Source/cmMakefileTargetGenerator.cxx               |   11 +-
 Source/cmNinjaTargetGenerator.cxx                  |    6 +-
 Source/cmOSXBundleGenerator.cxx                    |   32 +-
 Source/cmOSXBundleGenerator.h                      |    2 +-
 Source/cmTarget.cxx                                |  511 +++++++++++---------
 Source/cmTarget.h                                  |   53 +-
 Source/cmVisualStudio10TargetGenerator.cxx         |    6 +-
 .../CompatibleInterface/DebugProperties-stderr.txt |   14 +-
 14 files changed, 782 insertions(+), 502 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list