Skip to content
  1. Apr 24, 2021
  2. Apr 23, 2021
  3. Apr 22, 2021
  4. Apr 21, 2021
  5. Apr 20, 2021
  6. Apr 19, 2021
  7. Apr 18, 2021
    • 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
Loading