[Cmake-commits] CMake branch, next, updated. v3.5.0-rc2-110-gf262c1d

Brad King brad.king at kitware.com
Thu Feb 11 09:56:06 EST 2016


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  f262c1da2776195a49fd09de2115e5dddbfc5b5a (commit)
       via  878632c90e4811ed08e5d1c298de8ae61d79f620 (commit)
      from  35c20b47d86644be7bc840b9584cbb85f5ff95a5 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f262c1da2776195a49fd09de2115e5dddbfc5b5a
commit f262c1da2776195a49fd09de2115e5dddbfc5b5a
Merge: 35c20b4 878632c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 11 09:56:03 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 11 09:56:03 2016 -0500

    Merge topic 'doc-xcode-escaping-fix' into next
    
    878632c9 Help: Add release note about Xcode escaping fix (#15969)


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=878632c90e4811ed08e5d1c298de8ae61d79f620
commit 878632c90e4811ed08e5d1c298de8ae61d79f620
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 11 09:52:37 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Feb 11 09:53:34 2016 -0500

    Help: Add release note about Xcode escaping fix (#15969)
    
    The fix in commit v3.5.0-rc1~84^2 (Xcode: Escape all backslashes in
    strings, 2015-12-27) is a change in behavior that can break existing
    projects that worked around the inconsistency with other generators.
    Add a release note to call attention to this change in behavior.

diff --git a/Help/release/3.5.rst b/Help/release/3.5.rst
index 3d1e3b4..62703b3 100644
--- a/Help/release/3.5.rst
+++ b/Help/release/3.5.rst
@@ -167,6 +167,12 @@ Deprecated and Removed Features
   may break scripts that worked around the bug with their own extra
   quoting or escaping.
 
+* The :generator:`Xcode` generator was fixed to escape backslashes in
+  strings consistently with other generators.  Projects that previously
+  worked around the inconsistecy with an extra level of backslashes
+  conditioned on the Xcode generator must be updated to remove the
+  workaround for CMake 3.5 and greater.
+
 Other Changes
 =============
 

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

Summary of changes:
 Help/release/3.5.rst |    6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list