[Cmake-commits] CMake branch, master, updated. v3.4.0-rc1-323-gd31d92b

Brad King brad.king at kitware.com
Wed Oct 21 09:17:00 EDT 2015


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  d31d92bf1d8b13ddff2c85c1fd380519867b788c (commit)
       via  c0969b10330a205a693bdf658185740eea51736e (commit)
       via  6a1e73281f216d2644dc3527be01c3d38b9e1263 (commit)
       via  00f50b006cc9afd014374fabc10bdef1330075a2 (commit)
       via  3df749af55c04d5b7bb0ee848c6df112178327bc (commit)
       via  3029c27e46a193c6319a3c909f938e6614c2b14f (commit)
      from  740f85a204d7a837e3ad408a79992f6a9c0b000c (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d31d92bf1d8b13ddff2c85c1fd380519867b788c
commit d31d92bf1d8b13ddff2c85c1fd380519867b788c
Merge: 740f85a c0969b1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 21 09:16:58 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 21 09:16:58 2015 -0400

    Merge topic 'inline-cmMakeDepend-content'
    
    c0969b10 cmMakeDepend: Inline into inheriting class.
    6a1e7328 cmMakeDepend: Inline into only user.
    00f50b00 cmMakeDepend: Inline into header.
    3df749af Remove vestigial declarations.
    3029c27e cmMakeDepend: Use public cmMakefile API.


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

Summary of changes:
 Source/CMakeLists.txt                   |    2 -
 Source/cmLocalUnixMakefileGenerator3.h  |    1 -
 Source/cmMakeDepend.cxx                 |  361 -------------------
 Source/cmMakeDepend.h                   |  150 --------
 Source/cmMakefile.h                     |    4 -
 Source/cmMakefileTargetGenerator.h      |    1 -
 Source/cmOutputRequiredFilesCommand.cxx |  598 +++++++++++++++++++++++++------
 Source/cmOutputRequiredFilesCommand.h   |    3 +-
 bootstrap                               |    1 -
 9 files changed, 496 insertions(+), 625 deletions(-)
 delete mode 100644 Source/cmMakeDepend.cxx
 delete mode 100644 Source/cmMakeDepend.h


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list