コミット履歴

作者 SHA1 メッセージ 日付
  Anonymous Maarten 3acd1ad25f cmake: only MSVC understands -nodefaultlib:MSVCRT 2 年 前
  Anonymous Maarten 5151cbf4d1 cmake: check essential headers even when building with SDL_LIBC=OFF 2 年 前
  Anonymous Maarten 9d7e4a7d6e cmake: don't cache HAVE_xxx variables for checking libc features 2 年 前
  Anonymous Maarten b2e428626b cmake: disable system iconv by default on Windows 2 年 前
  Anonymous Maarten 27707755c1 cmake: use SDL_LIBC_DEFAULT for default SDL_LIBC value 2 年 前
  Anonymous Maarten 3fad16cc2b cmake: use SDL_CPU_X86 to enable MMX/SSE on x86 2 年 前
  Anonymous Maarten 21f8e3ce04 cmake: use CMakePushCheckState while testing ARM NEON support 2 年 前
  Anonymous Maarten 46d85fd5a4 cmake: don't cache HAVE_3DNOW value 2 年 前
  Anonymous Maarten 82360b3175 cmake: don't cache HAVE_SSE value 2 年 前
  Anonymous Maarten 375456a3a0 cmake: use SDL_ASSEMBLY_DEFAULT for default SDL_ASSEMBLY value 2 年 前
  Anonymous Maarten 9f2ca87504 build: don't add SDL3 subfolder to include path for external projects 2 年 前
  Sam Lantinga 2af4f74e1c Remove sdl3.m4 and sdl3-config, and document pkg-config as the recommended replacement 2 年 前
  Sasha Szpakowski 0fdabf9595 Update WhatsNew.txt with removed hints. 2 年 前
  Sylvain Becker 6a2200823c Cleanup add brace (#6545) 2 年 前
  Sam Lantinga 4958dafdc3 Update comments to refer SDL_GetWindowSizeInPixels (thanks @NoelFB!) 2 年 前
  Sasha Szpakowski 80a9397459 Remove SDL_HINT_IDLE_TIMER_DISABLED. 2 年 前
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 2 年 前
  Joshua Root 9a64aa6f95 Fix build with Xcode < 7 2 年 前
  Anonymous Maarten 1fa80ca529 cmake: testevdev needs build include headers 2 年 前
  Sam Lantinga e4b97c42b3 cmake: avoid copy of headers by moving generated headers to include/build_config (thanks @madebr!) 2 年 前
  Sam Lantinga 9c8369e097 Temporary hack to address performance issues in https://github.com/libsdl-org/SDL/issues/6581#issuecomment-1327987916 (thanks @icculus!) 2 年 前
  Sam Lantinga bb5568ac4f Fixed HAVE_SIGNAL_SUPPORT typo in commit 63f307fe1fa662dbf2ffb2d2194d2d8b3191257d (thanks @sezero!) 2 年 前
  Sam Lantinga a268c841e3 Remove references to STDC_HEADERS (thanks @sezero!) 2 年 前
  Sam Lantinga 581f1ca5c8 We should only mark functions as inline if necessary for performance 2 年 前
  Ryan C. Gordon fa5adcafd5 cocoa: Patched to compile on macOS SDK < 10.10. 2 年 前
  Ozkan Sezer 141bc25198 SDL_rwops.c: reduce ifdefs, and mark SDL_RWFromFP() as SDL_INLINE. 2 年 前
  Ryan C. Gordon 80c1ddbe97 dynapi: Bumped dynapi version to 2, so SDL2 libs don't conflict. 2 年 前
  Sam Lantinga ce9f3173cd Only use memset_pattern4() if we have string.h on Apple platforms 2 年 前
  Sam Lantinga bde808cd87 Fixed some warnings when building on Linux with -DSDL_LIBC=OFF 2 年 前
  Sam Lantinga e9014ee769 Fixed evdev using standard C functions instead of SDL functions 2 年 前