[Cmake-commits] CMake branch, master, updated. v3.2.2-1017-g0d167b3
Brad King
brad.king at kitware.com
Mon May 4 11:02:24 EDT 2015
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 0d167b3e609bf7addc51567f92c9cf5b0b898381 (commit)
via a0836ed97804952ace98d2c1d0d46e968a532a3c (commit)
via cbf143bb76604f576275d96a1e1e4c701680ff29 (commit)
via 040491fc586d34fe467907eefc85b1524c7cea1e (commit)
via 0bb6dbe0c62f027af394f680f644041cfad7321f (commit)
via e1bdf5f5b2b15908b9f1c0486da45167933456f3 (commit)
via efcca9353f9af919625727a68b2f9c77995aed7f (commit)
from 1ef88dcd46da72e489204141d66509f484738e1b (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=0d167b3e609bf7addc51567f92c9cf5b0b898381
commit 0d167b3e609bf7addc51567f92c9cf5b0b898381
Merge: 1ef88dc a0836ed
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon May 4 11:02:23 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 4 11:02:23 2015 -0400
Merge topic 'add-cmMakefile-GetGlobalGenerator'
a0836ed9 Port to cmMakefile::GetGlobalGenerator.
cbf143bb cmComputeTargetDepends: Use simpler global generator access.
040491fc cmComputeLinkDepends: Remove unused local generator.
0bb6dbe0 cmMakefile: Extract an accessor for the global generator.
e1bdf5f5 cmMakefile: Use GetCMakeInstance.
efcca935 cmMakefile: Simplify GetCMakeInstance implementation.
-----------------------------------------------------------------------
Summary of changes:
Source/cmBuildCommand.cxx | 10 ++-
Source/cmComputeLinkDepends.cxx | 4 +-
Source/cmComputeLinkDepends.h | 2 -
Source/cmComputeLinkInformation.cxx | 2 +-
Source/cmComputeTargetDepends.cxx | 4 +-
Source/cmExportBuildFileGenerator.cxx | 2 +-
Source/cmExportCommand.cxx | 3 +-
Source/cmExportInstallFileGenerator.cxx | 2 +-
Source/cmFileCommand.cxx | 7 +--
Source/cmFindLibraryCommand.cxx | 2 +-
Source/cmGeneratorExpressionEvaluationFile.cxx | 6 +-
Source/cmGeneratorExpressionNode.cxx | 3 +-
Source/cmGeneratorTarget.cxx | 11 ++--
Source/cmGetCMakePropertyCommand.cxx | 3 +-
Source/cmGetDirectoryPropertyCommand.cxx | 2 +-
Source/cmGetPropertyCommand.cxx | 3 +-
Source/cmIncludeCommand.cxx | 3 +-
Source/cmInstallCommand.cxx | 32 +++++-----
Source/cmInstallFilesCommand.cxx | 5 +-
Source/cmInstallProgramsCommand.cxx | 5 +-
Source/cmInstallTargetGenerator.cxx | 6 +-
Source/cmInstallTargetsCommand.cxx | 5 +-
Source/cmMakefile.cxx | 80 ++++++++++--------------
Source/cmMakefile.h | 1 +
Source/cmQtAutoGenerators.cxx | 7 +--
Source/cmSetPropertyCommand.cxx | 3 +-
Source/cmSourceFile.cxx | 2 +-
Source/cmSourceFileLocation.cxx | 3 +-
Source/cmTarget.cxx | 18 +++---
29 files changed, 97 insertions(+), 139 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list