[Cmake-commits] CMake branch, next, updated. v3.1.1-2606-gf95cfd9

Brad King brad.king at kitware.com
Wed Feb 4 16:37:02 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  f95cfd91ff382777936cce827596de63718fdbbe (commit)
       via  977eb5b472d036bfc38abcfdd8eb454a5f606022 (commit)
      from  fb35d8df9d7263cb417fb4037df768fa40a49ed9 (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=f95cfd91ff382777936cce827596de63718fdbbe
commit f95cfd91ff382777936cce827596de63718fdbbe
Merge: fb35d8d 977eb5b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 4 16:37:01 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 4 16:37:01 2015 -0500

    Merge topic 'doc-3.2-relnotes' into next
    
    977eb5b4 Help: Revise 3.2 relnotes on unicode


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=977eb5b472d036bfc38abcfdd8eb454a5f606022
commit 977eb5b472d036bfc38abcfdd8eb454a5f606022
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 4 16:36:45 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Feb 4 16:36:45 2015 -0500

    Help: Revise 3.2 relnotes on unicode

diff --git a/Help/release/3.2.0.rst b/Help/release/3.2.0.rst
index fc3c1b3..f683438 100644
--- a/Help/release/3.2.0.rst
+++ b/Help/release/3.2.0.rst
@@ -13,13 +13,14 @@ New Features
 Syntax
 ------
 
-* On Windows, CMake learned to support international characters.
-  This allows use of characters from multiple (spoken) languages
-  in CMake code, paths to source files, configured files such as
-  ``.h.in`` files, and other files read and written by CMake.
-  Because CMake interoperates with many other tools, there may
-  still be some limitations when using certain international
-  characters.
+* CMake learned to support unicode characters encoded as UTF-8
+  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
+  source files, configured files such as ``.h.in`` files, and
+  other files read and written by CMake.  Note that because CMake
+  interoperates with many other tools, there may still be some
+  limitations when using certain unicode characters.
 
 Commands
 --------
@@ -228,7 +229,6 @@ Deprecated and Removed Features
   compatible.  If files were in a different encoding, including
   Latin 1, they will need to be converted.
 
-
 * The implementation of CMake now relies on some C++ compiler features which
   are not supported by some older compilers.  As a result, those old compilers
   can no longer be used to build CMake itself.  CMake continues to be able to

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

Summary of changes:
 Help/release/3.2.0.rst |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list