[Cmake-commits] CMake branch, next, updated. v3.3.1-2953-gbcb5fce
Stephen Kelly
steveire at gmail.com
Tue Sep 15 14:31:47 EDT 2015
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 bcb5fcebe81f80c4f97e7955617132b4d8bbbe69 (commit)
via 10e937ad99ceadfed9dd4ebc89fd76f8b4afb4ea (commit)
from 6504dfb69a64795277cad6969d1c2b267535d287 (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=bcb5fcebe81f80c4f97e7955617132b4d8bbbe69
commit bcb5fcebe81f80c4f97e7955617132b4d8bbbe69
Merge: 6504dfb 10e937a
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Sep 15 14:31:46 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Sep 15 14:31:46 2015 -0400
Merge topic 'compute-default-dialect' into next
10e937ad fixup! Project: Determine default language dialect for the compiler.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=10e937ad99ceadfed9dd4ebc89fd76f8b4afb4ea
commit 10e937ad99ceadfed9dd4ebc89fd76f8b4afb4ea
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Sep 15 20:30:52 2015 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Sep 15 20:30:52 2015 +0200
fixup! Project: Determine default language dialect for the compiler.
diff --git a/Modules/CMakeCCompilerId.c.in b/Modules/CMakeCCompilerId.c.in
index 6c28040..b224007 100644
--- a/Modules/CMakeCCompilerId.c.in
+++ b/Modules/CMakeCCompilerId.c.in
@@ -26,7 +26,7 @@ char const* qnxnto = "INFO" ":" "qnxnto[]";
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
#if !defined(__STDC_VERSION__)
- "89"
+ "90"
#elif __STDC_VERSION__ >= 201000L
"11"
#elif __STDC_VERSION__ >= 199901L
-----------------------------------------------------------------------
Summary of changes:
Modules/CMakeCCompilerId.c.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list