41 Commits (19ffc0729fdc12b8c0874db7ae1c5e576b48ba10)

Author SHA1 Message Date
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Daniel Pfeifer 1a9de8035c surround macro arguments with parentheses 9 years ago
Daniel Pfeifer efed6468ed fix a load of include-what-you-use violations 9 years ago
Brad King b5ec5b0901 Avoid using KWSys auto_ptr by adopting it ourselves 9 years ago
Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
Daniel Pfeifer fa277b29e4 Remove c_str() calls from stream arguments. 9 years ago
Daniel Pfeifer 7f6b8d3399 Simplify boolean expressions 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
Brad King 180538c706 Source: Stabilize include order 9 years ago
Andrey Mishchenko e0ad72d8af Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAME 10 years ago
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
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. 12 years ago
Stephen Kelly 21c573f682 Remove some c_str() calls. 12 years ago
Ben Boeckel 270eb96df0 strings: Remove cmStdString references 12 years ago
Ben Boeckel fabf1fbabb stringapi: Use strings in target name 12 years ago
Daniel Pfeifer 18bef4cd66 graphviz: allow to disable per target graphs (#14746) 12 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