[Cmake-commits] CMake branch, master, updated. v3.0.0-rc6-958-gc531552
Brad King
brad.king at kitware.com
Tue May 27 09:46:36 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 c5315524629bea99ccaaa4e0e666fe4918f66064 (commit)
via ca5d990f02b464f5b5033311d3712ffb02dbd54a (commit)
via b4d33f648465e0b4468cc20a1bbceb67e90fb65c (commit)
from 4a67e9cd4122e668a6d0352e2a18a4aad6953d7d (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=c5315524629bea99ccaaa4e0e666fe4918f66064
commit c5315524629bea99ccaaa4e0e666fe4918f66064
Merge: 4a67e9c ca5d990
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue May 27 09:46:35 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 27 09:46:35 2014 -0400
Merge topic 'compile-features-manual'
ca5d990f Help: Add a manual for compiler feature control.
b4d33f64 Features: Add missing variable reference in docs.
-----------------------------------------------------------------------
Summary of changes:
Help/command/target_compile_features.rst | 3 +-
Help/index.rst | 1 +
Help/manual/cmake-compile-features.7.rst | 297 +++++++++++++++++++++++++
Help/manual/cmake-developer.7.rst | 45 ++++
Help/manual/cmake-generator-expressions.7.rst | 4 +-
Help/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.rst | 4 +-
Help/prop_gbl/CMAKE_C_KNOWN_FEATURES.rst | 3 +-
Help/prop_tgt/COMPILE_FEATURES.rst | 3 +-
Help/prop_tgt/CXX_EXTENSIONS.rst | 7 +
Help/prop_tgt/CXX_STANDARD.rst | 3 +
Help/prop_tgt/CXX_STANDARD_REQUIRED.rst | 3 +
Help/prop_tgt/C_EXTENSIONS.rst | 7 +
Help/prop_tgt/C_STANDARD.rst | 3 +
Help/prop_tgt/C_STANDARD_REQUIRED.rst | 3 +
Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst | 4 +-
Help/variable/CMAKE_CXX_COMPILE_FEATURES.rst | 3 +
Help/variable/CMAKE_CXX_EXTENSIONS.rst | 3 +
Help/variable/CMAKE_CXX_STANDARD.rst | 3 +
Help/variable/CMAKE_CXX_STANDARD_REQUIRED.rst | 3 +
Help/variable/CMAKE_C_COMPILE_FEATURES.rst | 3 +
Help/variable/CMAKE_C_EXTENSIONS.rst | 3 +
Help/variable/CMAKE_C_STANDARD.rst | 3 +
Help/variable/CMAKE_C_STANDARD_REQUIRED.rst | 3 +
Modules/WriteCompilerDetectionHeader.cmake | 3 +
24 files changed, 411 insertions(+), 6 deletions(-)
create mode 100644 Help/manual/cmake-compile-features.7.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list