Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also generate dependers-graphviz files. | Alex Neundorf | 2011-02-06 | 1 | -0/+133 |
* | GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressions | Alex Neundorf | 2011-02-05 | 1 | -22/+30 |
* | Make it possible to exlude external libs from dot files | Alex Neundorf | 2011-02-05 | 1 | -2/+7 |
* | Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used | Alex Neundorf | 2011-02-04 | 1 | -0/+6 |
* | Exclude targets from the graphviz file based on a regex | Alex Neundorf | 2010-11-14 | 1 | -1/+19 |
* | Collect targets and libs on demand instead of in the ctor | Alex Neundorf | 2010-11-14 | 1 | -4/+18 |
* | Use std::cout instead of fprintf | Alex Neundorf | 2010-11-14 | 1 | -2/+3 |
* | Enable/disable generating graphs depending on the target type | Alex Neundorf | 2010-11-14 | 1 | -8/+40 |
* | Move the code for generating dot-files into separate class cmGraphVizWriter | Alex Neundorf | 2010-11-09 | 1 | -0/+370 |