[Cmake-commits] CMake branch, master, updated. v2.8.3-102-g651120b
David Cole
david.cole at kitware.com
Tue Nov 23 16:11:28 EST 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 651120b7afa90268b2317b4ad8eaa98150d3ccce (commit)
via 78c86f454272a2ac417ad6a89e4c7ed7e4975adb (commit)
via 5ea1e4cb36d813bcb1377637779a54f18411763b (commit)
via 2a5790a080d86c63daf3d2c17d533c919cbef582 (commit)
via 7ba2d365858d259572b22ab35ea6c709ba1514ea (commit)
via 84ce612c65520c273aa3b1d2efd2f8f4de7d3867 (commit)
via a60b09927d4c29756c428d4c38f5ee2810a8f66e (commit)
via 487bd571d56134b15b1060e1921a7e16711f12e6 (commit)
via de2b2bf9efe88bbde1b66857d00538084cc6c591 (commit)
via f7d56df39eb4567c187e429a7162a1204f8d2d1b (commit)
from fa882bb570337686c20041d4a6cf89b42e4e1810 (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=651120b7afa90268b2317b4ad8eaa98150d3ccce
commit 651120b7afa90268b2317b4ad8eaa98150d3ccce
Merge: fa882bb 78c86f4
Author: David Cole <david.cole at kitware.com>
AuthorDate: Tue Nov 23 16:11:26 2010 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Nov 23 16:11:26 2010 -0500
Merge topic 'ImprovedDotSupport2'
78c86f4 Exclude targets from the graphviz file based on a regex
5ea1e4c Collect targets and libs on demand instead of in the ctor
2a5790a Use std::cout instead of fprintf
7ba2d36 Enable/disable generating graphs depending on the target type
84ce612 Move the code for generating dot-files into separate class cmGraphVizWriter
a60b099 Generate separate dot files for each target, and a big one with everything.
487bd57 Properly insert all targets, also those which don't link to anything.
de2b2bf Move the code for collecting targets and libraries into separate functions
f7d56df Remove trailing whitespace and minor formatting changes for the dot-code
-----------------------------------------------------------------------
Summary of changes:
Source/CMakeLists.txt | 6 +-
Source/cmGraphVizWriter.cxx | 435 +++++++++++++++++++++++++++++++++++++++++++
Source/cmGraphVizWriter.h | 84 +++++++++
Source/cmake.cxx | 385 ++++++++------------------------------
Source/cmake.h | 76 ++++----
5 files changed, 642 insertions(+), 344 deletions(-)
create mode 100644 Source/cmGraphVizWriter.cxx
create mode 100644 Source/cmGraphVizWriter.h
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list