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] Do not use raw paths inside regexes #12964

Merged
merged 3 commits into from
Aug 22, 2020

Commits on Aug 17, 2020

  1. Do not use raw paths inside regexes

    vcpkg_fixup_pkgconfig uses raw paths in regexes in a couple of places.
    This causes problems if the path contains characters with special
    meaning for regexes (e.g. /home/hypothetical-user/Documents/C++).
    hanst99 committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    43a7a9d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

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

Commits on Aug 21, 2020

  1. Remove redundant capture group, add missing $?| escapes, use more des…

    …criptive variable name.
    BillyONeal committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    a66b922 View commit details
    Browse the repository at this point in the history