[Cmake-commits] CMake branch, release, updated. v2.8.5-543-g5971063
David Cole
david.cole at kitware.com
Tue Oct 4 11:56:02 EDT 2011
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, release has been updated
via 5971063a5c41a1c899de3700ffce38c8655abe34 (commit)
via fd9890077c2cbeefd8b0ad317b9b0b672df7ce31 (commit)
via 80a0e2c3447442e210b85513ea79cdb2c6e43ab7 (commit)
via 68e43c2fadbb6e396c0a609f6e3848689297d5fb (commit)
via a92b17e42187f0a16a3489f989de0a9c97c7e1e3 (commit)
via 18c0aa0db7a14a749d10c2054fbb86f59486791c (commit)
via 867b226898fa1dab1001abf7dd18e21d273b259e (commit)
via 8f1ee5181d9a4c8c17f516a01a1772a741e3cb14 (commit)
via e3d593ad4d76ead1aea7a486c148333f8ef22193 (commit)
via c4ef30e3dd7ba96c7e9feff93392af8685ddb317 (commit)
via c4e08b553326df76d8a36b4045e4b6c5db47933e (commit)
via 449aef3efb0932d025cd88ce044178f9944b2086 (commit)
via 0cd3606afde42c3cf3ef706d11e6da2981e06a67 (commit)
via 72bac428cc9caaeb52b069c97845e3d031eded4a (commit)
via ad6fa0cbca85febca573e18bbbd7bafa2ea00f81 (commit)
via 9cbbea31d30a6a1851c078d574f40c73154301fa (commit)
via 8a3bca50fa55b82f134c8a763bc837f0d5a17afa (commit)
via ef8cc9997cab748098bab52caf1ca038f90ec826 (commit)
via f15945edad8aba724b80914cf3b50f5cc9f5a021 (commit)
via 77593178cf49d427cc60fb9e026cb85b28a2856b (commit)
via 89bdc3e213b82759c3f916ef746c0bc752ce32d2 (commit)
via ea1901b6a45b357cec18f6c651c4a5f0a9e89c82 (commit)
via 26f079044d07f68e19ac821bc2bd06027e534d8f (commit)
via 0bf12af36c4f4998efe77e62ee14455aa7a1a4fd (commit)
via 95841356744bc7b1d4290a7b8f717e689490c912 (commit)
via e4bd3b0cf31d88976dbe657c68f56eb779d38cf1 (commit)
via 3b5256e19e27794ba871b0149f4c8f0237d1e872 (commit)
via 3d5632ed59d3d46298304d20d3f11f9d1da02f93 (commit)
via f8c77fa97b0dc7d6c55a15d980f123f2e41cef40 (commit)
via 8c280435dfd746a897f6ce6696ba27571f195424 (commit)
via 6f935d7f55af5c96d18d23b72991e87d1e029dda (commit)
via 59ccf385540709c5c3e9352120f55b8ca90aaf6e (commit)
via ad11118ebf398e2374f1905ebfb4f3fe04cd27cd (commit)
via c886e312bbd6e26f049215c8bcc821d9597fed8c (commit)
via 31f43fdb5af80029bc644bffd853c81a25424623 (commit)
from c16e387412b015b0ee61f6a807cc1000b3267a94 (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=5971063a5c41a1c899de3700ffce38c8655abe34
commit 5971063a5c41a1c899de3700ffce38c8655abe34
Author: David Cole <david.cole at kitware.com>
AuthorDate: Tue Oct 4 11:48:52 2011 -0400
Commit: David Cole <david.cole at kitware.com>
CommitDate: Tue Oct 4 11:48:52 2011 -0400
CMake 2.8.6
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8927637..126a006 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -420,7 +420,7 @@ SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 8)
SET(CMake_VERSION_PATCH 6)
SET(CMake_VERSION_TWEAK 0)
-SET(CMake_VERSION_RC 4)
+#SET(CMake_VERSION_RC 4)
# Releases define a tweak level.
IF(DEFINED CMake_VERSION_TWEAK)
diff --git a/ChangeLog.manual b/ChangeLog.manual
index 88583b4..3199767 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,32 @@
+Changes in CMake 2.8.6 (since 2.8.6-rc4)
+----------------------------------------
+Alex Neundorf (5):
+ Remove trailing whitespace
+ Minor improvements to the UsePkgConfig.cmake docs
+ Remove trailing whitespace
+ Improve behaviour of --find-package mode with try_run/try_compile
+ Use makefile->IssueMessage() for better error messages
+
+Bill Hoffman (2):
+ Use version 11.0 for 12.x and 9.10 for 10.x intel versions to fix 12.1 vsIDE.
+ Also, check for 11.x as an intel fortran version.
+
+Brad King (2):
+ Add Visual Studio 11 generator for x86 and x64 tools
+ Teach our tests about special cases for VS 11
+
+David Cole (1):
+ CTestCustom.cmake: Ignore clang's summary warning
+
+Philip Lowman (1):
+ FindBullet: Also search for _Debug postfixed library names
+
+Raphael Kubo da Costa (1):
+ Fix typo in set_target_properties' documentation.
+
+Rolf Eike Beer (1):
+ Fix typo in UsePkgConfig.cmake
+
Changes in CMake 2.8.6-rc4 (since 2.8.6-rc3)
--------------------------------------------
Alex Neundorf (3):
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fd9890077c2cbeefd8b0ad317b9b0b672df7ce31
commit fd9890077c2cbeefd8b0ad317b9b0b672df7ce31
Merge: 80a0e2c c16e387
Author: David Cole <david.cole at kitware.com>
AuthorDate: Tue Oct 4 11:47:53 2011 -0400
Commit: David Cole <david.cole at kitware.com>
CommitDate: Tue Oct 4 11:47:53 2011 -0400
Merge branch 'release'
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 2 +-
CTestCustom.cmake.in | 4 ++
ChangeLog.manual | 29 ++++++++++
...eVS10FindMake.cmake => CMakeVS11FindMake.cmake} | 38 +++++++-------
Modules/FindBullet.cmake | 10 ++--
Modules/UsePkgConfig.cmake | 23 ++++----
Source/CMakeLists.txt | 4 ++
Source/cmCoreTryCompile.cxx | 58 ++++++++++----------
Source/cmCoreTryCompile.h | 14 +++---
Source/cmGlobalVisualStudio10Generator.h | 1 -
...tor.cxx => cmGlobalVisualStudio11Generator.cxx} | 42 ++++++--------
...nerator.h => cmGlobalVisualStudio11Generator.h} | 29 ++++++-----
...xx => cmGlobalVisualStudio11Win64Generator.cxx} | 30 ++--------
...or.h => cmGlobalVisualStudio11Win64Generator.h} | 23 ++++-----
Source/cmLocalVisualStudio7Generator.cxx | 8 ++--
Source/cmSetTargetPropertiesCommand.h | 2 +-
Source/cmTryCompileCommand.cxx | 9 +++-
Source/cmTryRunCommand.cxx | 34 +++++++-----
Source/cmake.cxx | 6 ++
Source/kwsys/kwsysDateStamp.cmake | 4 +-
Tests/CheckCompilerRelatedVariables/CMakeLists.txt | 4 ++
Tests/Preprocess/CMakeLists.txt | 5 ++-
Tests/VSExternalInclude/CMakeLists.txt | 4 +-
23 files changed, 212 insertions(+), 171 deletions(-)
copy Modules/{CMakeVS10FindMake.cmake => CMakeVS11FindMake.cmake} (61%)
copy Source/{cmGlobalVisualStudio10IA64Generator.cxx => cmGlobalVisualStudio11Generator.cxx} (50%)
copy Source/{cmGlobalVisualStudio10IA64Generator.h => cmGlobalVisualStudio11Generator.h} (57%)
copy Source/{cmGlobalVisualStudio10Win64Generator.cxx => cmGlobalVisualStudio11Win64Generator.cxx} (53%)
copy Source/{cmGlobalVisualStudio10Win64Generator.h => cmGlobalVisualStudio11Win64Generator.h} (58%)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list