提交历史

作者 SHA1 备注 提交日期
  Ozkan Sezer a6c6e5f582 configure.ac: fix POSIX conformance issues (bug #4261.) 4 年之前
  Ozkan Sezer 9f6fddb40f CMake: don't check for --no-undefined linker flag for OpenBSD (bug #5174) 4 年之前
  Manuel Alfayate Corchete 46d31d570d [KMS/DRM][Vulkan] Fix segfault when changing fullscren mode and permanent cursor when changing between Vulkan and GL renderers in vkQuake3. Tidy up window destruction code. 4 年之前
  Joel Linn e7c479414b Disable WaitOnAddress SDL_sem implementation on Windows Phone 4 年之前
  Joel Linn 5b64fdc9bf thread/windows: Remove synchronization.lib from WinPhone81 dependencies 4 年之前
  Joel Linn d6afc1c608 thread/windows: Statically link synchronization APIs on WINRT 4 年之前
  Sam Lantinga ff913a22f4 Fixed compile warnings on platforms without hidapi support 4 年之前
  Sam Lantinga 047b20e3b6 Fixed compile warnings on platforms without hidapi support 4 年之前
  Sam Lantinga 9838611a8b Fixed compiler crash building for iOS with clang 11.0.3 4 年之前
  Ozkan Sezer 2b760c3697 attempt to fix emscripten-buildbot: s/wasm/wasm32/ 4 年之前
  Ozkan Sezer b9eb43a5c6 build-scripts: update install-sh and mkinstalldirs from automake-1.16.3 4 年之前
  Ozkan Sezer 3c4103b87d fix config.guess permissions 4 年之前
  Sam Lantinga fd3cb20b0f Fixed bug 5411 - config.guess and config.sub outdated 4 年之前
  Ozkan Sezer 5ed3d21f6e testsem.c: fix -Wmissing-braces warnings. 4 年之前
  Sylvain Becker 4aebad77bd SDL_SoftStretchLowerLinear: try to make xcode buildbot compile (Bug 5313) 4 年之前
  Sam Lantinga 93ccdee8c1 Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundf 4 年之前
  Joel Linn d0b8295c0d Add SDL_sem implementation using Atomics and WaitOnAddress API. 4 年之前
  Joel Linn 2b040cebbe Atomic test: Fix use after free 4 年之前
  Joel Linn 6267b95177 Semaphore test: Add overhead tests. 4 年之前
  Joel Linn 95a6d4e848 Semaphore test: Put test into separate function. 4 年之前
  Joel Linn 548cb90893 Add SDL_mutex implementation using Windows Slim Reader/Writer Locks Keep Critical Section impl for Windows XP/Vista - choose at runtime 4 年之前
  Ozkan Sezer 090fffac6a test/Makefile.os2: add warning switches to CFLAGS. 4 年之前
  Ozkan Sezer 239c8f1f4c testvulkan.c: fix -Wmissing-braces warnings. also fix whitespace. 4 年之前
  Ozkan Sezer 20ca1192d2 testgesture.c: comment out unused drawLine() 4 年之前
  Ozkan Sezer b064028c2d testatomic.c: fix warnings due to SDL_AtomicDecRef() use 4 年之前
  Sylvain Becker 8e20376f1a SDL_SoftStretchLinear: use SDL_INLINE (bug 5313) 4 年之前
  Sylvain Becker 7b8d5b7dc3 SDL_SoftStretchLinear: fix implicit conversion (bug 5313) 4 年之前
  Ozkan Sezer 15fea33915 ran gendynapi.pl after addition of SDL_SoftStretchLinear 4 年之前
  Sylvain Becker ae8a270f61 Add SDL_SoftStretchLowerLinear() (Bug 5313) 4 年之前
  Sylvain Becker 050ee9a410 Split SDL_SoftStretch in Lower and Uppler functions (Bug 5313) 4 年之前