Commit History

Author SHA1 Message Date
  Sam Lantinga 80c6a5f8d9 Updated copyright for 2026 2 months ago
  Ozkan Sezer 9cefbab766 remove watcom compiler support from private sources 5 months ago
  Sam Lantinga d7939abf42 Use consistent style for pointer declarations and casts 9 months ago
  Sam Lantinga 3235a4eb4f Initialize the padding of aligned allocations to zero 1 year ago
  Sam Lantinga f2074d7af3 Updated copyright for 2025 1 year ago
  Sam Lantinga eacf119923 Renamed SDL_size_add_overflow() and SDL_size_mul_overflow() 1 year ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 1 year ago
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code 1 year ago
  Anonymous Maarten 46d9066a69 Fix warnings shown when making SDL_bool a typedef of bool 1 year ago
  Sam Lantinga 89cdadf7c3 Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf() 1 year ago
  Ryan C. Gordon a5c892d2c3 stdlib: Improve Unicode support and consistency in string comparison functions. 2 years ago
  Sam Lantinga 7a069cc4b0 Allow optimizing memcpy and memset where possible 2 years ago
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 years ago
  Sam Lantinga dab4f296b8 Cleanup spacing 2 years ago
  Sam Lantinga 2e465ae31b Revert "Added SDL_nextafter() and SDL_nextafterf()" 2 years ago
  Sam Lantinga bc5d074818 Added SDL_nextafter() and SDL_nextafterf() 2 years ago
  Sam Lantinga 737aa881fa Updated source to match SDL function prototype style 2 years ago
  Anonymous Maarten b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 years ago
  Sam Lantinga 2aa9569b3e Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free() 3 years ago
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 years ago
  Sam Lantinga 7f23d71b6a Added SDL_modf() and SDL_modff() 3 years ago
  Sam Lantinga 63724c113b Removed the vi format comments from the source 3 years ago
  Sam Lantinga 5750bcb174 Update for SDL3 coding style (#6717) 3 years ago
  Sam Lantinga c5790359fd Added precompiled header support for Visual Studio and Xcode (#6710) 3 years ago
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 3 years ago
  Sam Lantinga ce9f3173cd Only use memset_pattern4() if we have string.h on Apple platforms 3 years ago
  Sam Lantinga 63f307fe1f Remove SDL_config.h from the public headers 3 years ago
  Ozkan Sezer 0b8309da0c renamed SDL PI constants to SDL_PI_D and SDL_PI_F. 3 years ago
  Sam Lantinga 670f1df469 Removed SDL_stdinc.h dependency on HAVE_M_PI, added SDL_M_PIl (double) and SDL_M_PIf (float) instead 3 years ago
  Anonymous Maarten 5da85376b9 stdlib: move all mslibc functions to SDL_mslibc.c 3 years ago