[Cmake-commits] CMake branch, next, updated. v2.8.9-527-gbf44e1f

Stephen Kelly steveire at gmail.com
Thu Sep 13 16:18:35 EDT 2012


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  bf44e1f584cf53387391b498caf14e2a99012b8c (commit)
       via  bcf6f27b5d0519f647a6309a7965ffd3ce3cd940 (commit)
      from  8b1b7d960e36e5a61adca2b75750c09ab600b99f (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=bf44e1f584cf53387391b498caf14e2a99012b8c
commit bf44e1f584cf53387391b498caf14e2a99012b8c
Merge: 8b1b7d9 bcf6f27
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Sep 13 16:18:33 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 13 16:18:33 2012 -0400

    Merge topic 'generator-expression-refactor' into next
    
    bcf6f27 Fix width of long line.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bcf6f27b5d0519f647a6309a7965ffd3ce3cd940
commit bcf6f27b5d0519f647a6309a7965ffd3ce3cd940
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Sep 13 22:16:51 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Sep 13 22:16:51 2012 +0200

    Fix width of long line.

diff --git a/Source/cmGeneratorExpression.cxx b/Source/cmGeneratorExpression.cxx
index e1f3166..5146ad7 100644
--- a/Source/cmGeneratorExpression.cxx
+++ b/Source/cmGeneratorExpression.cxx
@@ -102,9 +102,9 @@ const char *cmCompiledGeneratorExpression::Evaluate(
 }
 
 cmCompiledGeneratorExpression::cmCompiledGeneratorExpression(
-                      cmListFileBacktrace const& backtrace,
-                      const std::vector<cmGeneratorExpressionEvaluator*> &evaluators,
-                      const char *input, bool needsParsing)
+              cmListFileBacktrace const& backtrace,
+              const std::vector<cmGeneratorExpressionEvaluator*> &evaluators,
+              const char *input, bool needsParsing)
   : Backtrace(backtrace), Evaluators(evaluators), Input(input),
     NeedsParsing(needsParsing)
 {

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list