[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5446-ga28730d

Stephen Kelly steveire at gmail.com
Tue Nov 19 14:40:52 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  a28730d68a43cf24acb7dddbf481cea21d352881 (commit)
       via  8318f30c7a0b0652a7df9049c0ab64c09f9b8071 (commit)
      from  6270eb970ec74b82ecf6c7620e8d67d1e226d25c (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=a28730d68a43cf24acb7dddbf481cea21d352881
commit a28730d68a43cf24acb7dddbf481cea21d352881
Merge: 6270eb9 8318f30
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 19 14:40:50 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 19 14:40:50 2013 -0500

    Merge topic 'constify' into next
    
    8318f30 Decrease line length


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8318f30c7a0b0652a7df9049c0ab64c09f9b8071
commit 8318f30c7a0b0652a7df9049c0ab64c09f9b8071
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Nov 19 20:39:24 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Nov 19 20:39:43 2013 +0100

    Decrease line length

diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index 5f012d9..d1f3d19 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -87,7 +87,8 @@ private:
   void AddLibraries(cmComputeLinkInformation& cli, std::string& libstring);
   void WriteLibOptions(std::string const& config);
   void WriteEvents(std::string const& configName);
-  void WriteEvent(const char* name, std::vector<cmCustomCommand> const& commands,
+  void WriteEvent(const char* name,
+                  std::vector<cmCustomCommand> const& commands,
                   std::string const& configName);
   void WriteGroupSources(const char* name, ToolSources const& sources,
                          std::vector<cmSourceGroup>& );

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list