[Cmake-commits] CMake branch, master, updated. v3.0.0-rc4-892-ge506f1f

Brad King brad.king at kitware.com
Mon May 12 09:31:09 EDT 2014


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  e506f1f16e53915c42b4a0198dc91f232e1d1b9a (commit)
       via  f782417b8cf3d9295ce33ca7214674e5db03efdd (commit)
      from  f20bb8f00371e932a481f5a84e3418cb47cdb041 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e506f1f16e53915c42b4a0198dc91f232e1d1b9a
commit e506f1f16e53915c42b4a0198dc91f232e1d1b9a
Merge: f20bb8f f782417
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon May 12 09:31:08 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 12 09:31:08 2014 -0400

    Merge topic 'features-gnu-oldest-supported'
    
    f782417b Features: Record the oldest supported compiler.

diff --cc Modules/Compiler/GNU-CXX-FeatureTests.cmake
index 64ddc59,7be4657..c65c22c
--- a/Modules/Compiler/GNU-CXX-FeatureTests.cmake
+++ b/Modules/Compiler/GNU-CXX-FeatureTests.cmake
@@@ -1,9 -1,9 +1,9 @@@
  
  # Reference: http://gcc.gnu.org/projects/cxx0x.html
  
- set(_oldestSupported "(__GNUC__ * 100 + __GNUC_MINOR__) >= 407")
+ set(_cmake_oldestSupported "(__GNUC__ * 100 + __GNUC_MINOR__) >= 407")
  # Introduced in GCC 4.8.1
 -set(GNU481_CXX11 "((__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __GNUC_PATCHLEVEL__ >= 1) && __cplusplus >= 201103L")
 +set(GNU481_CXX11 "((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) && __cplusplus >= 201103L")
  set(_cmake_feature_test_cxx_decltype_incomplete_return_types "${GNU481_CXX11}")
  set(_cmake_feature_test_cxx_reference_qualified_functions "${GNU481_CXX11}")
  set(GNU48_CXX11 "(__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L")

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

Summary of changes:
 Modules/Compiler/GNU-CXX-FeatureTests.cmake |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list