1. 18 Dec, 2020 10 commits
  2. 17 Dec, 2020 1 commit
  3. 16 Dec, 2020 3 commits
  4. 15 Dec, 2020 3 commits
  5. 13 Dec, 2020 2 commits
    • bunnei's avatar
      Merge pull request #5193 from lat9nq/fix-conan-boost · c96930fd
      bunnei authored
      cmake: Fix generating CMake configs and linking with Boost
      c96930fd
    • lat9nq's avatar
      cmake: Fix generating CMake configs and linking with Boost · 292dd642
      lat9nq authored
      Fixes regression by 761206cf, causing
      yuzu to not build on Linux with any version of Boost except a cached
      1.73 Conan version from before about a day ago.
      
      Moves the Boost requirement out of the `REQUIRED_LIBS` psuedo-2D-array
      for Conan to instead be manually configured, using Conan as a fallback
      solution if the system does not meet our requirements.
      
      Requires any update from the linux-fresh container in order to build.
      
      **DO NOT MERGE** until someone with the MSVC toolchain can verify this
      works there, too.
      292dd642
  6. 12 Dec, 2020 10 commits
  7. 10 Dec, 2020 7 commits
  8. 09 Dec, 2020 4 commits