Commit History

Author SHA1 Message Date
  Guldoman 74bcc5a0a3 stdlib: Add `SDL_utf8strnlen` 3 years ago
  Cameron Cawley 0cca71a846 Use SDLCALL for callbacks in public APIs 3 years ago
  Simon McVittie 8ab3ae98f0 stdinc: Add a comment to clarify why inline functions are needed here 3 years ago
  Simon McVittie f661654fad stdinc: Add overflow-checking add and multiply for size_t 3 years ago
  Ozkan Sezer e9ff4fdd49 add SDL_bsearch 3 years ago
  Eddy Jansson 00feca27b0 Add SDL_FLT_EPSILON. 3 years ago
  Ryan C. Gordon 3425e9950e stdinc: SDL_COMPILE_TIME_ASSERT defines shouldn't have a semicolon. 3 years ago
  Ozkan Sezer f0d2747df1 use _Static_assert for SDL_COMPILE_TIME_ASSERT(), when available 3 years ago
  Sam Lantinga 120c76c84b Updated copyright for 2022 3 years ago
  Misa 3bf7994fe2 Add and use `SDL_FALLTHROUGH` for fallthroughs 4 years ago
  Sam Lantinga abc12a832c Revert "Add and use `SDL_FALLTHROUGH` for fallthroughs" 3 years ago
  Misa 66a08aa391 Add and use `SDL_FALLTHROUGH` for fallthroughs 4 years ago
  Sam Lantinga 5b646cd19e Build hidapi code into SDL as a new public API 3 years ago
  Kevin Colour 6cbee0634e include: Swap parameter names in atan2 functions 4 years ago
  SDL Wiki Bot c7dafb1556 Sync wiki -> header 4 years ago
  Ryan C. Gordon 1b49f09243 include: manually ran wikiheaders.pl and cleaned up the obvious issues. 4 years ago
  Cameron Cawley 25a614bc3e Add SDL_asprintf and SDL_vasprintf 4 years ago
  Brick 72f41d1fb1 Added missing parenthesis around SDL_clamp 4 years ago
  David Gow 35c1bbfa49 SDL_stdinc.h: Add an SDL_clamp() function 4 years ago
  Joshua Root 9bf6557585 Correctly check for bswap builtins before using 4 years ago
  Sam Lantinga d5ad6f6e6a Clarified that you should never have side-effects in the parameters to SDL_min/SDL_max 4 years ago
  Ryan C. Gordon c88eb7a896 Sync wiki -> header. 4 years ago
  Ryan C. Gordon 25fc40b0bd stdinc: Silence clang warning for -Wimplicit-fallthrough. 4 years ago
  Ivan Epifanov ca5e5d6154 VITASDK compatibility 4 years ago
  Ozkan Sezer a2fbc452ca replace i386 checks with __i386__ 4 years ago
  Misa dfe219ec71 Add all missing "is characteristic" stdlib functions 4 years ago
  Jay Petacat f443a6fc7a Fix format string warnings for width-based integers 4 years ago
  Sam Lantinga 9130f7c377 Updated copyright for 2021 4 years ago
  Sam Lantinga 93ccdee8c1 Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundf 4 years ago
  Ozkan Sezer bca9decbda fix bug #5394 - define _DARWIN_C_SOURCE only if not already defined 4 years ago