| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGeneratorExpression: Use std::move to avoid vector copies | Frank Winklmeier | 2018-02-21 | 1 | -6/+6 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -5/+5 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -3/+3 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 1 | -2/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | clang-tidy: apply performance-unnecessary-value-param fixes | Daniel Pfeifer | 2016-12-12 | 1 | -2/+4 |
|
|
* | 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 | -3/+3 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -5/+11 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -41/+28 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -2/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -1/+2 |
|
|
* | Remove some obsolete declarations | Stephen Kelly | 2015-10-27 | 1 | -4/+2 |
|
|
* | Genex: Split cmGeneratorExpressionContext into own file. | Stephen Kelly | 2015-03-10 | 1 | -28/+1 |
|
|
* | Genex: Add a COMPILE_LANGUAGE generator expression. | Stephen Kelly | 2015-03-07 | 1 | -0/+1 |
|
|
* | file(GENERATE): Evaluate early to allow generating source files | Stephen Kelly | 2014-11-12 | 1 | -0/+1 |
|
|
* | Genex: Track whether an expression depends on the 'head' target | Brad King | 2014-07-21 | 1 | -0/+1 |
|
|
* | backtrace: Convert to local paths in IssueMessage | Ben Boeckel | 2014-06-05 | 1 | -0/+5 |
|
|
* | Features: Add COMPILE_FEATURES generator expression. | Stephen Kelly | 2014-05-21 | 1 | -0/+2 |
|
|
* | Genex: Only evaluate TARGET_OBJECTS to determine target sources. | Stephen Kelly | 2014-04-02 | 1 | -0/+1 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -4/+4 |
|
|
* | use size_t for GeneratorExpressionContent::ContentLength to fix some warnings | Rolf Eike Beer | 2013-10-21 | 1 | -6/+6 |
|
|
* | Extract the ProcessArbitraryContent method. | Stephen Kelly | 2013-05-16 | 1 | -0/+8 |
|
|
* | Keep track of all targets seen while evaluating a genex. | Stephen Kelly | 2013-02-22 | 1 | -1/+2 |
|
|
* | Cache context-independent includes on evaluation. | Stephen Kelly | 2013-02-03 | 1 | -0/+1 |
|
|
* | Keep track of properties used to determine linker libraries. | Stephen Kelly | 2013-01-08 | 1 | -0/+1 |
|
|
* | Make all relevant targets available in the genex context. | Stephen Kelly | 2013-01-05 | 1 | -1/+3 |
|
|
* | Merge topic 'generator-expression-fixes' | Brad King | 2012-11-27 | 1 | -0/+8 |
|\ |
|
| * | Genex: Extract a method to parse parameters. | Stephen Kelly | 2012-11-26 | 1 | -0/+8 |
|
|
* | | Port cmGeneratorExpression to cmTarget from cmGeneratorTarget. | Stephen Kelly | 2012-11-20 | 1 | -2/+1 |
|/ |
|
* | Add API to check that dependent target properties form a DAG. | Stephen Kelly | 2012-09-28 | 1 | -4/+8 |
|
|
* | Add a generator expression for target properties. | Stephen Kelly | 2012-09-28 | 1 | -1/+6 |
|
|
* | cmGeneratorExpression: Re-write for multi-stage evaluation | Stephen Kelly | 2012-09-18 | 1 | -0/+118 |
|
|