| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -0/+7 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -2/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -64/+47 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -12/+0 |
|
|
* | CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATOR | Jean-Christophe Fillion-Robin | 2016-05-09 | 1 | -2/+32 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
|
|
* | Use IsImported from cmGeneratorTarget. | Stephen Kelly | 2015-10-16 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Store cmGeneratorTargets. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -4/+3 |
|
|
* | Remove some needless GetMakefile() calls. | Stephen Kelly | 2015-10-10 | 1 | -1/+1 |
|
|
* | Move GetLocation to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
* | Always access target location from a cmGeneratorTarget instance. | Stephen Kelly | 2015-07-27 | 1 | -3/+4 |
|
|
* | cmCustomCommandGenerator: Require cmLocalGenerator in API. | Stephen Kelly | 2015-07-27 | 1 | -9/+13 |
|
|
* | Genex: Store a backtrace, not a pointer to one. | Stephen Kelly | 2015-07-17 | 1 | -1/+1 |
|
|
* | cmCustomCommandGenerator: Port to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -3/+4 |
|
|
* | cmLocalGenerator: Remove EscapeForShellOldStyle to only caller. | Stephen Kelly | 2015-05-14 | 1 | -1/+30 |
|
|
* | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -0/+6 |
|
|
* | genex: remove the need for backtraces | Ben Boeckel | 2014-06-05 | 1 | -1/+1 |
|
|
* | add_custom_command: Normalize OUTPUT and DEPENDS paths. | Stephen Kelly | 2014-05-28 | 1 | -1/+11 |
|
|
* | add_custom_command: Evaluate generator expressions in DEPENDS | Stephen Kelly | 2014-03-20 | 1 | -2/+16 |
|
|
* | Generalize cmCustomCommandGenerator to more fields | Brad King | 2014-03-12 | 1 | -0/+24 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -2/+2 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressions | Stephen Kelly | 2012-12-20 | 1 | -2/+2 |
|
|
* | cmGeneratorExpression: Port users to two-stage processing | Stephen Kelly | 2012-09-18 | 1 | -3/+4 |
|
|
* | Introduce "generator expression" syntax to custom commands (#11209) | Brad King | 2010-12-15 | 1 | -3/+11 |
|
|
* | Remove cmLocalGenerator::GetRealLocation | Brad King | 2010-12-08 | 1 | -1/+7 |
|
|
* | Factor out common custom command generator | Brad King | 2010-12-08 | 1 | -0/+58 |
|
|