[Cmake-commits] CMake branch, next, updated. v3.1.1-2624-gb901131
Brad King
brad.king at kitware.com
Thu Feb 5 08:42:44 EST 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 b901131640c66afdfc10f0b9d0f8bd3a59976daf (commit)
via f5d4c0dbf8e2d5182e458504a3fc882e9b83230b (commit)
via 103f8137d247fe790caed9b062e199d119e60392 (commit)
from 18e30fbaeb6a2c6a7ce66d8748f68ebaacca667a (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=b901131640c66afdfc10f0b9d0f8bd3a59976daf
commit b901131640c66afdfc10f0b9d0f8bd3a59976daf
Merge: 18e30fb f5d4c0d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 5 08:42:42 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 5 08:42:42 2015 -0500
Merge topic 'doc-3.2-relnotes' into next
f5d4c0db fixup! Help: Organize and revise 3.2 release notes
103f8137 Help: Add link target to cmake-language.7 encoding section
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f5d4c0dbf8e2d5182e458504a3fc882e9b83230b
commit f5d4c0dbf8e2d5182e458504a3fc882e9b83230b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 4 18:58:48 2015 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Feb 4 18:58:48 2015 -0500
fixup! Help: Organize and revise 3.2 release notes
diff --git a/Help/release/3.2.0.rst b/Help/release/3.2.0.rst
index f683438..5b12163 100644
--- a/Help/release/3.2.0.rst
+++ b/Help/release/3.2.0.rst
@@ -13,7 +13,8 @@ New Features
Syntax
------
-* CMake learned to support unicode characters encoded as UTF-8
+* CMake learned to support unicode characters
+ :ref:`encoded as UTF-8 <CMake Language Encoding>`
on Windows. This was already supported on platforms whose
system APIs accept UTF-8 encoded strings.
Unicode characters may now be used in CMake code, paths to
@@ -89,10 +90,6 @@ Properties
Modules
-------
-* The :module:`CTestCoverageCollectGCOV` module was introduced as an
- alternative to the :command:`ctest_coverage` command for collecting
- ``gcov`` results for submission to CDash.
-
* The :module:`ExternalData` module learned to support
:ref:`Custom Fetch Scripts <ExternalData Custom Fetch Scripts>`.
This allows projects to specify custom ``.cmake`` scripts for
@@ -158,8 +155,13 @@ CTest
-----
* The :command:`ctest_coverage` command learned to support Delphi coverage.
+
* The :command:`ctest_coverage` command learned to support Javascript coverage.
+* The :module:`CTestCoverageCollectGCOV` module was introduced as an
+ alternative to the :command:`ctest_coverage` command for collecting
+ ``gcov`` results for submission to CDash.
+
CPack
-----
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=103f8137d247fe790caed9b062e199d119e60392
commit 103f8137d247fe790caed9b062e199d119e60392
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 4 18:58:05 2015 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Feb 4 18:58:05 2015 -0500
Help: Add link target to cmake-language.7 encoding section
diff --git a/Help/manual/cmake-language.7.rst b/Help/manual/cmake-language.7.rst
index 5ec5858..3e0297c 100644
--- a/Help/manual/cmake-language.7.rst
+++ b/Help/manual/cmake-language.7.rst
@@ -57,6 +57,8 @@ variable.
Syntax
======
+.. _`CMake Language Encoding`:
+
Encoding
--------
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-language.7.rst | 2 ++
Help/release/3.2.0.rst | 12 +++++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list