[Cmake-commits] CMake branch, next, updated. v2.8.12-4895-g2dd5c0d
Brad King
brad.king at kitware.com
Tue Nov 5 08:19:22 EST 2013
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 2dd5c0d0d2481a78b9d20ef769c11be03d376dbc (commit)
via f68a4a2b1da450e2ed156e2a9dd2973626f1194a (commit)
via c438cdb5869aa00eb8426924152d2d5f3bd6f3c5 (commit)
via 850276d2b445aecc19c48c764865fc697d87739c (commit)
via b84854676b23cf91cb132c61ad9618f4c8c37124 (commit)
via 17bc96d3361263d99be51dd1f170cab6d6aee137 (commit)
via e996b4e6dc192a11941f9c77e04aec400f4095da (commit)
via 71eee316c20e15401bbf6d9519288da0de54fb37 (commit)
via 922876b0c001346de34a36f9224cab8633e16f71 (commit)
via 81eab21eb589f72cac6d7aa2eb0302f5f8d46864 (commit)
from d294b815de338f40f78d9a531c5e482e663e4e20 (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=2dd5c0d0d2481a78b9d20ef769c11be03d376dbc
commit 2dd5c0d0d2481a78b9d20ef769c11be03d376dbc
Merge: d294b81 f68a4a2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 08:19:20 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 5 08:19:20 2013 -0500
Merge topic 'test-release' into next
f68a4a2 Merge branch 'release' into test-release
c438cdb CMake 2.8.12.1
850276d Merge branch 'cmake-E-automoc-crash' into release
b848546 Merge branch 'clear-evaluation-files' into release
17bc96d Merge branch 'policy-CMP0022-fixes' into release
e996b4e Merge branch 'object-library-no-TARGET_FILE' into release
71eee31 Merge branch 'object-library-missing-source' into release
922876b Merge branch 'vs12-parallel-cl-FS' into release
81eab21 Merge branch 'FindCUDA-NPP-5.5' into release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f68a4a2b1da450e2ed156e2a9dd2973626f1194a
commit f68a4a2b1da450e2ed156e2a9dd2973626f1194a
Merge: 4ab8850 c438cdb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 08:18:55 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 5 08:18:55 2013 -0500
Merge branch 'release' into test-release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c438cdb5869aa00eb8426924152d2d5f3bd6f3c5
commit c438cdb5869aa00eb8426924152d2d5f3bd6f3c5
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 07:48:32 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 5 07:48:32 2013 -0500
CMake 2.8.12.1
diff --git a/ChangeLog.manual b/ChangeLog.manual
index 0e84fb6..e86d890 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,28 @@
+Changes in CMake 2.8.12.1 (since 2.8.12)
+----------------------------------------
+Brad King (9):
+ MSVC: Add /FS flag for cl >= 18 to allow parallel compilation (#14492)
+ Genex: Reject $<TARGET_FILE:...> for object libraries (#14532)
+ Check for OBJECT_LIBRARY source files at start of generation
+ CMP0022: Plain target_link_libraries must populate link interface
+ Do not export INTERFACE_LINK_LIBRARIES from non-linkable targets
+ CMP0022: Warn about a given target at most once
+ Fix summary documentation of INTERFACE_LINK_LIBRARIES
+ file(GENERATE): Clear internal records between configures
+ cmake: Validate -E cmake_automoc argument count (#14545)
+
+Modestas Vainius (1):
+ Fix spelling in INTERFACE_LINK_LIBRARIES documentation (#14542)
+
+Stephen Kelly (4):
+ CMP0022: Output link interface mismatch for static library warning
+ Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.
+ CMP0022: Add unit test for null pointer check and message.
+ CMP0022: Add test for target_link_libraries plain signature
+
+Vladislav Vinogradov (1):
+ FindCUDA: Fix NPP library search for CUDA 5.5
+
Changes in CMake 2.8.12 (since 2.8.12-rc4)
------------------------------------------
Brad King (4):
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 63751fb..5027370 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -2,5 +2,5 @@
set(CMake_VERSION_MAJOR 2)
set(CMake_VERSION_MINOR 8)
set(CMake_VERSION_PATCH 12)
-set(CMake_VERSION_TWEAK 0)
+set(CMake_VERSION_TWEAK 1)
#set(CMake_VERSION_RC 0)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=850276d2b445aecc19c48c764865fc697d87739c
commit 850276d2b445aecc19c48c764865fc697d87739c
Merge: b848546 9ef66f2
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 07:47:36 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 5 07:47:36 2013 -0500
Merge branch 'cmake-E-automoc-crash' into release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b84854676b23cf91cb132c61ad9618f4c8c37124
commit b84854676b23cf91cb132c61ad9618f4c8c37124
Merge: 17bc96d 2e388cc
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 4 16:35:30 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 4 16:35:30 2013 -0500
Merge branch 'clear-evaluation-files' into release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=17bc96d3361263d99be51dd1f170cab6d6aee137
commit 17bc96d3361263d99be51dd1f170cab6d6aee137
Merge: e996b4e 603fe92
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 4 08:40:03 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 4 08:40:03 2013 -0500
Merge branch 'policy-CMP0022-fixes' into release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e996b4e6dc192a11941f9c77e04aec400f4095da
commit e996b4e6dc192a11941f9c77e04aec400f4095da
Merge: 71eee31 d960589
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sat Nov 2 13:41:54 2013 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Sat Nov 2 13:41:54 2013 -0400
Merge branch 'object-library-no-TARGET_FILE' into release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=71eee316c20e15401bbf6d9519288da0de54fb37
commit 71eee316c20e15401bbf6d9519288da0de54fb37
Merge: 922876b 5a2fc3d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sat Nov 2 13:41:47 2013 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Sat Nov 2 13:41:47 2013 -0400
Merge branch 'object-library-missing-source' into release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=922876b0c001346de34a36f9224cab8633e16f71
commit 922876b0c001346de34a36f9224cab8633e16f71
Merge: 81eab21 216afc8
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sat Nov 2 13:41:42 2013 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Sat Nov 2 13:41:42 2013 -0400
Merge branch 'vs12-parallel-cl-FS' into release
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=81eab21eb589f72cac6d7aa2eb0302f5f8d46864
commit 81eab21eb589f72cac6d7aa2eb0302f5f8d46864
Merge: ffff99c 5076218
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sat Nov 2 13:40:57 2013 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Sat Nov 2 13:40:57 2013 -0400
Merge branch 'FindCUDA-NPP-5.5' into release
-----------------------------------------------------------------------
Summary of changes:
ChangeLog.manual | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list