[Cmake-commits] CMake branch, next, updated. v3.5.2-1214-g47c4874

Brad King brad.king at kitware.com
Tue May 3 09:23:32 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  47c487443e5fa5bf2b9a533767f3ab5cae8ab4db (commit)
       via  53e3089011c185aad03e47077a16d1e27308b0ef (commit)
      from  8dcc19ebc3a565165a0e3de62f64313a080b7250 (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=47c487443e5fa5bf2b9a533767f3ab5cae8ab4db
commit 47c487443e5fa5bf2b9a533767f3ab5cae8ab4db
Merge: 8dcc19e 53e3089
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 3 09:23:32 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 3 09:23:32 2016 -0400

    Merge topic 'clang-format-include-order' into next
    
    53e30890 Tests: Fix Plugin test include order


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=53e3089011c185aad03e47077a16d1e27308b0ef
commit 53e3089011c185aad03e47077a16d1e27308b0ef
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 3 09:20:42 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 3 09:21:57 2016 -0400

    Tests: Fix Plugin test include order
    
    Fix the order accidentally broken by commit e1c77472 (Format include
    directive blocks and ordering with clang-format, 2016-04-29).  Include
    the KWSys header first in its own block so that it is not moved by tools
    that re-order includes.  It must be included first to define large file
    support macros consistently.

diff --git a/Tests/Plugin/src/example_exe.cxx b/Tests/Plugin/src/example_exe.cxx
index 393bb68..fd23e8f 100644
--- a/Tests/Plugin/src/example_exe.cxx
+++ b/Tests/Plugin/src/example_exe.cxx
@@ -1,9 +1,10 @@
+#include <kwsys/DynamicLoader.hxx>
+
 #include <example.h>
 
 #include <example_exe.h>
 
 #include <iostream>
-#include <kwsys/DynamicLoader.hxx>
 #include <string>
 
 #include <stdio.h>

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

Summary of changes:
 Tests/Plugin/src/example_exe.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list