[Cmake-commits] CMake branch, master, updated. v3.7.0-rc3-429-g48910cf
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 48910cf0968a4c5b4ffd9093972498920404685f (commit) from 9df1cb0fa68869f8125025f20fa8c64467aab2e8 (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=48910cf0968a4c5b4ffd9093972498920404685f commit 48910cf0968a4c5b4ffd9093972498920404685f Author: Kitware Robot AuthorDate: Tue Nov 8 00:01:03 2016 -0500 Commit: Kitware Robot CommitDate: Tue Nov 8 00:01:03 2016 -0500 CMake Nightly Date Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 2af5821..817af3b 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,5 +1,5 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 7) -set(CMake_VERSION_PATCH 20161107) +set(CMake_VERSION_PATCH 20161108) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake ___ Cmake-commits mailing list Cmake-commits@cmake.org http://public.kitware.com/mailman/listinfo/cmake-commits
[Cmake-commits] CMake branch, next, updated. v3.7.0-rc3-948-g2a71480
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 2a71480fa93b4c8bdb6485c1a78a9cd01f050791 (commit) via 7719d01d2925429be2ee4f742cbce81c5c5e1044 (commit) from f2f7d5af951cdca95bd245838d5f24fea85a92cf (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=2a71480fa93b4c8bdb6485c1a78a9cd01f050791 commit 2a71480fa93b4c8bdb6485c1a78a9cd01f050791 Merge: f2f7d5a 7719d01 Author: Daniel Pfeifer AuthorDate: Mon Nov 7 14:07:05 2016 -0500 Commit: CMake Topic Stage CommitDate: Mon Nov 7 14:07:05 2016 -0500 Merge topic 'include-what-you-use' into next 7719d01d Fixup! Fix several include-what-you-use findings https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7719d01d2925429be2ee4f742cbce81c5c5e1044 commit 7719d01d2925429be2ee4f742cbce81c5c5e1044 Author: Daniel Pfeifer AuthorDate: Mon Nov 7 20:06:10 2016 +0100 Commit: Daniel Pfeifer CommitDate: Mon Nov 7 20:06:10 2016 +0100 Fixup! Fix several include-what-you-use findings diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index 1bade57..afff0f3 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -20,6 +20,7 @@ #undef GetCurrentDirectory #include +#include #include // include sys/stat.h after sys/types.h --- Summary of changes: Source/cmFileCommand.cxx |1 + 1 file changed, 1 insertion(+) hooks/post-receive -- CMake ___ Cmake-commits mailing list Cmake-commits@cmake.org http://public.kitware.com/mailman/listinfo/cmake-commits
[Cmake-commits] CMake branch, next, updated. v3.7.0-rc3-946-gf2f7d5a
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 f2f7d5af951cdca95bd245838d5f24fea85a92cf (commit) via 6086ab4f5cdfc87fa2bdac95ecf83c6d3677e5f2 (commit) from 0c32230ce5fd27d4a2515c7194df00b3c36b532d (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=f2f7d5af951cdca95bd245838d5f24fea85a92cf commit f2f7d5af951cdca95bd245838d5f24fea85a92cf Merge: 0c32230 6086ab4 Author: Daniel Pfeifer AuthorDate: Mon Nov 7 03:02:47 2016 -0500 Commit: CMake Topic Stage CommitDate: Mon Nov 7 03:02:47 2016 -0500 Merge topic 'include-what-you-use' into next 6086ab4f Fixup! Fix several include-what-you-use findings https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6086ab4f5cdfc87fa2bdac95ecf83c6d3677e5f2 commit 6086ab4f5cdfc87fa2bdac95ecf83c6d3677e5f2 Author: Daniel Pfeifer AuthorDate: Mon Nov 7 09:00:32 2016 +0100 Commit: Daniel Pfeifer CommitDate: Mon Nov 7 09:00:32 2016 +0100 Fixup! Fix several include-what-you-use findings diff --git a/Source/cmStateSnapshot.cxx b/Source/cmStateSnapshot.cxx index cf6cb1b..c6288a5 100644 --- a/Source/cmStateSnapshot.cxx +++ b/Source/cmStateSnapshot.cxx @@ -18,6 +18,10 @@ #include "cmVersion.h" #include "cmake.h" +#if defined(__CYGWIN__) +#include "cmSystemTools.h" +#endif + cmStateSnapshot::cmStateSnapshot(cmState* state) : State(state) , Position() --- Summary of changes: Source/cmStateSnapshot.cxx |4 1 file changed, 4 insertions(+) hooks/post-receive -- CMake ___ Cmake-commits mailing list Cmake-commits@cmake.org http://public.kitware.com/mailman/listinfo/cmake-commits