Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmTransformDepfile: Add support for MSBuild AdditionalInputs format | Brad King | 2021-06-09 | 1 | -1/+2 |
| | |||||
* | cmake_transform_depfile: Remove unused incomplete vstlog support | Brad King | 2021-06-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | In commit b2c14bc774 (cmake -E: Add cmake_transform_depfile internal command, 2020-10-02, v3.20.0-rc1~684^2~2) a partial implementation for converting MSBuild "TLog" format files was added. However, it is unused and incomplete: * Does not enforce absolute paths as TLog docs require. * Does not upper-case paths as TLog docs recommend. * The TLog format semantics are not equivalent to `out: in`. Remove the unused TLog transform infrastructure to avoid confusion. Issue: #20286 | ||||
* | Xcode: Add support of DEPFILE for add_custom_command, part 2 | Marc Chevrier | 2021-04-17 | 1 | -0/+1 |
| | | | | | | This MR extend the support of 'DEPFILE' to buildsystem version 1. Issue: #20286 | ||||
* | Ninja: add_custom_command(DEPFILE): Ensure dependencies consistency | Marc Chevrier | 2021-01-19 | 1 | -1/+3 |
| | | | | Fixes: #21694 | ||||
* | cmake -E: Add cmake_transform_depfile internal command | Kyle Edwards | 2020-10-13 | 1 | -0/+14 |