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] Fix more cases of semicolon mishandling in "scripts" - follow-up to PR #12926 #13968

Merged
merged 38 commits into from
Oct 27, 2020

Commits on Aug 17, 2020

  1. Merge pull request #1 from microsoft/master

    incorporate changes from microsoft:master
    jgehw committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    d3121ce View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    c743e49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from jgehw/revert-1-master

    Revert "incorporate changes from microsoft:master"
    jgehw committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    2571bd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98ecc0c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/microsoft/vcpkg

    jgehw authored and jgehw committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    ab8fdf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Merge branch 'master' of https://github.com/microsoft/vcpkg

    jgehw authored and jgehw committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    36143ac View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Merge branch 'master' of https://github.com/microsoft/vcpkg

    jgehw authored and jgehw committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1866a82 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Merge branch 'master' of https://github.com/microsoft/vcpkg

    jgehw authored and jgehw committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    9451d33 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

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

Commits on Aug 29, 2020

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

Commits on Aug 31, 2020

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

Commits on Sep 1, 2020

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

Commits on Sep 2, 2020

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

Commits on Sep 3, 2020

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

Commits on Sep 8, 2020

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

Commits on Sep 10, 2020

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

Commits on Oct 1, 2020

  1. Merge branch 'master' of https://github.com/microsoft/vcpkg

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    39312c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

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

Commits on Oct 10, 2020

  1. Merge branch 'master' of https://github.com/microsoft/vcpkg

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    d3e3c2a View commit details
    Browse the repository at this point in the history
  2. follow-up to PR microsoft#12926

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    63c0a0f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. remove list quoting for un-fixed execute_required_process

    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    b4fd975 View commit details
    Browse the repository at this point in the history
  2. for sake of completeness apply PR microsoft#12926 also to vcpkg_execu…

    …te_required_process_repeat
    Joachim Gehweiler authored and Joachim Gehweiler committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    63c2a24 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. remove semicolon-workaround for unfixed vcpkg_execute required_proces…

    …s from vcpkg_configure_cmake
    
    bump gdal port version
    remove semicolon-workaround from aws-sdk-cpp port
    jgehw committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    d50d45a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1faeb5 View commit details
    Browse the repository at this point in the history
  3. remove trailing backslash as it becomes an escape character of the fo…

    …llowing semicolon (internal list delimiter)
    jgehw committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    05a183c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50fab07 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

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

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    557482f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b8792a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    dd247a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad839b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da220ba View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. remove work-around (prevent list-expansion by quoting) after vcpkg_ex…

    …ecute_required_process has been fixed
    jgehw committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c9541e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

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

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    f4e64da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09f30e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

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

Commits on Oct 26, 2020

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