提交歷史

作者 SHA1 備註 提交日期
  Sam Lantinga 87ad71f9b2 Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention 3 年之前
  Sam Lantinga 61c0c009ab Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention 3 年之前
  Anonymous Maarten b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 年之前
  Elad Lahav b4f28fb532 Define _LARGEFILE64_SOURCE as 1 for all platforms 3 年之前
  Elad Lahav 49a8b16ffd Fix use of _LARGEFILE64_SOURCE 3 年之前
  Anonymous Maarten b5b9ddb205 SDL_intrin.h: define SDL_<simd>_INTRINSICS in user-visible header 3 年之前
  Ozkan Sezer 41c693dc25 build fix for non-x86 targets. 3 年之前
  Ozkan Sezer 69de6964e5 use target attributes of gcc / clang for SIMD code. 3 年之前
  Anonymous Maarten d27db3defa cmake+video: always use altivec.h header for detection + introduce SDL_ENABLE_ALTIVEC 3 年之前
  Anonymous Maarten fc4085b54e cmake: Allow build system to disable arm neon intrinsics 3 年之前
  Anonymous Maarten 46de6241d7 cmake: Allow build system to disable loongarch intrinsics 3 年之前
  Anonymous Maarten 4681240241 cmake: Detect AVX + allow build system to disable Intel intrinsics 3 年之前
  Sam Lantinga dc280c17a0 Moved SDL_intrin.h back into the public headers for application use 3 年之前
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 年之前
  Anonymous Maarten f91a747549 include: SDL_dynapi.h depends on platform defines 3 年之前
  Sam Lantinga cc0296c934 SDL API renaming: SDL_surface.h 3 年之前
  Sam Lantinga 63724c113b Removed the vi format comments from the source 3 年之前
  Daniel Gibson 28b93451dc Make WinRT's SDL_main header-only 3 年之前
  Daniel Gibson ca2fe7be1a Implement SDL_main as header-only lib for Win32 3 年之前
  Sam Lantinga 1f4cc733a1 Removed the nanosecond versions of event and thread primitive waits from the public API 3 年之前
  Sam Lantinga 5750bcb174 Update for SDL3 coding style (#6717) 3 年之前
  Sam Lantinga c5790359fd Added precompiled header support for Visual Studio and Xcode (#6710) 3 年之前
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 3 年之前
  Sam Lantinga a268c841e3 Remove references to STDC_HEADERS (thanks @sezero!) 3 年之前
  Sam Lantinga 63f307fe1f Remove SDL_config.h from the public headers 3 年之前
  Sam Lantinga 2c4159b99a First pass at changing SDL 2.0 to SDL 3.0 3 年之前
  Cameron Cawley f0566702c5 Fix enabling SDL_DYNAMIC_API in OpenWatcom builds 3 年之前
  Sam Lantinga 8cd908e0b9 Fixed building with Visual Studio 2013 3 年之前
  Michael Fitzmayer fbd230bb6c Add support for the Nokia N-Gage (#5597) 4 年之前
  Eddy Jansson 97774cdf72 Move in va_copy() define block from stdlib. 4 年之前