| Commit message (Expand) | Author | Age | Files | Lines |
* | cmGeneratorExpression: remove const char* overloads | Vitaly Stakhovsky | 2020-03-08 | 1 | -8/+0 |
|
|
* | Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...> | Marc Chevrier | 2020-02-26 | 1 | -0/+5 |
|
|
* | cmGeneratorExpressionEvaluator: Modernize memory management | Marc Chevrier | 2019-12-05 | 1 | -1/+1 |
|
|
* | Refactor: Generalize cmExportInstallFileGenerator::ReplaceInstallPrefix() | Kyle Edwards | 2019-11-01 | 1 | -0/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
|
|
* | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -0/+13 |
|
|
* | cmGeneratorExpression: Remove Evaluate overload by parameter re-ordering | Daniel Eiband | 2019-09-22 | 1 | -6/+1 |
|
|
* | cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression | Daniel Eiband | 2019-09-22 | 1 | -12/+13 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -8/+14 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -8/+8 |
|
|
* | Refactoring: introduce function to check if a string is a generator expression | Marc Chevrier | 2018-09-25 | 1 | -0/+9 |
|
|
* | genex: Simplify cmGeneratorExpressionInterpreter | Brad King | 2018-09-07 | 1 | -50/+5 |
|
|
* | Genex: Return Evaluate results as const std::string& | Vitaly Stakhovsky | 2018-08-28 | 1 | -11/+4 |
|
|
* | EvaluateExpression() returns std::string | Vitaly Stakhovsky | 2018-08-16 | 1 | -10/+7 |
|
|
* | cmCompiledGeneratorExpression::Evaluate(): return const std::string& | Vitaly Stakhovsky | 2018-08-09 | 1 | -16/+20 |
|
|
* | Genex: Per-source $<COMPILE_LANGUAGE:...> support | Marc Chevrier | 2017-12-13 | 1 | -6/+41 |
|
|
* | Refactor per-source generator expression evaluation | Marc Chevrier | 2017-12-04 | 1 | -0/+50 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -3/+4 |
|
|
* | clang-format: format all code as Cpp11 | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -6/+6 |
|
|
* | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 1 | -6/+4 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -8/+6 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 1 | -4/+3 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -6/+6 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -34/+37 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | Genex: Port some access API to cmGeneratorTarget. | Stephen Kelly | 2015-10-15 | 1 | -10/+9 |
|
|
* | cmGeneratorExpression: Port interface to cmGeneratorTarget. | Stephen Kelly | 2015-10-12 | 1 | -3/+4 |
|
|
* | cmGeneratorExpression: Port to cmLocalGenerator. | Stephen Kelly | 2015-10-12 | 1 | -3/+3 |
|
|
* | Genex: Store a backtrace, not a pointer to one. | Stephen Kelly | 2015-07-17 | 1 | -2/+3 |
|
|
* | Genex: Extract an evaluateWithContext method. | Stephen Kelly | 2015-03-10 | 1 | -0/+4 |
|
|
* | Genex: Add a COMPILE_LANGUAGE generator expression. | Stephen Kelly | 2015-03-07 | 1 | -2/+4 |
|
|
* | file(GENERATE): Evaluate early to allow generating source files | Stephen Kelly | 2014-11-12 | 1 | -0/+5 |
|
|
* | Genex: Track whether an expression depends on the 'head' target | Brad King | 2014-07-21 | 1 | -0/+5 |
|
|
* | genex: remove the need for backtraces | Ben Boeckel | 2014-06-05 | 1 | -2/+2 |
|
|
* | Features: Add COMPILE_FEATURES generator expression. | Stephen Kelly | 2014-05-21 | 1 | -0/+5 |
|
|
* | Genex: Only evaluate TARGET_OBJECTS to determine target sources. | Stephen Kelly | 2014-04-02 | 1 | -0/+6 |
|
|
* | cmGeneratorExpression: Remove unused include. | Stephen Kelly | 2014-03-17 | 1 | -2/+0 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | cmGeneratorExpression: Tokenize over strings | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | cmTarget: Make GetProperty() const. | Stephen Kelly | 2013-10-31 | 1 | -5/+5 |
|
|
* | Genex: Rename cmGeneratorExpression::NeedsParsing to NeedsEvaluation | Stephen Kelly | 2013-08-29 | 1 | -1/+1 |
|
|
* | Genex: Allow relative paths in INSTALL_INTERFACE. | Stephen Kelly | 2013-07-25 | 1 | -1/+2 |
|
|
* | Merge topic 'interface-property-external-read' | Brad King | 2013-02-25 | 1 | -0/+1 |
|\ |
|