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

[vcpkg-cmake] Update parallel vcpkg_cmake_configure #21507

Merged
merged 8 commits into from
Jul 25, 2022

Commits on Jul 18, 2022

  1. Revise generator selection

    If the host is x86, assume that msbuild is requested for windows.
    If msbuild is requested and suitable, use it.
    Else if a particular generator is requested, use it.
    Else if ninja is available, use it.
    Else on non-windows host, use "Unix Makefiles".
    dg0yt committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    105c041 View commit details
    Browse the repository at this point in the history
  2. Revise ninja_host detection

    dg0yt committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    63d404e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c5a433 View commit details
    Browse the repository at this point in the history
  4. Consolidate ninja path setup

    dg0yt committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2fdbf10 View commit details
    Browse the repository at this point in the history
  5. Update documentation

    dg0yt committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    de9c3a4 View commit details
    Browse the repository at this point in the history
  6. Use portable chdir

    dg0yt committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    1d63c0b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    d154b1f View commit details
    Browse the repository at this point in the history
  2. Update versions

    dg0yt committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    ffbbca6 View commit details
    Browse the repository at this point in the history