Commit History

Author SHA1 Message Date
  Sam Lantinga 4609af618a Updated logging functions for SDL3 naming convention 1 year ago
  Sam Lantinga d65ae710a1 Renamed SDL_LogGetOutputFunction() and SDL_LogSetOutputFunction() to match SDL 3.0 naming convention 2 years ago
  Sam Lantinga 12bdb2b4d0 Added the environment variable SDL_LOGGING to control default log output 2 years ago
  Sam Lantinga 4fba663368 Simplified the default log category logic 2 years ago
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 years ago
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 years ago
  Sam Lantinga 3775d9be4b Fixed warning C28251: Inconsistent annotation for 'SDL_LogMessageV_REAL': this instance has no annotations. 2 years ago
  Ozkan Sezer 5730eb67f0 add HAVE_GCC_DIAGNOSTIC_PRAGMA to SDL_internal.h, use it 2 years ago
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 years ago
  Sam Lantinga ddbdd73258 Updated source to match SDL function prototype style 2 years ago
  Sam Lantinga 87ad71f9b2 Rename SDL mutex, semaphore and condition variable types to match SDL 3.0 naming convention 2 years ago
  Anonymous Maarten b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined 3 years ago
  Anonymous Maarten 3472dc11d6 Fix uses of undefined macro identifiers (-Wundef) 3 years ago
  Sam Lantinga 14695a714f Set the default priority level of SDL_LOG_CATEGORY_ERROR to SDL_LOG_PRIORITY_ERROR 3 years ago
  Anonymous Maarten 67d517907b log: fix unused-variable warning when configuring SDL with -DSDL_LIBC=OFF 3 years ago
  Sam Lantinga 237086c917 Fixed Xcode 14.2 warnings 3 years ago
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 years ago
  Sam Lantinga 36d4395c97 SDL API renaming: internal functions 3 years ago
  Sam Lantinga 63724c113b Removed the vi format comments from the source 3 years ago
  Sam Lantinga 5c29b58e95 Added support for clang thread-safety analysis 3 years ago
  Pierre Wendling 3c501b963d Clang-Tidy fixes (#6725) 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
  Sylvain Becker 6a2200823c Cleanup add brace (#6545) 3 years ago
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 3 years ago
  Sam Lantinga bde808cd87 Fixed some warnings when building on Linux with -DSDL_LIBC=OFF 3 years ago
  Sam Lantinga a635a485bc Re-added WinRT support until we're sure that it's no longer being used 3 years ago
  Ozkan Sezer dc2a3e06e9 removed WinRT support. 3 years ago
  Ozkan Sezer e89a1f9157 removed NaCL support. 3 years ago
  Pierre Wendling 7d536d5240 N3DS: Put `SDL_Log.txt` in the proper directory. 3 years ago