[Cmake-commits] CMake branch, master, updated. v2.8.10-93-g3be0a7b
Brad King
brad.king at kitware.com
Tue Nov 6 14:14:00 EST 2012
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 3be0a7b4bf22d8b13b53070b8ec40755033f8237 (commit)
via 05f162ce9571d1ec7dee6f4c4b76126526247b14 (commit)
via c66f03adf93fc402141ed5dc17d39bae1af3bbfd (commit)
via e74ff7c29fc764af63ed3f5195ecc64730c07939 (commit)
via ecc77d09b8996b59bf22bc36e06fa4bb52d665ee (commit)
via 3e7d97d45d167ddab5ebef6a6fd936df3441c4c9 (commit)
via b4e8f49b95bc13939347623b2b9f236e22bd37ec (commit)
from 93a324975cb26ba05481e422f5e3e5abc72c8d3b (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=3be0a7b4bf22d8b13b53070b8ec40755033f8237
commit 3be0a7b4bf22d8b13b53070b8ec40755033f8237
Merge: 93a3249 05f162c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Nov 6 14:13:58 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 6 14:13:58 2012 -0500
Merge topic 'FixImplicitDepends2'
05f162c AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048)
c66f03a cmDepends: No dependency-vector erasure in CheckDependencies
e74ff7c cmDepends: allow multiple dependees per depender
ecc77d0 cmDependsC: fix indentation
3e7d97d cmDependsC: remove code duplication
b4e8f49 cmDependsC: remove unused member variable
-----------------------------------------------------------------------
Summary of changes:
Source/cmAddCustomCommandCommand.h | 5 +-
Source/cmDepends.cxx | 19 ++-
Source/cmDepends.h | 6 +-
Source/cmDependsC.cxx | 243 ++++++++++++++--------------
Source/cmDependsC.h | 7 +-
Source/cmDependsFortran.cxx | 52 ++++---
Source/cmDependsFortran.h | 2 +-
Source/cmDependsJava.cxx | 6 +-
Source/cmDependsJava.h | 3 +-
Source/cmLocalUnixMakefileGenerator3.cxx | 10 +-
Source/cmLocalUnixMakefileGenerator3.h | 3 +-
Tests/BuildDepends/Project/CMakeLists.txt | 3 +-
Tests/BuildDepends/Project/dep_custom2.cxx | 2 +
13 files changed, 195 insertions(+), 166 deletions(-)
create mode 100644 Tests/BuildDepends/Project/dep_custom2.cxx
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list