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

Автор SHA1 Сообщение Дата
  Ozkan Sezer ee49025f80 dynapi: use DosScanEnv() for os/2. 1 год назад
  Ryan C. Gordon d2693d4c7d dynapi: Don't use SDL_getenv; it might malloc before the app sets an allocator. 1 год назад
  Sam Lantinga 2b5b8fdbd5 Updated copyright for 2025 1 год назад
  Sam Lantinga 0fc3574464 Updated copyright for 2024 2 лет назад
  Anonymous Maarten d81d986858 cmake: fix uses of undefined macro identifiers (-Wundef) 2 лет назад
  Sylvain Becker a14b948b6c [SDL2] pointer boolean (#8523) 2 лет назад
  Ozkan Sezer 154ad6faa9 SDL_dynapi.c: minor cosmetics. 2 лет назад
  Sam Lantinga 3f1fd5abff Updated source to match SDL function prototype style 2 лет назад
  Ryan C. Gordon 32999798e0 dynapi: Accept a comma-separated list of libraries to attempt to load. 2 лет назад
  Sam Lantinga 0d76380042 Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!) 3 лет назад
  Ozkan Sezer 06b305d232 dynapi: cast GetProcAddress() result to void* 3 лет назад
  Ozkan Sezer 6a52017724 SDL_dynapi.c: add extern "C" guards, just in case.. 3 лет назад
  Sam Lantinga 0479df53ca Updated copyright for 2023 3 лет назад
  Ozkan Sezer 0a8f9777a7 SDL_dynapi.c: LoadLibraryA() returns HMODULE. 3 лет назад
  Sylvain 09ee811f4b Small format changed (using clang-format 15.0.2-1) 3 лет назад
  Sam Lantinga b8d85c6939 Update for SDL3 coding style (#6717) 3 лет назад
  Ryan C. Gordon 69f0223474 dynapi: Abstract out the environment variable name. 3 лет назад
  Ryan C. Gordon 2d7816e358 dynapi: Disable support for API call logging by default. 3 лет назад
  Ryan C. Gordon 17322e2be6 dynapi: Optionally log every call into the SDL API. 3 лет назад
  chalonverse f317d619cc Xbox GDKX support (#5869) 3 лет назад
  Sam Lantinga 1d1fb95a61 Removed double va_end() 3 лет назад
  Sylvain f815580dde Fix SIGSEV in SDL_error. Re-apply same pattern on this uncompiled code (see #5795) 3 лет назад
  Sam Lantinga cbd0187475 Removed the limit on the size of the SDL error message 3 лет назад
  Sam Lantinga 120c76c84b Updated copyright for 2022 4 лет назад
  Cameron Cawley 25a614bc3e Add SDL_asprintf and SDL_vasprintf 4 лет назад
  Sam Lantinga 432ee7d8ad Fixed building SDL_dynapi.c without stdio support 4 лет назад
  Sam Lantinga 9130f7c377 Updated copyright for 2021 5 лет назад
  Sam Lantinga a8780c6a28 Updated copyright date for 2020 6 лет назад
  Sylvain Becker 3d100df36f Readability: remove const-qualifation from function declaration 6 лет назад
  Ryan C. Gordon ec04110d8e dynapi: Deal with failure cases better, other fixes. 6 лет назад