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

WIP: Shared library build #33608

Closed
wants to merge 9 commits into from
Closed

Commits on Apr 7, 2020

  1. Crossgen2 / SuperIlc support for composite mode with shared framework

    This change adds SuperIlc support for the option --framework
    in --composite mode by first compiling the entire set of framework
    assemblies into one composite version bubble and then building the
    test on top of it as another composite version bubble. One practical
    upside of this mode is that it's naturally much faster than the
    "one-component" composite mode as that basically requires compiling
    the framework with each app.
    
    Thanks
    
    Tomas
    trylek committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    543a821 View commit details
    Browse the repository at this point in the history
  2. Crossgen2 / SuperIlc support for composite mode with shared framework

    This change adds SuperIlc support for the option --framework
    in --composite mode by first compiling the entire set of framework
    assemblies into one composite version bubble and then building the
    test on top of it as another composite version bubble. One practical
    upside of this mode is that it's naturally much faster than the
    "one-component" composite mode as that basically requires compiling
    the framework with each app.
    
    Thanks
    
    Tomas
    trylek committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    4bc6bd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    970c8ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac69be3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adbe891 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbe9749 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0a61a1 View commit details
    Browse the repository at this point in the history
  8. Rebase fixes

    trylek committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    e4c1be6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b578f4 View commit details
    Browse the repository at this point in the history