提交歷史

作者 SHA1 備註 提交日期
  Ryan C. Gordon 6d6fba4b0a #ifdef'd out the audio streamer code. 12 年之前
  Ryan C. Gordon a43dbfad0d Static analysis fix: Removed unused variable. 12 年之前
  Ryan C. Gordon 3aae0ed2c5 Static analysis fix: uninitialized data. 12 年之前
  Ryan C. Gordon d7a253b5ec Static analysis fix: uninitialized data. 12 年之前
  Ryan C. Gordon 93ba5bd899 Static analysis fix: uninitialized value. 12 年之前
  Ryan C. Gordon a25bd63cc5 Static analysis fix: leaking Objective-C object. 12 年之前
  Ryan C. Gordon 84b919a2a7 Static analysis fix: dereference of a NULL pointer. 12 年之前
  Ryan C. Gordon b99a6253da Static analysis fix: let clang know _this->displays isn't NULL. 12 年之前
  Ryan C. Gordon 415675bef0 Static analysis fix: division by zero. 12 年之前
  Ryan C. Gordon b659c70080 Static analysis fix: uninitialized variables. 12 年之前
  Ryan C. Gordon 1a2a3e9c8b Static analysis fix: Fixed leaking Objective-C object. 12 年之前
  Ryan C. Gordon bcc2ed09b5 Static analysis fix: bad release. 12 年之前
  Andreas Schiffler a7b84069ec Fix visualstudio build break introduced by changeset 8645 12 年之前
  Andreas Schiffler f018ca4694 Add input validation to SDL_getenv/SDL_setenv; update Stdlib testsuite; add Hints testsuite 12 年之前
  Ryan C. Gordon 6ca112739e Minor comment cleanups in checker-buildbot.sh 12 年之前
  Ryan C. Gordon e84fc5a368 Static analysis fix: division by zero. 12 年之前
  Ryan C. Gordon 546cb8901e Static analysis fix: Value stored to '[bcd]' is never read. 12 年之前
  Ryan C. Gordon faaaf6c572 Static analysis fix: "Value stored to 'p' is never read" 12 年之前
  Ryan C. Gordon 7b893acdc1 Don't overwrite SDL_dynapi.h in checker-buildbot.sh. 12 年之前
  Ryan C. Gordon 055d5679a4 Make checker-buildbot.sh work just about anywhere Clang is installed. 12 年之前
  Ryan C. Gordon ff3f49f073 Reenable static builds for now with static analysis. 12 年之前
  Ryan C. Gordon 7b7856252b Buildbot static analysis script: use configure script instead of cmake. 12 年之前
  Ryan C. Gordon 80bb859c31 Just build shared libraries for static analysis. 12 年之前
  Ryan C. Gordon f53d1669f6 Added a script to let buildslaves run Clang static analysis. 12 年之前
  Ryan C. Gordon 18c9a4e96b Fixed SDL_HapticNewEffect() failing on various DirectInput devices. 12 年之前
  Ryan C. Gordon 2a2fb611d5 Fixed PS4 game controller config on Windows. 12 年之前
  Ryan C. Gordon 978566a65b Whitespace fix. 12 年之前
  Ryan C. Gordon 1f45d4b614 controllermap: Don't treat SDL_HAT_CENTERED as a valid input. 12 年之前
  David Ludwig 1496be6e4b Fixed a build error in SDL_platform.h when using Code Blocks and MinGW 12 年之前
  Ryan C. Gordon 7eaf899796 Fixed SDL_HapticOpenFromJoystick() with DirectInput devices. 12 年之前