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

"<unknown>" and "<command>" are not origins #1346

Merged
merged 13 commits into from
Mar 9, 2024

Commits on Feb 17, 2024

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

Commits on Feb 21, 2024

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

Commits on Feb 22, 2024

  1. Delete the bogus 'example text' from the full package spec parsing.

    The 'vcpkg install' blobs at the end aren't helpful.
    
    ```console
    PS D:\vcpkg-tool\out\build\Win-x64-Debug-WithArtifacts> .\vcpkg.exe install this-is-super-not-a-port#port
    error: expected eof
      on expression: this-is-super-not-a-port#port
                                             ^
    vcpkg install <port name> <port name>...
    vcpkg install zlib zlib:x64-windows curl boost
    ```
    BillyONeal committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    062c7f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge remote-tracking branch 'origin/main' into no-unknown

    # Conflicts:
    #	azure-pipelines/end-to-end-tests-dir/cli.ps1
    #	include/vcpkg/input.h
    #	src/vcpkg/commands.build-external.cpp
    #	src/vcpkg/commands.build.cpp
    #	src/vcpkg/commands.check-support.cpp
    #	src/vcpkg/commands.depend-info.cpp
    #	src/vcpkg/commands.export.cpp
    #	src/vcpkg/commands.install.cpp
    #	src/vcpkg/commands.remove.cpp
    #	src/vcpkg/commands.set-installed.cpp
    #	src/vcpkg/commands.upgrade.cpp
    #	src/vcpkg/input.cpp
    BillyONeal committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a20bd57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3c87e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    084839b View commit details
    Browse the repository at this point in the history
  4. More compiler warnings

    BillyONeal committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a5d8d05 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Merge remote-tracking branch 'origin/main' into no-unknown

    # Conflicts:
    #	include/vcpkg/documentation.h
    #	src/vcpkg/binaryparagraph.cpp
    #	src/vcpkg/packagespec.cpp
    #	src/vcpkg/paragraphs.cpp
    BillyONeal committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3135acd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    1125064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    097cf87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ecdba4 View commit details
    Browse the repository at this point in the history
  4. Add [[nodiscard]] s

    BillyONeal committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bdeba4d View commit details
    Browse the repository at this point in the history