Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve incremental build: make ninja handle dynamic outputs (continuation) #2366

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2024

  1. Let depslog store outputs

    This is to support dynamically computed outputs for the 'dynout'
    attribute
    Dragnalith authored and HampusAdolfsson committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    280aa46 View commit details
    Browse the repository at this point in the history
  2. Add parser for dynout files

    Co-authored-by: Hampus Adolfsson <[email protected]>
    Dragnalith and HampusAdolfsson committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ca1cbd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c5137cd View commit details
    Browse the repository at this point in the history
  2. Add tools: 'outputs' and 'dynouts'

    'outputs' lists all the outputs generated by the graph, including dynamic
    outputs.
    
    'dynouts' lists all dynamic outputs stored in the deps log.
    
    Co-authored-by: Hampus Adolfsson <[email protected]>
    Dragnalith and HampusAdolfsson committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fb6170d View commit details
    Browse the repository at this point in the history