| Commit message (Expand) | Author | Age | Files | Lines |
* | cmMakefile: Remove always-null first parameter to ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -2/+2 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -6/+6 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -12/+12 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | graphviz: allow to disable per target graphs (#14746) | Daniel Pfeifer | 2014-02-10 | 1 | -0/+14 |
|
|
* | cmGraphVizWriter: Add extra space in comment to suppress warning | Sean McBride | 2013-10-08 | 1 | -2/+2 |
|
|
* | Always use the auto_ptr from cmsys. | Stephen Kelly | 2012-11-20 | 1 | -3/+1 |
|
|
* | 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 |
|
|