[Cmake-commits] CMake branch, master, updated. v3.0.0-rc1-149-g7c9041b

Brad King brad.king at kitware.com
Thu Mar 6 09:46:52 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  7c9041bdab8c3af5b96384538de00b96599eead9 (commit)
       via  489b1c23b9a880da0012427b60cce7b6f5ddaa27 (commit)
       via  745caae6dddc9ab5c38a669adf3906f6e3484c80 (commit)
       via  5e8e4d0f8819052d3a69eb3cb1a4bdbc674a956c (commit)
       via  b9aa5041989a415a360e61291142e760ae7eb9e1 (commit)
       via  971653b767f2e5e81085c525c94d5e596474aa88 (commit)
       via  0c0ef9e7b7016f8ce6310c30660151b15e062a93 (commit)
       via  02bebd60e9255b6e3eb4bbd6208b4c5cd8f5da40 (commit)
       via  c87517099abbef70b9718a3920954e9097f36bbe (commit)
      from  70da6f198f8def8201c562365b914c700b10b95b (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=7c9041bdab8c3af5b96384538de00b96599eead9
commit 7c9041bdab8c3af5b96384538de00b96599eead9
Merge: 70da6f1 489b1c2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Mar 6 09:46:50 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 6 09:46:50 2014 -0500

    Merge topic 'link-libraries-response-files'
    
    489b1c23 Windows: Use response files to specify link libraries for GNU tools
    745caae6 Makefile: Rename linker response file boolean to be more specific
    5e8e4d0f cmLocalGenerator: Add response file option to OutputLinkLibraries
    b9aa5041 cmLocalGenerator: Simplify GetIncludeFlags output formatting
    971653b7 cmLocalGenerator: Add format option to ConvertToLinkReference
    0c0ef9e7 cmLocalGenerator: Add format option to ConvertToIncludeReference
    02bebd60 cmLocalGenerator: Add format option to ConvertToOutputForExisting
    c8751709 Makefile: Factor out some duplicate link libraries generation


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

Summary of changes:
 Help/release/dev/link-libraries-response-files.rst |    5 ++
 Modules/Platform/Windows-GNU.cmake                 |    5 +-
 Source/cmLocalGenerator.cxx                        |   70 ++++++++++----------
 Source/cmLocalGenerator.h                          |   18 +++--
 Source/cmLocalNinjaGenerator.cxx                   |   10 +--
 Source/cmLocalNinjaGenerator.h                     |    6 +-
 Source/cmMakefileExecutableTargetGenerator.cxx     |   28 +++++---
 Source/cmMakefileLibraryTargetGenerator.cxx        |   29 +++++---
 Source/cmMakefileTargetGenerator.cxx               |   40 +++++++++++
 Source/cmMakefileTargetGenerator.h                 |    5 ++
 10 files changed, 148 insertions(+), 68 deletions(-)
 create mode 100644 Help/release/dev/link-libraries-response-files.rst


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list