[Cmake-commits] CMake branch, next, updated. v3.3.0-1583-g6b24fa6
Brad King
brad.king at kitware.com
Fri Jul 31 08:41:56 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 6b24fa692f950a95e500ad3f41c51b9db642afa4 (commit)
via 9fbba28928d5fe8d5ab3b2750287dae28d2464f1 (commit)
from 22d1597f20869110edca4411236e8f5263cd5ece (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=6b24fa692f950a95e500ad3f41c51b9db642afa4
commit 6b24fa692f950a95e500ad3f41c51b9db642afa4
Merge: 22d1597 9fbba28
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jul 31 08:41:55 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jul 31 08:41:55 2015 -0400
Merge topic 'fix-xcode-quoting' into next
9fbba289 fixup! Xcode: Properly quote strings containing a tilde
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9fbba28928d5fe8d5ab3b2750287dae28d2464f1
commit 9fbba28928d5fe8d5ab3b2750287dae28d2464f1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Jul 31 08:41:13 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Jul 31 08:41:16 2015 -0400
fixup! Xcode: Properly quote strings containing a tilde
We don't maintain release notes for bug fixes, just features.
diff --git a/Help/release/dev/fix-xcode-quoting.rst b/Help/release/dev/fix-xcode-quoting.rst
deleted file mode 100644
index 33c47cc..0000000
--- a/Help/release/dev/fix-xcode-quoting.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-fix-xcode-quoting
------------------
-
-* During CMake 3.3 development a patch landed in CMake which made the
- CMake Xcode generator produce project files just like Xcode does.
- Xcode does not quote strings containing a period. That's why CMake
- stopped quoting those, too. But Xcode needs quoting for string with
- a tilde like ``icon29x29~ipad.png`` which were covered before due to
- the containing period. CMake now properly quotes strings containing
- a tilde.
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/fix-xcode-quoting.rst | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 Help/release/dev/fix-xcode-quoting.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list