[Cmake-commits] CMake branch, next, updated. v3.2.1-1388-g829b8cd

Brad King brad.king at kitware.com
Thu Apr 2 09:15:58 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, next has been updated
       via  829b8cda7ce51877d946627beb3335a2ac4806c5 (commit)
       via  42579f6c0ed3fe25264d23cb5e949d07acd94221 (commit)
      from  e1f67dde426de4ab2c2e9013972bc51b81883cd0 (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=829b8cda7ce51877d946627beb3335a2ac4806c5
commit 829b8cda7ce51877d946627beb3335a2ac4806c5
Merge: e1f67dd 42579f6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 2 09:15:57 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 2 09:15:57 2015 -0400

    Merge topic 'vs-xaml' into next
    
    42579f6c fixup! VS: Add support for XAML source files


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42579f6c0ed3fe25264d23cb5e949d07acd94221
commit 42579f6c0ed3fe25264d23cb5e949d07acd94221
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 2 09:15:02 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Apr 2 09:15:10 2015 -0400

    fixup! VS: Add support for XAML source files
    
    Wrap long lines.

diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index ae6116f..dad6f93 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -553,8 +553,8 @@ void cmVisualStudio10TargetGenerator::WriteXamlFilesGroup()
   if (!xamlObjs.empty())
     {
     this->WriteString("<ItemGroup>\n", 1);
-    for (std::vector<cmSourceFile const*>::const_iterator oi = xamlObjs.begin();
-      oi != xamlObjs.end(); ++oi)
+    for (std::vector<cmSourceFile const*>::const_iterator
+           oi = xamlObjs.begin(); oi != xamlObjs.end(); ++oi)
       {
       std::string obj = (*oi)->GetFullPath();
       std::string xamlType;

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

Summary of changes:
 Source/cmVisualStudio10TargetGenerator.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list