1. 23 Jul, 2022 4 commits
    • bunnei's avatar
      Merge pull request #8624 from lat9nq/vcpkg · 58081a36
      bunnei authored
      ci,CMake: Drop Conan support for vcpkg
      58081a36
    • lat9nq's avatar
      5b4bef13
    • lat9nq's avatar
      ci,CMake: Integrate vcpkg into CMakeLists · 265d1d69
      lat9nq authored
      Uses manifest mode if the bundled vcpkg is used.
      265d1d69
    • lat9nq's avatar
      ci,CMake: Drop Conan support for vcpkg · 4b93ea59
      lat9nq authored
      Between packages breaking, Conan always being a moving target for
      minimum required CMake support, and now their moves to Conan 2.0 causing
      existing packages to break, I suppose this was a long time coming. vcpkg
      isn't without its drawbacks, but at the moment it seems easier on the
      project to use for external packages.
      
      Mostly removes the logic for Conan from the root CMakeLists file,
      leaving basic find_package()'s in its place. Sets only the
      find_package()'s that require CONFIG mode as necessary. clang and linux
      CI now use the vcpkg toolchain file configured in the Docker container
      when possible.
      
      mingw CI turns off YUZU_TESTS because there's no way on the container to
      run Windows executables on a Linux host anyway, and it's not easy to get
      Catch2 there.
      4b93ea59
  2. 21 Jul, 2022 2 commits
  3. 20 Jul, 2022 1 commit
  4. 19 Jul, 2022 3 commits
  5. 18 Jul, 2022 2 commits
  6. 17 Jul, 2022 9 commits
  7. 16 Jul, 2022 5 commits
  8. 15 Jul, 2022 14 commits