Commit History

Author SHA1 Message Date
  Stephen Kelly a0ebd69b52 Graphviz: Port to cmGeneratorTarget. 10 years ago
  Stephen Kelly eac15298a8 cmState: Move TargetType enum from cmTarget. 10 years ago
  Stephen Kelly 20b95ef8c8 cmState: Initialize default definitions immediately. 10 years ago
  Stephen Kelly ff8ac8ee6a cmLocalGenerator: Create from already-constructed cmMakefile. 10 years ago
  Stephen Kelly 92041eec49 cmGlobalGenerator: Remove MakeLocalGenerator method. 10 years ago
  Stephen Kelly acb006229d cmGlobalGenerator: Require a snapshot to create a local generator. 10 years ago
  Stephen Kelly 92b8b1fc3d cmGraphVizWriter: Re-arrange data layout. 10 years ago
  Stephen Kelly c7b79aa16a cmGlobalGenerator: Require a cmake instance in ctor. 10 years ago
  Brad King be248ab435 Merge topic 'refactor-cmLocalGenerator' 10 years ago
  Stephen Kelly 57bdc1a2f7 cmState: Compute and store directory components. 10 years ago
  Stephen Kelly b659d161da cmGlobalGenerator: Add NVI wrapper to create local generator. 10 years ago
  Stephen Kelly 6e23a4bddd cmMakefile: Remove always-null first parameter to ReadListFile. 10 years ago
  Stephen Kelly d92887efab Replace 'foo.size() > 0' pattern with !foo.empty(). 11 years ago
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 11 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. 15 years ago
  Alex Neundorf 4f96a7621f GRAPHVIZ_IGNORE_TARGETS is now a list of regular expressions 15 years ago
  Alex Neundorf 5698ad2047 Make it possible to exlude external libs from dot files 15 years ago
  Alex Neundorf 00e7ea76e8 Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used 15 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