[Cmake-commits] CMake branch, next, updated. v3.2.1-1313-g079d87a
Brad King
brad.king at kitware.com
Tue Mar 31 11:31:58 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 079d87ab511129a47ec67e9e9690696434b41bfc (commit)
via 1570a4df9246c5f9b7a6818c367ddb596b84d083 (commit)
from 1d136a8197a3583b034f52ab2fb4e8caacb6ef29 (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=079d87ab511129a47ec67e9e9690696434b41bfc
commit 079d87ab511129a47ec67e9e9690696434b41bfc
Merge: 1d136a8 1570a4d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 31 11:31:57 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 31 11:31:57 2015 -0400
Merge topic 'UseSWIG-no-MAIN_DEPENDENCY' into next
1570a4df Help: Add notes for topic 'UseSWIG-no-MAIN_DEPENDENCY'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1570a4df9246c5f9b7a6818c367ddb596b84d083
commit 1570a4df9246c5f9b7a6818c367ddb596b84d083
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 31 11:28:47 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 31 11:31:27 2015 -0400
Help: Add notes for topic 'UseSWIG-no-MAIN_DEPENDENCY'
diff --git a/Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst b/Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst
new file mode 100644
index 0000000..5311cf1
--- /dev/null
+++ b/Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst
@@ -0,0 +1,9 @@
+UseSWIG-no-MAIN_DEPENDENCY
+--------------------------
+
+* The :module:`UseSWIG` module ``SWIG_ADD_MODULE`` macro no
+ longer attaches the swig invocation custom command to the
+ ``.i`` source file in IDE projects. This is because only
+ one custom command can be safely attached to a given source
+ file, and adding multiple modules with the same ``.i`` file
+ for different languages requires more than one such command.
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list