Commit History

Author SHA1 Message Date
  Anonymous Maarten d6291d4d42 alloca: use alloca from <stdlib.h> on NetBSD 1 year ago
  Ozkan Sezer 39870031d1 use format string attributes for functions accepting va_list params, too 1 year ago
  Ryan C. Gordon c53843a961 docs: Remove Doxygen `\brief` tags. 1 year ago
  Sam Lantinga d07a264a9b Use the default UCS2/UCS4 conversion rather than non-portable INTERNAL encoding 1 year ago
  Sam Lantinga a76d8e39aa Changed SDL_bool from an enum to unsigned int 1 year ago
  Anonymous Maarten 6127ac0871 Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h 1 year ago
  Sam Lantinga 080b1dfbdb Revert "Improved fallback for SDL_COMPILE_TIME_ASSERT() (thanks @icculus!)" 2 years ago
  Sam Lantinga 9d453daa23 Improved fallback for SDL_COMPILE_TIME_ASSERT() (thanks @icculus!) 2 years ago
  Sam Lantinga 0a4e6f6d29 Added SDL_strnlen() and SDL_wcsnlen() 2 years ago
  Sam Lantinga f3d6320bac Added SDL_strndup() 2 years ago
  Sam Lantinga f010411492 Rename SDL_strtokr() to SDL_strtok_r() 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
  Ozkan Sezer a8a72de6fb fix mingw build failures in CI with clang-tidy. 2 years ago
  Sam Lantinga c9d8a04945 Added SDL_swprintf() and SDL_vswprintf() 2 years ago
  Sam Lantinga 6c28546828 Added SDL_wcstol() 2 years ago
  Anonymous Maarten b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 2 years ago
  Pierre Wendling ea093378a2 Fix clang-tidy error on LLVM 16. 2 years ago
  SDL Wiki Bot 260dcb856e Sync SDL3 wiki -> header 2 years ago
  Eddy Jansson 5f5abb6805 Always allocate zt in output of SDL_iconv_string() 2 years ago
  Anonymous Maarten 549cedfa88 include: add \brief to includes 2 years ago
  Sylvain 81c94a165c Add \since docs where missing and resets some to 3.0.0 2 years ago
  Sylvain e9af964cf4 More `\param` added for SDL function in stdinc.h 2 years ago
  Sylvain ce366facaa Add missing \returns, change "return" to "returns" to have same naming 2 years ago
  Ryan C. Gordon 197340ea1c Sync wiki -> headers. 2 years ago
  Sam Lantinga 2aa9569b3e Replaced SDL_SIMDAlloc(), SDL_SIMDRealloc(), and SDL_SIMDFree() with SDL_aligned_alloc() and SDL_aligned_free() 2 years ago
  Sam Lantinga e9b86eebf3 Functions which return function pointers now return SDL_FunctionPointer instead of void* 2 years ago
  Sam Lantinga fde78d12f2 Updated copyright for 2023 2 years ago
  Anonymous Maarten f91a747549 include: SDL_dynapi.h depends on platform defines 2 years ago
  Sam Lantinga 7f23d71b6a Added SDL_modf() and SDL_modff() 2 years ago