[Cmake-commits] CMake branch, master, updated. v2.8.1-1345-g4f4cce5

Brad King brad.king at kitware.com
Tue Jun 15 14:54:33 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, master has been updated
       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  c592df8377446224f0aa24568ada2aec058dd033 (commit)
       via  199e7f2f331aded0c7cb3f666bd2c996e2b4aa5e (commit)
       via  1f608718fccf33c659845b8215efc112d258695c (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  d714b18ac5f415e15c5e03bf8f6aaeaf45e143f5 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 CMakeCPack.cmake                                   |   15 +---
 CMakeLists.txt                                     |   12 +++
 ChangeLog.manual                                   |    1 +
 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 +
 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 +
 36 files changed, 320 insertions(+), 158 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