[Cmake-commits] CMake branch, next, updated. v2.8.12.1-7153-g82404d6

Brad King brad.king at kitware.com
Thu Jan 16 09:39:06 EST 2014


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  82404d666988deb328adab006cd31b5ce2f9d197 (commit)
       via  eb4c37674b383647c3dc2c478e8c711b4140f9b8 (commit)
       via  0b3781e4c497566acaa504d4106d11c02a642501 (commit)
       via  80e40485b7dd8805c0b54e79f55aa25c648a09f4 (commit)
      from  d976123a5d12cbb8e6bdcad7d1df3b8485842a9e (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=82404d666988deb328adab006cd31b5ce2f9d197
commit 82404d666988deb328adab006cd31b5ce2f9d197
Merge: d976123 eb4c376
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 16 09:39:05 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 16 09:39:05 2014 -0500

    Merge topic 'test-release' into next
    
    eb4c3767 Merge branch 'release' into test-release
    0b3781e4 CMake 2.8.12.2
    80e40485 Merge branch 'ninja_fix_rerun' into release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eb4c37674b383647c3dc2c478e8c711b4140f9b8
commit eb4c37674b383647c3dc2c478e8c711b4140f9b8
Merge: 0d2318d 0b3781e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 16 09:32:32 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jan 16 09:32:32 2014 -0500

    Merge branch 'release' into test-release


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0b3781e4c497566acaa504d4106d11c02a642501
commit 0b3781e4c497566acaa504d4106d11c02a642501
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 16 09:31:28 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jan 16 09:31:28 2014 -0500

    CMake 2.8.12.2

diff --git a/ChangeLog.manual b/ChangeLog.manual
index 5d2dc8b..b389d8b 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,20 @@
+Changes in CMake 2.8.12.2 (since 2.8.12.1)
+------------------------------------------
+Brad King (4):
+      VS: Map /Fd to ProgramDataBaseFileName for VS 7,8,9 (#14577)
+      Replace <OBJECT_DIR> rule placeholder consistently (#14667)
+      VS: Convert include path to backslashes for VS >= 10
+      Revert "Ninja: Track configured files so we can regenerate them."
+
+Rolf Eike Beer (1):
+      FindOpenMP: fix detecting compilers that do not need any special flag (#14567)
+
+Ruslan Baratov (1):
+      Xcode: Fix storyboard view
+
+Ted Kremenek (1):
+      CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1
+
 Changes in CMake 2.8.12.1 (since 2.8.12)
 ----------------------------------------
 Brad King (9):
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 5027370..fd315ce 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 1)
+set(CMake_VERSION_TWEAK 2)
 #set(CMake_VERSION_RC 0)

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=80e40485b7dd8805c0b54e79f55aa25c648a09f4
commit 80e40485b7dd8805c0b54e79f55aa25c648a09f4
Merge: 6d00497 20e595a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Jan 15 16:39:42 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Jan 15 16:39:42 2014 -0500

    Merge branch 'ninja_fix_rerun' into release


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

Summary of changes:
 ChangeLog.manual |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list