1. 24 Apr, 2021 1 commit
  2. 23 Apr, 2021 12 commits
  3. 22 Apr, 2021 4 commits
  4. 21 Apr, 2021 4 commits
  5. 20 Apr, 2021 7 commits
  6. 19 Apr, 2021 8 commits
  7. 18 Apr, 2021 4 commits
    • bunnei's avatar
      Merge pull request #6208 from lat9nq/boost-static · 9e7713c1
      bunnei authored
      ci: linux: Link Boost statically
      9e7713c1
    • lat9nq's avatar
      ci: linux: Link Boost statically · 7d0d2af3
      lat9nq authored
      Only affects the AppImage and the raw binaries. Enables running the
      executable alone on Linux systems when all other libraries are
      compatible.
      7d0d2af3
    • lat9nq's avatar
      general: Ignore implicit-fallthrough for SDL.h · f973274b
      lat9nq authored
      SDL 2.0.14 introduces an incompatibility with Clang, causing it to
      trigger -Wimplicit-fallthrough even though it is marked. Ignore it for
      now, with a comment mentioning why this is needed.
      f973274b
    • lat9nq's avatar
      cmake: Use SDL 2.0.14 and fix CMake scope issue · de69a526
      lat9nq authored
      Forces using SDL 2.0.14. Upgrades the SDL external to that version. Adds
      a message when switching to the external.
      
      Fixes an error where input_common only links to SDL when SDL2_FOUND is
      set, but externals/CMakeLists cannot set that variable to the required
      scope. Switch to using ENABLE_SDL2, which we can use since we now
      include the SDL source.
      de69a526