[Cmake-commits] CMake branch, master, updated. v3.8.1-1346-g3fb4f33

Kitware Robot kwrobot at kitware.com
Tue May 30 11:35:04 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  3fb4f33c346aa31e077e672d15e0826d0bb5ec1e (commit)
       via  63fdc2f12bd00472a8108c2e234f84a0ce95a42c (commit)
      from  bd9ec9d1d07c4a24f537264e06c735c7a8b33810 (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=3fb4f33c346aa31e077e672d15e0826d0bb5ec1e
commit 3fb4f33c346aa31e077e672d15e0826d0bb5ec1e
Merge: bd9ec9d 63fdc2f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 30 15:28:10 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue May 30 11:28:21 2017 -0400

    Merge topic 'iwyu-gcc-7.1'
    
    63fdc2f1 IWYU: update mapping for gcc 7.1
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !906


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=63fdc2f12bd00472a8108c2e234f84a0ce95a42c
commit 63fdc2f12bd00472a8108c2e234f84a0ce95a42c
Author:     Daniel Pfeifer <daniel at pfeifer-mail.de>
AuthorDate: Tue May 30 13:00:57 2017 +0200
Commit:     Daniel Pfeifer <daniel at pfeifer-mail.de>
CommitDate: Tue May 30 13:03:00 2017 +0200

    IWYU: update mapping for gcc 7.1

diff --git a/Utilities/IWYU/mapping.imp b/Utilities/IWYU/mapping.imp
index 3604c0d..fe0f7df 100644
--- a/Utilities/IWYU/mapping.imp
+++ b/Utilities/IWYU/mapping.imp
@@ -21,6 +21,7 @@
   { include: [ "<wctype.h>", public, "<cwctype>", public ] },
 
   # HACK: check whether this can be removed with next iwyu release.
+  { include: [ "<bits/std_function.h>", private, "<functional>", public ] },
   { include: [ "<bits/time.h>", private, "<time.h>", public ] },
   { include: [ "<bits/types/clock_t.h>", private, "<time.h>", public ] },
   { include: [ "<bits/types/struct_timespec.h>", private, "<time.h>", public ] },

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

Summary of changes:
 Utilities/IWYU/mapping.imp |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list