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

WIP: vcpkg #15855

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

WIP: vcpkg #15855

wants to merge 23 commits into from

Commits on Aug 21, 2023

  1. Move most of our OSS over to vcpkg

    This moves the following dependencies over to vcpkg:
    - gsl (as ms-gsl 3.1.0)
    - fmt (at 7.1.3)
    - pcg
    - stb
    - wyhash (though we don't include the header)
    
    It relies on the built-in support for vcpkg in Visual Studio 2022 17.7.
    DHowett committed Aug 21, 2023
    1 Configuration menu
    Copy the full SHA
    f10ed9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0226deb View commit details
    Browse the repository at this point in the history
  3. Remove CLI11 and jsoncpp

    DHowett committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    34e9f67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae15122 View commit details
    Browse the repository at this point in the history
  5. vcpkg: disable applocal deps

    DHowett committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0495e6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    130bcfd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dd4269 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de596e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    8322caf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382461a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    053398e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4979f View commit details
    Browse the repository at this point in the history
  3. phooey

    DHowett committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cc59109 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    825f8a9 View commit details
    Browse the repository at this point in the history
  5. Remove other vestiges of fmt

    DHowett committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d451650 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e0f51f View commit details
    Browse the repository at this point in the history
  7. help PCG out

    DHowett committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    fc51333 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

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

Commits on Feb 7, 2024

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

Commits on Feb 16, 2024

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

Commits on Feb 29, 2024

  1. Merge remote-tracking branch 'origin/main' into dev/duhowett/vcpkg-ma…

    …nifest
    
    # Conflicts:
    #	OpenConsole.sln
    DHowett committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    57550e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    9ed190e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a61d733 View commit details
    Browse the repository at this point in the history