[Cmake-commits] CMake branch, next, updated. v3.2.0-944-gc1c2465

Brad King brad.king at kitware.com
Tue Mar 10 09:10:39 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  c1c24657fc549f6f332a91b875d1cd2126f32b91 (commit)
       via  f0879ca64db54ac909c4e10787918b50126f9ffb (commit)
      from  11915337b3e9e3964e5a98155d5399e76fe30803 (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=c1c24657fc549f6f332a91b875d1cd2126f32b91
commit c1c24657fc549f6f332a91b875d1cd2126f32b91
Merge: 1191533 f0879ca
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 10 09:10:38 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 10 09:10:38 2015 -0400

    Merge topic 'target-language-genex' into next
    
    f0879ca6 fixup! Help: Add release notes for target-language-genex.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f0879ca64db54ac909c4e10787918b50126f9ffb
commit f0879ca64db54ac909c4e10787918b50126f9ffb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 10 09:10:28 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 10 09:10:28 2015 -0400

    fixup! Help: Add release notes for target-language-genex.

diff --git a/Help/release/dev/target-language-genex.rst b/Help/release/dev/target-language-genex.rst
index d197900..ed4cb5e 100644
--- a/Help/release/dev/target-language-genex.rst
+++ b/Help/release/dev/target-language-genex.rst
@@ -1,8 +1,9 @@
 target-language-genex
 ---------------------
 
-* A new ``COMPILE_LANGUAGE``
-  :manual:`Generator expression <cmake-generator-expressions(7)>` allows
-  specifying compile options for target files based on :prop_sf:`LANGUAGE`.
-  This feature has varying support for various generators.  See the
-  :manual:`cmake-generator-expressions(7)` manual for details.
+* A new ``COMPILE_LANGUAGE`` generator expression was introduced to
+  allow specification of compile options for target files based on the
+  :prop_sf:`LANGUAGE` of each source file.  Due to limitations of the
+  underlying native build tools, this feature has varying support across
+  generators.  See the :manual:`cmake-generator-expressions(7)` manual
+  for details.

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

Summary of changes:
 Help/release/dev/target-language-genex.rst |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list