[Cmake-commits] CMake branch, next, updated. v2.8.12-4935-ge68da6a

Brad King brad.king at kitware.com
Tue Nov 5 13:38:06 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  e68da6aa806590c0b89021bb74a8066a2c73c5c2 (commit)
       via  820c4043e325e2053ad69931dcf58e9af82d4189 (commit)
       via  4abdee6ba3a5234f6b5fb9d6441ef09c99d79ca7 (commit)
       via  3063011352ebf2311ae3a9407066f32d6403b26b (commit)
      from  5cb35e87647d05c7a79b5c5ba7d9bff0165b6fbd (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=e68da6aa806590c0b89021bb74a8066a2c73c5c2
commit e68da6aa806590c0b89021bb74a8066a2c73c5c2
Merge: 5cb35e8 820c404
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 13:38:04 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 5 13:38:04 2013 -0500

    Merge topic 'test-release' into next
    
    820c404 Merge branch 'release' into test-release
    4abdee6 CMake 2.8.12.1
    3063011 Merge branch 'fix-automoc-compile-definitions' into release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=820c4043e325e2053ad69931dcf58e9af82d4189
commit 820c4043e325e2053ad69931dcf58e9af82d4189
Merge: e313d39 4abdee6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 13:37:35 2013 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 5 13:37:35 2013 -0500

    Merge branch 'release' into test-release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4abdee6ba3a5234f6b5fb9d6441ef09c99d79ca7
commit 4abdee6ba3a5234f6b5fb9d6441ef09c99d79ca7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 12:30:20 2013 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 5 12:30:20 2013 -0500

    CMake 2.8.12.1

diff --git a/ChangeLog.manual b/ChangeLog.manual
index 0e84fb6..5d2dc8b 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,29 @@
+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 (5):
+      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
+      Automoc: Add directory-level COMPILE_DEFINITIONS to command line (#14535)
+
+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=3063011352ebf2311ae3a9407066f32d6403b26b
commit 3063011352ebf2311ae3a9407066f32d6403b26b
Merge: 850276d a1b9465
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 5 12:06:28 2013 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Nov 5 12:06:28 2013 -0500

    Merge branch 'fix-automoc-compile-definitions' into release


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

Summary of changes:
 ChangeLog.manual |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list