[Cmake-commits] CMake branch, release, updated. v2.8.1-1349-g5b3987b
Brad King
brad.king at kitware.com
Tue Jun 15 14:53:37 EDT 2010
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 5b3987bc4198e27f1ab060cd31a095ab1e532d32 (commit)
via 23a8f31e3fd103a6da716055f4e9cae653b5f851 (commit)
via 9949f9fbff2f635285857d2fa74fe769a11eb125 (commit)
via 4f4cce5637636c656e20df1df3ed642dd1d205c5 (commit)
via b4aa834900f30fb7a2dc1148ba9e947a5bd98ee1 (commit)
via a8a10d0f6a6f19170f38a91e51a283af885fb79b (commit)
via e82d918322391e5f312a014c28e4d18a75b91b22 (commit)
via ba95a1f0bdbfde1f7b176eba4a49952110013359 (commit)
via b6313565e14fd64f64eb440c418ce41ccf55f0d2 (commit)
via 1a759b7d05cba0a3850cd1f2eecb7af9752bab8e (commit)
via 520b760c80c3bed1e84de393a2e28dd73936bc32 (commit)
via 5444bd6ca39425f092e3e6b0f19cd70869742091 (commit)
via c9f8bbf22683199018ecd2caf980bc73d4900435 (commit)
via 5f838dbc92779b7f3c5393b2a931990d8d49c6be (commit)
via 7c9f39d4babf9015bc891f13845a4a2a7d4bf280 (commit)
via f6b4de1e53a4cec387203f85c97d5353751aec12 (commit)
via 8209300a6b931fab048cd1cdbd58d0cfd9ebbc87 (commit)
via d9b2da139dc4ca145551861c3b2369c5d1bda980 (commit)
via d714b18ac5f415e15c5e03bf8f6aaeaf45e143f5 (commit)
via c592df8377446224f0aa24568ada2aec058dd033 (commit)
via f7f8396337cf9fc587330768f1a1aa89465e67de (commit)
via 199e7f2f331aded0c7cb3f666bd2c996e2b4aa5e (commit)
via 8d29fa46abba732410147aa80cbcc58ceb265835 (commit)
via 1f608718fccf33c659845b8215efc112d258695c (commit)
via a7abcd1442828792fc39397ced96a28cda95b032 (commit)
via d09664a4d4fc34d14579bcd00d301c299e58a96d (commit)
via 2d9dc9ac6560214de280aaab2264812a274aa7ba (commit)
via 5e102d5e014bb21c66511226b9c60e54863f0636 (commit)
via 9d6567a26998024e7614c7cff322319f47526c80 (commit)
via c74556bdfc9cf657619583a9e070aaea65a0b525 (commit)
via f20d091a2c5b61eeedfd604530f4554518d80d3f (commit)
via 376fb31d1a1cc227826e02348c78087aa3107fc8 (commit)
via cd3d60b8b5ae89b9c352b9ba022ae04ab97ea0e4 (commit)
via beabb3319e84158bdf15bf4a141726a635118835 (commit)
via 6ba45fa9394e1cdd43f9cd52b3db9214867dbea2 (commit)
via c3781efb28a35f54ed6306354330734994f2c8b1 (commit)
via 2eae651acc45c303008d9870a6a4f9da3d8bcf19 (commit)
via 11bdc2b1a13f8bd435cdee271ce435cf533e1aa8 (commit)
via 00477de1c92d94e78cebdaf6c29ff2847207f454 (commit)
via f9268c9c818dbf4aec3d7a8d6dd8fbea7da96021 (commit)
via 87f0853941f09379f625ae96d67b15b9cb2ad51a (commit)
from a12da80c775fa3e7335f6935cf422da440d89783 (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=5b3987bc4198e27f1ab060cd31a095ab1e532d32
commit 5b3987bc4198e27f1ab060cd31a095ab1e532d32
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:38:47 2010 -0400
CMake 2.8.2-rc2
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 21a9666..3945be7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -341,7 +341,7 @@ SET(CMake_VERSION_MAJOR 2)
SET(CMake_VERSION_MINOR 8)
SET(CMake_VERSION_PATCH 2)
SET(CMake_VERSION_TWEAK 0)
-SET(CMake_VERSION_RC 1)
+SET(CMake_VERSION_RC 2)
# Releases define a tweak level.
IF(DEFINED CMake_VERSION_TWEAK)
diff --git a/ChangeLog.manual b/ChangeLog.manual
index db8e992..89ecd9f 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,37 @@
+Changes in CMake 2.8.2-rc2 (since 2.8.2-rc1)
+--------------------------------------------
+
+Bill Hoffman (1):
+ Make sure libarchive uses cmzlib and not the system libz if found.
+
+Brad King (12):
+ Use forward slashes for objects in response files
+ Use platform variable for response file flag
+ Use response file for objects on MinGW and MSYS
+ Generalize CTest.Update* test dashboard script helpers
+ ctest_update: Support custom Git update command
+ ctest_update: Support Git upstream branch rewrites
+ Fix CMake data and doc paths in Cygwin package
+ Document scope of source file properties
+ Run CTest.NoNewline test using built CMake
+ Tru64: Place cmOStringStream vtable uniquely (#10541)
+ Enable BootstrapTest on MSYS
+ Tru64: Use full-path include directives in Makefiles (#10569)
+
+Christoph Watzl (1):
+ Fix nested source groups with VS 10 (#9863)
+
+Clinton Stimpson (2):
+ Support pthreads on irix.
+ Remove macro for querying qmake for qmake variables.
+
+David Cole (2):
+ Fix issue #10346. Error if SOURCE_DIR is empty.
+ Remove CTestTest3.
+
+Zach Mullen (1):
+ Extra coverage glob should subtract the explicitly defined excluded files
+
Changes in CMake 2.8.2-rc1 (since 2.8.1):
- Build on Tru64 (#10542)
- Build on mingw-w64
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=23a8f31e3fd103a6da716055f4e9cae653b5f851
commit 23a8f31e3fd103a6da716055f4e9cae653b5f851
Merge: 4f4cce5 9949f9f
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:33:11 2010 -0400
Merge branch 'release'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9949f9fbff2f635285857d2fa74fe769a11eb125
commit 9949f9fbff2f635285857d2fa74fe769a11eb125
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:27:44 2010 -0400
ChangeLog: Mention "current" and "since" versions
diff --git a/ChangeLog.manual b/ChangeLog.manual
index 29162e9..f3ba790 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,4 +1,4 @@
-Changes since CMake 2.8.1
+Changes in CMake 2.8.2-rc1 (since 2.8.1):
- Build on Tru64 (#10542)
- Build on mingw-w64
- Build on old Sun (#10550, #10543)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4f4cce5637636c656e20df1df3ed642dd1d205c5
commit 4f4cce5637636c656e20df1df3ed642dd1d205c5
Merge: b4aa834 199e7f2
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:10:50 2010 -0400
Merge branch 'remove-CTestTest3'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b4aa834900f30fb7a2dc1148ba9e947a5bd98ee1
commit b4aa834900f30fb7a2dc1148ba9e947a5bd98ee1
Merge: a8a10d0 c3781ef
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:10:41 2010 -0400
Merge branch 'ctest-git-flexibility'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a8a10d0f6a6f19170f38a91e51a283af885fb79b
commit a8a10d0f6a6f19170f38a91e51a283af885fb79b
Merge: e82d918 2d9dc9a
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:07:58 2010 -0400
Merge branch 'vs10-source-groups'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e82d918322391e5f312a014c28e4d18a75b91b22
commit e82d918322391e5f312a014c28e4d18a75b91b22
Merge: ba95a1f 9d6567a
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:07:02 2010 -0400
Merge branch 'coverage_exclusion_from_glob'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ba95a1f0bdbfde1f7b176eba4a49952110013359
commit ba95a1f0bdbfde1f7b176eba4a49952110013359
Merge: b631356 c74556b
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:06:47 2010 -0400
Merge branch 'make_libarchive_use_cmzlib'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b6313565e14fd64f64eb440c418ce41ccf55f0d2
commit b6313565e14fd64f64eb440c418ce41ccf55f0d2
Merge: 1a759b7 5e102d5
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:06:28 2010 -0400
Merge branch 'msys-bootstrap-test'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1a759b7d05cba0a3850cd1f2eecb7af9752bab8e
commit 1a759b7d05cba0a3850cd1f2eecb7af9752bab8e
Merge: 520b760 1f60871
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:05:49 2010 -0400
Merge branch 'remove-qmake-query'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=520b760c80c3bed1e84de393a2e28dd73936bc32
commit 520b760c80c3bed1e84de393a2e28dd73936bc32
Merge: 5444bd6 d09664a
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:05:40 2010 -0400
Merge branch 'findthreads-irix'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5444bd6ca39425f092e3e6b0f19cd70869742091
commit 5444bd6ca39425f092e3e6b0f19cd70869742091
Merge: c9f8bbf c592df8
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:03:26 2010 -0400
Merge branch 'tru64-make-includes'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c9f8bbf22683199018ecd2caf980bc73d4900435
commit c9f8bbf22683199018ecd2caf980bc73d4900435
Merge: 5f838db f20d091
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:03:12 2010 -0400
Merge branch 'tru64-cmOStringStream-vtable'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5f838dbc92779b7f3c5393b2a931990d8d49c6be
commit 5f838dbc92779b7f3c5393b2a931990d8d49c6be
Merge: 7c9f39d 376fb31
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:02:34 2010 -0400
Merge branch 'test-NoNewline-with-built-cmake'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7c9f39d4babf9015bc891f13845a4a2a7d4bf280
commit 7c9f39d4babf9015bc891f13845a4a2a7d4bf280
Merge: f6b4de1 cd3d60b
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:02:11 2010 -0400
Merge branch 'fix-issue-10346'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f6b4de1e53a4cec387203f85c97d5353751aec12
commit f6b4de1e53a4cec387203f85c97d5353751aec12
Merge: 8209300 6ba45fa
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 14:01:54 2010 -0400
Merge branch 'cygwin-data-dirs'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8209300a6b931fab048cd1cdbd58d0cfd9ebbc87
commit 8209300a6b931fab048cd1cdbd58d0cfd9ebbc87
Merge: d9b2da1 beabb33
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 13:59:58 2010 -0400
Merge branch 'source-file-property-documentation'
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d9b2da139dc4ca145551861c3b2369c5d1bda980
commit d9b2da139dc4ca145551861c3b2369c5d1bda980
Merge: d714b18 00477de
Author: Brad King <brad.king at kitware.com>
Date: Tue Jun 15 13:58:58 2010 -0400
Merge branch 'mingw-response-files'
-----------------------------------------------------------------------
Summary of changes:
CMakeCPack.cmake | 15 +---
CMakeLists.txt | 14 +++-
ChangeLog.manual | 37 +++++++-
Modules/DartConfiguration.tcl.in | 1 +
Modules/ExternalProject.cmake | 15 +++-
Modules/FindQt4.cmake | 28 ------
Modules/FindThreads.cmake | 6 +-
Modules/Platform/OSF1.cmake | 1 +
Modules/Platform/Windows-GNU-Fortran.cmake | 1 +
Modules/Platform/Windows-GNU.cmake | 2 +
Modules/Qt4ConfigDependentSettings.cmake | 7 +-
Source/CMakeLists.txt | 1 +
Source/CTest/cmCTestCoverageHandler.cxx | 8 +-
Source/CTest/cmCTestGIT.cxx | 98 ++++++++++++++++----
Source/CTest/cmCTestGIT.h | 4 +
Source/CTest/cmCTestUpdateCommand.cxx | 2 +
Source/cmDocumentVariables.cxx | 4 +
Source/cmLocalGenerator.cxx | 4 +
Source/cmLocalGenerator.h | 2 +-
Source/cmMakefileTargetGenerator.cxx | 24 ++++-
Source/cmSetPropertyCommand.h | 4 +-
Source/cmSetSourceFilesPropertiesCommand.h | 36 ++------
...mDocumentVariables.h => cmStandardIncludes.cxx} | 15 +--
Source/cmStandardIncludes.h | 3 +-
Source/cmVisualStudio10TargetGenerator.cxx | 49 ++++++++++
Source/cmVisualStudio10TargetGenerator.h | 4 +
Source/kwsys/kwsysDateStamp.cmake | 2 +-
Tests/CMakeLists.txt | 33 +++----
Tests/CTestUpdateBZR.cmake.in | 4 +-
Tests/CTestUpdateCVS.cmake.in | 4 +-
Tests/CTestUpdateCommon.cmake | 18 ++--
Tests/CTestUpdateGIT.cmake.in | 59 ++++++++++--
Tests/CTestUpdateGIT.sh.in | 2 +-
Tests/CTestUpdateHG.cmake.in | 4 +-
Tests/CTestUpdateSVN.cmake.in | 4 +-
Tests/bootstrap.bat.in | 2 +
bootstrap | 1 +
37 files changed, 357 insertions(+), 161 deletions(-)
copy Source/{cmDocumentVariables.h => cmStandardIncludes.cxx} (70%)
create mode 100644 Tests/bootstrap.bat.in
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list