[Cmake-commits] CMake branch, next, updated. v3.6.0-rc3-568-g5317213

Brad King brad.king at kitware.com
Tue Jun 28 09:01:59 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  53172138c490efe4e0b446c15af40fce00d09558 (commit)
       via  e593f58b19c63036eacc983d3c8e2c077dab08b5 (commit)
      from  d3f7f4ee06beddd42de105c917906fc732eb9462 (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=53172138c490efe4e0b446c15af40fce00d09558
commit 53172138c490efe4e0b446c15af40fce00d09558
Merge: d3f7f4e e593f58
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 28 09:01:59 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 28 09:01:59 2016 -0400

    Merge topic 'compiler-features' into next
    
    e593f58b fixup! use CM_NULLPTR


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e593f58b19c63036eacc983d3c8e2c077dab08b5
commit e593f58b19c63036eacc983d3c8e2c077dab08b5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 28 09:01:03 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jun 28 09:01:44 2016 -0400

    fixup! use CM_NULLPTR

diff --git a/Source/cmake.h b/Source/cmake.h
index 007774f..4a5376d 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -574,7 +574,7 @@ private:
   F(cxx_long_long_type)                                                       \
   F(cxx_noexcept)                                                             \
   F(cxx_nonstatic_member_init)                                                \
-  F(cxx_nullptr)                                                           \
+  F(cxx_nullptr)                                                              \
   F(cxx_override)                                                             \
   F(cxx_range_for)                                                            \
   F(cxx_raw_string_literals)                                                  \

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

Summary of changes:
 Source/cmake.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list