View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014163 | CMake | CMake | public | 2013-05-22 09:53 | 2016-06-10 14:31 | ||||
Reporter | Richard Ulrich | ||||||||
Assigned To | Kitware Robot | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake 2.8.10.2 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014163: Graphviz compacting external libs to make the graph more readable | ||||||||
Description | With SET(GRAPHVIZ_EXTERNAL_LIBS OFF) I get a great overview of our product and its dependencies. But when I enable GRAPHVIZ_EXTERNAL_LIBS, the whole thing just explodes with > 30 external dependencies, each with the full absolute path. It would be really valuable to compact all the dependencies that belong together into one node with a custom name. My first thought was to post process the dot file, but why not handle that in the generator itself. How about the following. It contains pairs with a name for the node and a regex for what it captures: SET(GRAPHVIZ_EXTERNAL_GROUPS boost .*libboost.*\.(so|lib|dll) hoops .*hoops.*\.(so|lib|dll) acis .*Spa.*\.(so|lib|dll) teigha .*TD_.*\.(so|lib|dll) ) Before I start implementing, I'd like to have some feedback. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0039333) Richard Ulrich (reporter) 2015-08-26 16:49 |
The latest patch is at: http://www.cmake.org/pipermail/cmake-developers/2015-June/025462.html [^] |
(0042286) Kitware Robot (administrator) 2016-06-10 14:28 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-05-22 09:53 | Richard Ulrich | New Issue | |
2015-08-26 16:49 | Richard Ulrich | Note Added: 0039333 | |
2016-06-10 14:28 | Kitware Robot | Note Added: 0042286 | |
2016-06-10 14:28 | Kitware Robot | Status | new => resolved |
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved |
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot |
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |