1. 23 Jul, 2022 7 commits
    • Kyle Kienapfel's avatar
      ci,transifex: enable vcpkg on transifex step · 5878eb34
      Kyle Kienapfel authored
      The slim docker container that runs transifex needs a few packages added
      in, curl zip unzip
      
      I've tested everything except actually pushing to transifex, but it's
      not November 2022 yet so we're fine for now. Or we're actually using the
      newer client and all is well.
      5878eb34
    • bunnei's avatar
      Merge pull request #8584 from Morph1984/qt5-cleanup · da066e8e
      bunnei authored
      CMakeLists: Require QtConcurrent, and remove unused dlls
      da066e8e
    • bunnei's avatar
      Merge pull request #8611 from liamwhite/fix-flatpak-crash · d60b0e86
      bunnei authored
      video_core: use correct byte size for framebuffer
      d60b0e86
    • 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 4 commits
  5. 18 Jul, 2022 2 commits
  6. 17 Jul, 2022 9 commits
  7. 16 Jul, 2022 5 commits
  8. 15 Jul, 2022 10 commits