| Commit message (Expand) | Author | Age | Files | Lines |
* | add_custom_{command,target}: add genex support for COMMENT | Peter Würth | 2022-11-19 | 1 | -3/+18 |
|
|
* | cmCustomCommandGenerator: refactor GetComment to return std::string | Peter Würth | 2022-11-19 | 1 | -2/+5 |
|
|
* | cmGeneratorExpression: Require cmake instance | Kyle Edwards | 2022-11-11 | 1 | -2/+3 |
|
|
* | Merge topic 'nmc-cross-config-target-deps' | Brad King | 2021-11-05 | 1 | -4/+8 |
|\ |
|
| * | Ninja Multi-Config: Fix custom command target dependencies in cross-configs | Brad King | 2021-11-04 | 1 | -4/+8 |
|
|
* | | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -1/+1 |
|/ |
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -2/+2 |
|
|
* | cmTransformDepfile: Add support for MSBuild AdditionalInputs format | Brad King | 2021-06-09 | 1 | -0/+6 |
|
|
* | cmake_transform_depfile: Remove unused incomplete vstlog support | Brad King | 2021-06-02 | 1 | -6/+0 |
|
|
* | add_custom_command: Target-dependent generator expression support | Raul Tambre | 2021-05-31 | 1 | -7/+11 |
|
|
* | Xcode: Add support of DEPFILE for add_custom_command, part 2 | Marc Chevrier | 2021-04-17 | 1 | -0/+4 |
|
|
* | Xcode: Add support of DEPFILE for add_custom_command | Marc Chevrier | 2021-04-15 | 1 | -7/+23 |
|
|
* | Genex: add_custom_command: DEPFILE supports genex | Marc Chevrier | 2021-04-12 | 1 | -1/+20 |
|
|
* | Ninja: add_custom_command(DEPFILE): Ensure dependencies consistency | Marc Chevrier | 2021-01-19 | 1 | -9/+5 |
|
|
* | Ninja Multi-Config: Add support for cross-config custom commands | Kyle Edwards | 2020-12-15 | 1 | -22/+110 |
|
|
* | cmLocalGenerator: Factor out helper to expand custom command output paths | Brad King | 2020-12-10 | 1 | -5/+1 |
|
|
* | cmCustomCommandGenerator: Treat relative outputs w.r.t. build dir | Brad King | 2020-12-10 | 1 | -11/+28 |
|
|
* | cmCustomCommandGenerator: Refactor OUTPUT and DEPENDS path evaluation | Brad King | 2020-12-10 | 1 | -17/+20 |
|
|
* | cmCustomCommandGenerator: Evaluate generator expressions in outputs | Brad King | 2020-12-10 | 1 | -1/+2 |
|
|
* | cmCustomCommandGenerator: Collect genex target references in commands | Brad King | 2020-10-29 | 1 | -4/+22 |
|
|
* | cmCustomCommandGenerator: Add move operations | Brad King | 2020-10-27 | 1 | -7/+7 |
|
|
* | Remove unnecessary arbitrary CollapseFullPath second arguments | Brad King | 2020-10-27 | 1 | -2/+1 |
|
|
* | cmCustomCommandGenerator: Add option to transform depfile | Kyle Edwards | 2020-10-13 | 1 | -2/+71 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -2/+2 |
|
|
* | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -1/+1 |
|
|
* | add_custom_command: check if a relative path should be an in-source path | Ben Boeckel | 2020-01-16 | 1 | -4/+0 |
|
|
* | cmake: avoid getcwd in `CollapseFullPath` | Tim Blechmann | 2020-01-14 | 1 | -1/+2 |
|
|
* | add_custom_command: convert DEPENDS path arguments to absolute paths | Ben Boeckel | 2019-12-18 | 1 | -0/+4 |
|
|
* | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -3/+4 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -2/+6 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+4 |
|
|
* | cmCustomCommandGenerator: Replace generator expression member | Daniel Eiband | 2019-09-22 | 1 | -13/+7 |
|
|
* | Genex: Evaluate byproduct generator expressions in cmCustomCommandGenerator | Daniel Eiband | 2019-09-17 | 1 | -1/+3 |
|
|
* | Genex: Move genex expansion of paths into AppendPaths utility | Daniel Eiband | 2019-09-17 | 1 | -14/+23 |
|
|
* | Merge topic 'tidy-deprecated-headers' | Brad King | 2019-09-16 | 1 | -1/+1 |
|\ |
|
| * | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | | add_custom_command: Delay slash conversion until after genex evaluation | Sebastian Lipponer | 2019-09-13 | 1 | -0/+1 |
|/ |
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -3/+1 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -5/+5 |
|
|
* | Merge topic 'fix-emulator-arguments' | Brad King | 2019-07-24 | 1 | -1/+1 |
|\ |
|
| * | Fix allocation in CROSSCOMPILING_EMULATOR evaluation | Marek Antoniak | 2019-07-23 | 1 | -1/+1 |
|
|
* | | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|/ |
|
* | Teach CROSSCOMPILING_EMULATOR to support arguments | Marek Antoniak | 2019-06-03 | 1 | -12/+45 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -7/+5 |
|
|
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -2/+2 |
|
|
* | add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex | Brad King | 2018-11-03 | 1 | -0/+6 |
|
|
* | add_custom_{command,target}: WORKING_DIRECTORY generator expressions | Jon Chronopoulos | 2018-09-28 | 1 | -1/+8 |
|
|
* | add_custom_{command,target}: Fix crash on empty expanded command | Brad King | 2018-05-14 | 1 | -0/+8 |
|
|
* | cmCustomCommandGenerator: Simplify cmOutputConverter access | Brad King | 2018-02-01 | 1 | -3/+1 |
|
|