Commit History

Author SHA1 Message Date
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 10 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 10 years ago
  Stephen Kelly af8a1643c1 Remove c_str calls when using stream APIs. 11 years ago
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 years ago
  Ben Boeckel 270eb96df0 strings: Remove cmStdString references 11 years ago
  Ben Boeckel fabf1fbabb stringapi: Use strings in target name 11 years ago
  Daniel Pfeifer 18bef4cd66 graphviz: allow to disable per target graphs (#14746) 11 years ago
  Sean McBride d993032209 cmGraphVizWriter: Add extra space in comment to suppress warning 12 years ago
  Stephen Kelly ddc052052b Always use the auto_ptr from cmsys. 13 years ago
  Alex Neundorf 08fa5ddb1c Also generate dependers-graphviz files. 14 years ago
  Alex Neundorf 4f96a7621f GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressions 14 years ago
  Alex Neundorf 5698ad2047 Make it possible to exlude external libs from dot files 14 years ago
  Alex Neundorf 00e7ea76e8 Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used 14 years ago
  Alex Neundorf 78c86f4542 Exclude targets from the graphviz file based on a regex 15 years ago
  Alex Neundorf 5ea1e4cb36 Collect targets and libs on demand instead of in the ctor 15 years ago
  Alex Neundorf 2a5790a080 Use std::cout instead of fprintf 15 years ago
  Alex Neundorf 7ba2d36585 Enable/disable generating graphs depending on the target type 15 years ago
  Alex Neundorf 84ce612c65 Move the code for generating dot-files into separate class cmGraphVizWriter 15 years ago