[Cmake-commits] CMake branch, next, updated. v3.5.2-1338-g0823297

Brad King brad.king at kitware.com
Wed May 11 15:19:57 EDT 2016


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  0823297845024f9fd0a47a3e8b7b5abbdd647100 (commit)
       via  062593273f4765e2948993992eaeac9acdab0e27 (commit)
      from  e3cf5a36e87691c9e806e8e2adcbb966735c1012 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0823297845024f9fd0a47a3e8b7b5abbdd647100
commit 0823297845024f9fd0a47a3e8b7b5abbdd647100
Merge: e3cf5a3 0625932
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed May 11 15:19:56 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 11 15:19:56 2016 -0400

    Merge topic 'clang-format-prep' into next
    
    06259327 Tests: Wrap long comment lines in VSXaml test


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=062593273f4765e2948993992eaeac9acdab0e27
commit 062593273f4765e2948993992eaeac9acdab0e27
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed May 11 15:16:04 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed May 11 15:16:04 2016 -0400

    Tests: Wrap long comment lines in VSXaml test
    
    Manually wrap the lines and remove literal tab characters.  This avoids
    problems with incremental formatting by clang-format.

diff --git a/Tests/VSXaml/App.xaml.cpp b/Tests/VSXaml/App.xaml.cpp
index 2cb2b32..a187ed5 100644
--- a/Tests/VSXaml/App.xaml.cpp
+++ b/Tests/VSXaml/App.xaml.cpp
@@ -26,8 +26,9 @@ using namespace Windows::UI::Xaml::Navigation;
 // The Blank Application template is documented at http://go.microsoft.com/fwlink/?LinkId=234227
 
 /// <summary>
-/// Initializes the singleton application object.  This is the first line of authored code
-/// executed, and as such is the logical equivalent of main() or WinMain().
+/// Initializes the singleton application object.  This is the first line of
+/// authored code executed, and as such is the logical equivalent of main()
+/// or WinMain().
 /// </summary>
 App::App()
 {
@@ -36,8 +37,9 @@ App::App()
 }
 
 /// <summary>
-/// Invoked when the application is launched normally by the end user.	Other entry points
-/// will be used such as when the application is launched to open a specific file.
+/// Invoked when the application is launched normally by the end user.
+/// Other entry points will be used such as when the application is
+/// launched to open a specific file.
 /// </summary>
 /// <param name="e">Details about the launch request and process.</param>
 void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e)
@@ -101,9 +103,9 @@ void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEvent
 }
 
 /// <summary>
-/// Invoked when application execution is being suspended.	Application state is saved
-/// without knowing whether the application will be terminated or resumed with the contents
-/// of memory still intact.
+/// Invoked when application execution is being suspended.  Application state
+/// is saved without knowing whether the application will be terminated or
+/// resumed with the contents of memory still intact.
 /// </summary>
 /// <param name="sender">The source of the suspend request.</param>
 /// <param name="e">Details about the suspend request.</param>

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

Summary of changes:
 Tests/VSXaml/App.xaml.cpp |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list