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

add a way to run custom scripts for environment setup #1315

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    a0b005f View commit details
    Browse the repository at this point in the history
  2. add invalid message

    Neumann-A committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    bca096f View commit details
    Browse the repository at this point in the history
  3. adjust for !windows

    Neumann-A committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    5f257a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    c390ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6925d13 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge remote-tracking branch 'upstream/main' into add_env_setup_script

    # Conflicts:
    #	include/vcpkg/base/system.process.h
    #	include/vcpkg/commands.build.h
    #	src/vcpkg/base/system.process.cpp
    #	src/vcpkg/cmakevars.cpp
    #	src/vcpkg/commands.build.cpp
    #	src/vcpkg/vcpkgcmdarguments.cpp
    Neumann-A committed May 28, 2024
    Configuration menu
    Copy the full SHA
    40081f4 View commit details
    Browse the repository at this point in the history
  2. fix merge compile errors.

    Neumann-A committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a22e349 View commit details
    Browse the repository at this point in the history
  3. Fix !windows builds

    Neumann-A committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d325419 View commit details
    Browse the repository at this point in the history
  4. Adjust error messages

    Neumann-A committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0b09514 View commit details
    Browse the repository at this point in the history
  5. fix copy pasta

    Neumann-A committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5a0bdff View commit details
    Browse the repository at this point in the history
  6. Add e2e test

    Neumann-A committed May 28, 2024
    Configuration menu
    Copy the full SHA
    888c540 View commit details
    Browse the repository at this point in the history
  7. fix msg format

    Neumann-A committed May 28, 2024
    Configuration menu
    Copy the full SHA
    372e443 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61b0fc8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    7377eed View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    1c65515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42669c6 View commit details
    Browse the repository at this point in the history
  3. fix !windows build failures

    Neumann-A committed May 30, 2024
    Configuration menu
    Copy the full SHA
    724bd7b View commit details
    Browse the repository at this point in the history