-
- Downloads
cmScanDepFormat: Drop unused "outputs", "inputs", and "depends" fields
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.
Showing
- Help/dev/experimental.rst 4 additions, 1 deletionHelp/dev/experimental.rst
- Source/cmGlobalNinjaGenerator.cxx 21 additions, 15 deletionsSource/cmGlobalNinjaGenerator.cxx
- Source/cmNinjaTargetGenerator.cxx 1 addition, 1 deletionSource/cmNinjaTargetGenerator.cxx
- Source/cmScanDepFormat.cxx 3 additions, 22 deletionsSource/cmScanDepFormat.cxx
- Source/cmScanDepFormat.h 3 additions, 7 deletionsSource/cmScanDepFormat.h
Loading
Please register or sign in to comment