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

Change get_real_filesystem() into a variable rather than a function. #1051

Merged
merged 4 commits into from
Jun 12, 2023

Commits on May 9, 2023

  1. Change get_real_filesystem() into a variable rather than a function.

    Also:
    
    * Make all the things const so that the overall variable can be constexpr.
    * Implement the readonlyness with a drived interface type rather than cv qualifiers, as requested by @ras0219-msft.
    BillyONeal committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8bd0e3c View commit details
    Browse the repository at this point in the history
  2. Fix linux.

    BillyONeal committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e9a58de View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge remote-tracking branch 'origin/main' into defunction-get-real-f…

    …ilesystem
    
    # Conflicts:
    #	include/vcpkg/archives.h
    #	include/vcpkg/binarycaching.h
    #	src/vcpkg-test/binarycaching.cpp
    #	src/vcpkg/archives.cpp
    #	src/vcpkg/binarycaching.cpp
    BillyONeal committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ee4fb80 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Merge remote-tracking branch 'origin/main' into defunction-get-real-f…

    …ilesystem
    
    # Conflicts:
    #	src/vcpkg/postbuildlint.cpp
    BillyONeal committed May 31, 2023
    Configuration menu
    Copy the full SHA
    8805c1d View commit details
    Browse the repository at this point in the history