summaryrefslogtreecommitdiffstats
path: root/Source/cmScanDepFormat.h
Commit message (Collapse)AuthorAgeFilesLines
* cmScanDepFormat: P1689R4: Implement source-path related fieldsBen Boeckel2021-06-101-0/+10
|
* cmScanDepFormat: P1689R4: Factor out primary-output fieldBen Boeckel2021-06-091-0/+1
|
* cmScanDepFormat: Drop unused "outputs", "inputs", and "depends" fieldsBrad King2021-05-131-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 P1689R2Ben Boeckel2020-11-171-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).