История коммитов

Автор SHA1 Сообщение Дата
  Sam Lantinga f2074d7af3 Updated copyright for 2025 1 год назад
  Sam Lantinga 28b94c4758 Re-added SDL_getenv() as a thread-safe getenv() implementation 1 год назад
  Sam Lantinga 90e01040c5 Added thread-safe environment functions 1 год назад
  Ryan C. Gordon ac08dde1b2 windows: Clean out things that should be using `defined(SDL_PLATFORM_WINDOWS)`. 1 год назад
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL 1 год назад
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code 1 год назад
  Anonymous Maarten 0fa2049fef Document iconv functions + add testautomation (#10131) 1 год назад
  Ozkan Sezer 2205626816 SDL_iconv_string: simplify recomputation of outbuf and outbytesleft 1 год назад
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2 лет назад
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 2 лет назад
  Ozkan Sezer 42c8366fdc revise iconv detection: 2 лет назад
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) 2 лет назад
  Sam Lantinga 1375d2049d SDL_iconv_string() defaults to UTF-8 2 лет назад
  Sam Lantinga ecbbac7c72 Do a full UCS4 zero termination on iconv converted strings 2 лет назад
  Sam Lantinga c369b90019 Fixed SDL_iconv_string() truncation when handling SDL_ICONV_E2BIG 2 лет назад
  Sam Lantinga ddbdd73258 Updated source to match SDL function prototype style 2 лет назад
  Eddy Jansson 5f5abb6805 Always allocate zt in output of SDL_iconv_string() 3 лет назад
  Sylvain Becker cb6b8b0132 Simplify flags testing (#7220) 3 лет назад
  Sam Lantinga fde78d12f2 Updated copyright for 2023 3 лет назад
  Sylvain 25336d053a Remove underscore for _SDL_iconv_t 3 лет назад
  Sam Lantinga 63724c113b Removed the vi format comments from the source 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 лет назад
  Sylvain Becker 6a2200823c Cleanup add brace (#6545) 3 лет назад
  Sam Lantinga 0a48abc860 Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>` 3 лет назад
  chalonverse 3b191580c3 Windows GDK Support (#5830) 3 лет назад
  Pierre Wendling 501a499180 Add clang-format on/off comments where necessary. 3 лет назад
  Ryan C. Gordon 8df045cc7d stdlib: just cast iconv()'s 2nd arg to void *. 4 лет назад
  Sam Lantinga 120c76c84b Updated copyright for 2022 4 лет назад
  Ozkan Sezer a2b13e585c SDL_iconv_string: avoid memory leak if realloc() fails. 4 лет назад