Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmScanDepFormat: P1689R4: Implement source-path related fields | Ben Boeckel | 2021-06-10 | 1 | -0/+10 |
| | |||||
* | cmScanDepFormat: P1689R4: Factor out primary-output field | Ben Boeckel | 2021-06-09 | 1 | -0/+1 |
| | |||||
* | cmScanDepFormat: Drop unused "outputs", "inputs", and "depends" fields | Brad King | 2021-05-13 | 1 | -7/+3 |
| | | | | | | | These fields are specified by our `P1689r3` paper, but are not actually needed. The dependencies of the scanning results themselves can be captured via normal depfile logic. Avoid saving this possibly-large information in the scanning results. It is not needed by later steps. | ||||
* | cmScanDepFormat: add reader and writer for the format from P1689R2 | Ben Boeckel | 2020-11-17 | 1 | -0/+30 |
This format is currently subject to change, but is not too far from the end goal. Some bits are currently unimplemented (see TODO comments). |