[Cmake-commits] CMake branch, next, updated. v3.0.0-rc5-3144-g1c69673
Stephen Kelly
steveire at gmail.com
Wed May 14 18:12:40 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, next has been updated
via 1c6967306ae58b03df273661dd9076ee1853aa46 (commit)
via 2ea825ad09040ef91d31c2008c4cb5f3483dd26b (commit)
from 27da992426b38969cf1399a7018a5b6f005f6b71 (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=1c6967306ae58b03df273661dd9076ee1853aa46
commit 1c6967306ae58b03df273661dd9076ee1853aa46
Merge: 27da992 2ea825a
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed May 14 18:12:39 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 14 18:12:39 2014 -0400
Merge topic 'compile-features-C-language' into next
2ea825ad Extend release notes.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2ea825ad09040ef91d31c2008c4cb5f3483dd26b
commit 2ea825ad09040ef91d31c2008c4cb5f3483dd26b
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 15 00:11:54 2014 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu May 15 00:11:54 2014 +0200
Extend release notes.
diff --git a/Help/release/dev/compile-language-features.rst b/Help/release/dev/compile-language-features.rst
index 3c5d7ca..fe72e39 100644
--- a/Help/release/dev/compile-language-features.rst
+++ b/Help/release/dev/compile-language-features.rst
@@ -7,6 +7,12 @@ target-language-features
:variable:`CMAKE_CXX_STANDARD` and :variable:`CMAKE_CXX_EXTENSIONS`
variables may be set to initialize the target properties.
+* New :prop_tgt:`C_STANDARD` and :prop_tgt:`C_EXTENSIONS` target
+ properties may specify values which CMake uses to compute required
+ compile options such as ``-std=c11`` or ``-std=gnu11``. The
+ :variable:`CMAKE_C_STANDARD` and :variable:`CMAKE_C_EXTENSIONS`
+ variables may be set to initialize the target properties.
+
* New :prop_tgt:`COMPILE_FEATURES` target property may contain a list
of features required to compile a target. CMake uses this
information to ensure that the compiler in use is capable of building
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/compile-language-features.rst | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list