[Cmake-commits] CMake branch, next, updated. v2.8.12.1-4975-g6e7de13

Stephen Kelly steveire at gmail.com
Sat Nov 9 14:30:39 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, next has been updated
       via  6e7de13e62347177361b4fc505c6ec33f0cd5665 (commit)
       via  40a0c432d42da17f5e3ce8d78fb19fb3905bd318 (commit)
      from  56e59c279ba1a7e4e4047d2ed979847c10c527fe (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=6e7de13e62347177361b4fc505c6ec33f0cd5665
commit 6e7de13e62347177361b4fc505c6ec33f0cd5665
Merge: 56e59c2 40a0c43
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Nov 9 14:30:38 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Nov 9 14:30:38 2013 -0500

    Merge topic 'constify' into next
    
    40a0c43 Fix whitespace


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=40a0c432d42da17f5e3ce8d78fb19fb3905bd318
commit 40a0c432d42da17f5e3ce8d78fb19fb3905bd318
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Nov 9 20:28:12 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Nov 9 20:28:12 2013 +0100

    Fix whitespace

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 7a803de..dc65297 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -1767,7 +1767,8 @@ static void processIncludeDirectories(cmTarget const* tgt,
 }
 
 //----------------------------------------------------------------------------
-std::vector<std::string> cmTarget::GetIncludeDirectories(const char *config) const
+std::vector<std::string>
+cmTarget::GetIncludeDirectories(const char *config) const
 {
   std::vector<std::string> includes;
   std::set<std::string> uniqueIncludes;

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

Summary of changes:
 Source/cmTarget.cxx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list