[Cmake-commits] CMake branch, next, updated. v3.6.1-1769-g6b3464e

Brad King brad.king at kitware.com
Mon Sep 5 09:14:47 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  6b3464e88428f1c3856c610901265bc5cf4b71f0 (commit)
       via  6bca9d652806b40346e7e80726784d16c7634640 (commit)
      from  40cbdc24ce4fa2171ed001ccb09e4ddbe6689909 (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=6b3464e88428f1c3856c610901265bc5cf4b71f0
commit 6b3464e88428f1c3856c610901265bc5cf4b71f0
Merge: 40cbdc2 6bca9d6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 5 09:14:46 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 5 09:14:46 2016 -0400

    Merge topic 'test-GenerateExportHeader-with-RunCMake' into next
    
    6bca9d65 fixup! Tests: Port GenerateExportHeader test to RunCMake infrastructure


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6bca9d652806b40346e7e80726784d16c7634640
commit 6bca9d652806b40346e7e80726784d16c7634640
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 5 09:14:32 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 5 09:14:32 2016 -0400

    fixup! Tests: Port GenerateExportHeader test to RunCMake infrastructure

diff --git a/Utilities/Scripts/clang-format.bash b/Utilities/Scripts/clang-format.bash
index a9ef62b..a7080fc 100755
--- a/Utilities/Scripts/clang-format.bash
+++ b/Utilities/Scripts/clang-format.bash
@@ -126,7 +126,7 @@ $git_ls -z -- '*.c' '*.cc' '*.cpp' '*.cxx' '*.h' '*.hh' '*.hpp' '*.hxx' |
   egrep -z -v '^Utilities/(KW|cm).*/' |
 
   # Exclude reference content.
-  egrep -z -v '^Tests/Module/GenerateExportHeader/reference/' |
+  egrep -z -v '^Tests/RunCMake/GenerateExportHeader/reference/' |
 
   # Exclude manually-formatted sources (e.g. with long lines).
   egrep -z -v '^Tests/PositionIndependentTargets/pic_test.h' |

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

Summary of changes:
 Utilities/Scripts/clang-format.bash |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list