コミット履歴

作者 SHA1 メッセージ 日付
  Ryan C. Gordon 0e7530b057 cmake: add WASAPI audio target to the build (thanks, Martin!). 9 年 前
  Ryan C. Gordon 5ea0c893cd CMake: fixed logic error in setting -mfpmath=387. 9 年 前
  Ryan C. Gordon 3594bf8eeb audio: Wired up new SSE code to build system. 9 年 前
  Sam Lantinga df25258a1e Added configure and cmake support for libsamplerate 9 年 前
  Ryan C. Gordon 35430a73f2 cpuinfo: first attempt at SDL_HasNEON() implementation. 9 年 前
  Sam Lantinga f3502c3c53 Fixed building with cmake when fcitx isn't installed 9 年 前
  Sam Lantinga 34eebfba9b Fixed setting the version info in the shared library when using CMake 9 年 前
  Sam Lantinga c9be93c65b Fixed bug 3078 - cmake: fix sdl2.m4 install location on cross hosts 9 年 前
  Alex Szpakowski 571f4ce8a6 Fix CMake setting an incorrect video backend on iOS 9 年 前
  Sam Lantinga 671f2a4914 Fixed bug 3268 - CMAKE: ios fixes 9 年 前
  Sam Lantinga bb24662c79 Fixed bug 3301 - IBus support on Linux with CMake 9 年 前
  Sam Lantinga e45698d218 Updated version to 2.0.5 in preparation for release 9 年 前
  Sam Lantinga e5070d20ee Fixed set of libraries needed to build on Mac OS X 9 年 前
  Sam Lantinga 93d42e2d3e Hopefully fixed the cmake build on Mac OS X 9 年 前
  Jukka Jyl?nki 264e996e0f Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags required by Emscripten toolchain. 9 年 前
  Charlie Birks 42feccea37 Include timers when using cmake (#29) 9 年 前
  Ryan C. Gordon 6188c33420 mac: Patched to compile with CMake project. 9 年 前
  Alex Szpakowski 2c3bf6658a Windows CMake: don't try to link dxguid, it's unavailable when using Visual Studio's XP-compatible toolset. 10 年 前
  Sam Lantinga e5d575b933 Expose the EGL display and window for Vivante SDL windows 10 年 前
  Ryan C. Gordon 1615b2e29d CMake: only set "-O3 -g" defaults if CMAKE_BUILD_TYPE wasn't set at all. 10 年 前
  Sam Lantinga 757e994eaa Fixed --enable-new-dtags check with cmake 10 年 前
  Sam Lantinga dc5f05bb99 Use --enable-new-dtags to set RUNPATH rather than RPATH so that LD_LIBRARY_PATH is not overridden by the application. 10 年 前
  Ryan C. Gordon bb1e2bd0b5 CMake: Turned off Mac OS X rpath warning kludge. 10 年 前
  Ryan C. Gordon e6e62bee71 CMake: Let static libraries optionally be built with Position Independent Code. 10 年 前
  Ryan C. Gordon 008a6abd04 CMake: use the old MACOSX_RPATH behavior (for now), silence the warning. 10 年 前
  Ryan C. Gordon 1373e8909a Try to build with GCC's -Wdeclaration-after-statement. 10 年 前
  Ryan C. Gordon 1240f8e0a6 CMake: Don't make a libSDL2.so symlink on Mac OS X (do .dylib instead). 10 年 前
  Alex Szpakowski b0d8dfcd8a CMake: Fixed building for Windows with VS2015 (bug #3080). 10 年 前
  Ryan C. Gordon 61518bce6b CMake: Changes to get CMake project to work with Android (thanks, Martin!). 10 年 前
  Ryan C. Gordon 7e679ed2c1 CMake: fixed a failure to reset CMAKE_REQUIRED_FLAGS (thanks, Martin!). 10 年 前