[Cmake-commits] CMake branch, next, updated. v2.8.11-2272-g8bea290

Stephen Kelly steveire at gmail.com
Tue May 28 13:32:58 EDT 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  8bea2901ce56a626d7b5f1bf4a55ecf50927e878 (commit)
       via  813e1629d61aef9c21d0e54383d0414cb1010fb4 (commit)
      from  752812651f32dc7b0f65fadc6143e7c56dc68558 (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=8bea2901ce56a626d7b5f1bf4a55ecf50927e878
commit 8bea2901ce56a626d7b5f1bf4a55ecf50927e878
Merge: 7528126 813e162
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 28 13:32:53 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 28 13:32:53 2013 -0400

    Merge topic 'target-COMPILE_OPTIONS' into next
    
    813e162 Fix style.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=813e1629d61aef9c21d0e54383d0414cb1010fb4
commit 813e1629d61aef9c21d0e54383d0414cb1010fb4
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue May 28 19:32:20 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue May 28 19:32:20 2013 +0200

    Fix style.

diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index 762609c..8e08b9a 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -498,9 +498,11 @@ static const char* targetPropertyTransitiveWhitelist[] = {
   , "INTERFACE_COMPILE_OPTIONS"
 };
 
+//----------------------------------------------------------------------------
 struct TransitiveWhitelistCompare
 {
-  explicit TransitiveWhitelistCompare(const std::string &needle) : Needle(needle) {}
+  explicit TransitiveWhitelistCompare(const std::string &needle)
+    : Needle(needle) {}
   bool operator() (const char *item)
   { return strcmp(item, this->Needle.c_str()) == 0; }
 private:

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list