| Commit message (Expand) | Author | Age | Files | Lines |
* | Source: change parameters to std::string | Vitaly Stakhovsky | 2019-05-19 | 1 | -13/+13 |
|
|
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 1 | -1/+2 |
|
|
* | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 1 | -4/+4 |
|
|
* | graphviz: dereference ALIAS targets | Nick Schultz | 2018-10-26 | 1 | -6/+27 |
|
|
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -2/+2 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -2/+2 |
|
|
* | cmGraphVizWriter: Updated to create and follow dependers for interface targets | Joel T. Frederico | 2017-12-14 | 1 | -15/+26 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -7/+7 |
|
|
* | graphviz: distinguish target dependency types | Nico Müller | 2017-09-21 | 1 | -5/+98 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -69/+40 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -7/+7 |
|
|
* | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 1 | -2/+4 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -5/+6 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -9/+9 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | surround macro arguments with parentheses | Daniel Pfeifer | 2016-09-05 | 1 | -2/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+10 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -3/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -7/+7 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 1 | -2/+2 |
|
|
* | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -7/+7 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -259/+171 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAME | Andrey Mishchenko | 2015-12-10 | 1 | -1/+1 |
|
|
* | Graphviz: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -27/+25 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -9/+9 |
|
|
* | cmState: Initialize default definitions immediately. | Stephen Kelly | 2015-10-13 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -3/+3 |
|
|
* | cmGlobalGenerator: Remove MakeLocalGenerator method. | Stephen Kelly | 2015-08-28 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Require a snapshot to create a local generator. | Stephen Kelly | 2015-08-28 | 1 | -1/+2 |
|
|
* | cmGraphVizWriter: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+1 |
|
|
* | Merge topic 'refactor-cmLocalGenerator' | Brad King | 2015-05-19 | 1 | -0/+2 |
|\ |
|
| * | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -0/+2 |
|
|
* | | cmGlobalGenerator: Add NVI wrapper to create local generator. | Stephen Kelly | 2015-05-16 | 1 | -1/+1 |
|/ |
|
* | 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 |
|
|