Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

WIP Generate VFS for importing header maps. #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Sep 1, 2016

  1. WIP Generate VFS for importing header maps.

    The main issue here is that the generated VFS is not per-target! It's
    an auxiliary file that contains information from all targets and goes
    in a target-independent directory. This doesn't match with either the
    auxiliary file model or more generally the entire build structure:
    
     - Can anything specific to a build affect the VFS? If so, what if
       separarate builds are running in parallel from the same project?
     - If two targets in a build are from the same project, they should
       only need to generate the VFS once, and not more than once.
    grp committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    948f5b4 View commit details
    Browse the repository at this point in the history