[Cmake-commits] CMake branch, next, updated. v3.7.0-rc3-950-g36bf6fd
Brad King
brad.king at kitware.com
Tue Nov 8 09:41:49 EST 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 36bf6fd1d42550c4c42e23d4816b1b1031efcf03 (commit)
via c8a128147963eea8bf40125873c722370ab54b0c (commit)
from 2a71480fa93b4c8bdb6485c1a78a9cd01f050791 (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=36bf6fd1d42550c4c42e23d4816b1b1031efcf03
commit 36bf6fd1d42550c4c42e23d4816b1b1031efcf03
Merge: 2a71480 c8a1281
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 8 09:41:48 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 8 09:41:48 2016 -0500
Merge topic 'include-what-you-use' into next
c8a12814 fixup! Fix several include-what-you-use findings
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c8a128147963eea8bf40125873c722370ab54b0c
commit c8a128147963eea8bf40125873c722370ab54b0c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 8 09:41:28 2016 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 8 09:41:28 2016 -0500
fixup! Fix several include-what-you-use findings
diff --git a/Source/cmExecutionStatus.h b/Source/cmExecutionStatus.h
index 311c7f5..fd3c416 100644
--- a/Source/cmExecutionStatus.h
+++ b/Source/cmExecutionStatus.h
@@ -3,8 +3,6 @@
#ifndef cmExecutionStatus_h
#define cmExecutionStatus_h
-
-
/** \class cmExecutionStatus
* \brief Superclass for all command status classes
*
diff --git a/Source/cmHexFileConverter.h b/Source/cmHexFileConverter.h
index 75c8028..1050bc1 100644
--- a/Source/cmHexFileConverter.h
+++ b/Source/cmHexFileConverter.h
@@ -3,8 +3,6 @@
#ifndef cmHexFileConverter_h
#define cmHexFileConverter_h
-
-
/** \class cmHexFileConverter
* \brief Can detects Intel Hex and Motorola S-record files and convert them
* to binary files.
diff --git a/Source/cm_codecvt.hxx b/Source/cm_codecvt.hxx
index b9c1d62..fcd9954 100644
--- a/Source/cm_codecvt.hxx
+++ b/Source/cm_codecvt.hxx
@@ -5,9 +5,9 @@
#include <cmConfigure.h>
-#include <wchar.h>
#include <locale>
#include <vector>
+#include <wchar.h>
class codecvt : public std::codecvt<char, char, mbstate_t>
{
-----------------------------------------------------------------------
Summary of changes:
Source/cmExecutionStatus.h | 2 --
Source/cmHexFileConverter.h | 2 --
Source/cm_codecvt.hxx | 2 +-
3 files changed, 1 insertion(+), 5 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list