[Cmake-commits] CMake branch, master, updated. v3.8.1-1348-g0bb6749

Kitware Robot kwrobot at kitware.com
Tue May 30 11:55:06 EDT 2017


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, master has been updated
       via  0bb67499c3f00a507be7af9ed524d21b0c469ad0 (commit)
       via  9685d0773c1290ad9e7238f6e24395dac3f18a3d (commit)
      from  3fb4f33c346aa31e077e672d15e0826d0bb5ec1e (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=0bb67499c3f00a507be7af9ed524d21b0c469ad0
commit 0bb67499c3f00a507be7af9ed524d21b0c469ad0
Merge: 3fb4f33 9685d07
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 30 15:50:43 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue May 30 11:50:48 2017 -0400

    Merge topic 'doc-dev-buildbot-lints'
    
    9685d077 Help/dev: Document buildbot lint-iwyu-tidy builder
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !897


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9685d0773c1290ad9e7238f6e24395dac3f18a3d
commit 9685d0773c1290ad9e7238f6e24395dac3f18a3d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri May 26 14:34:38 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 30 09:34:30 2017 -0400

    Help/dev: Document buildbot lint-iwyu-tidy builder
    
    This builder builds CMake using lint tools but does not run the test
    suite.  Document it for reviewers to request with `Do: test -i lint`.

diff --git a/Help/dev/review.rst b/Help/dev/review.rst
index c4122d4..9450bf0 100644
--- a/Help/dev/review.rst
+++ b/Help/dev/review.rst
@@ -216,7 +216,12 @@ Builder names follow the pattern ``project-host-os-buildtype-generator``:
 * ``host``: the buildbot host
 * ``os``: one of ``windows``, ``osx``, or ``linux``
 * ``buildtype``: ``release`` or ``debug``
-* ``generator``: ``ninja``, ``makefiles``, or ``vs<year>``
+* ``generator``: ``ninja``, ``makefiles``, ``vs<year>``,
+  or ``lint-iwyu-tidy``
+
+The special ``lint-<tools>`` generator name is a builder that builds
+CMake using lint tools but does not run the test suite (so the actual
+generator does not matter).
 
 .. _`buildbot`: http://buildbot.net
 .. _`CMake CDash Page`: https://open.cdash.org/index.php?project=CMake

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

Summary of changes:
 Help/dev/review.rst |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list