Commit History

Author SHA1 Message Date
  Sam Lantinga 97d40b9218 Removed SDL_CleanupEnvironment() 7 months ago
  SDL Wiki Bot a7f1deae8d Sync SDL3 wiki -> header 7 months ago
  Sam Lantinga 28b94c4758 Re-added SDL_getenv() as a thread-safe getenv() implementation 7 months ago
  Sam Lantinga 718845a33d Fixed warning C4701: potentially uninitialized local variable 'startup_info' used 7 months ago
  Sam Lantinga 19243092c6 Renamed SDL_GpuGraphicsPipelineTargetInfo to SDL_GPUGraphicsPipelineTargetInfo 7 months ago
  Sam Lantinga 604d0c519e If posix_spawn() is available, so is sigaction 7 months ago
  Sam Lantinga ec5d280c90 Make sure we ignore SIGPIPE so we don't crash if we write when the pipe is closed 7 months ago
  Sam Lantinga 34b2f4ffca Use non-blocking pipes for process I/O on Windows 7 months ago
  Anonymous Maarten dd07cc8991 SDL_Process: WAIT_TIMEOUT means the process has not exited yet 7 months ago
  Carl Åstholm 1f3fd65c4c cpuinfo: Rename SDL_GetCPUCount to SDL_GetNumLogicalCPUCores 7 months ago
  Ryan C. Gordon 93bf534268 testgpu_simple_clear: Fixed AppInit return values. 7 months ago
  Maia e5bd3bbcd6 add missing includes 7 months ago
  Sam Lantinga 8569bde053 Fixed typo 7 months ago
  SDL Wiki Bot 706aaaf280 Sync SDL3 wiki -> header 7 months ago
  Ryan C. Gordon 3bc0347761 Revert "Sync SDL3 wiki -> header" 7 months ago
  Ryan C. Gordon c2e4b14a82 Revert "stdinc: Added missing `\param` to SDL_CreateEnvironment." 7 months ago
  Ryan C. Gordon 11c9975caa Revert "Sync SDL3 wiki -> header" 7 months ago
  SDL Wiki Bot ba65767afa Sync SDL3 wiki -> header 7 months ago
  Ryan C. Gordon 919f8d3e2b stdinc: Added missing `\param` to SDL_CreateEnvironment. 7 months ago
  SDL Wiki Bot 35427ff9ec Sync SDL3 wiki -> header 7 months ago
  Sam Lantinga dcb2a8c2fe Use CreateProcessW() to handle non-ASCII file paths and arguments 7 months ago
  Sam Lantinga e97f636590 SDL_PROP_PROCESS_CREATE_ENVIRONMENT_POINTER is an SDL_Environment pointer 7 months ago
  Sam Lantinga 56fc4b790c Reduce strcmp() calls in hashtable lookup 7 months ago
  Sam Lantinga e673479449 Removed SDL_WriteProcess() 7 months ago
  Ozkan Sezer a833ee2e63 SDL_gpu.c: fixed build when SDL_GPU_DISABLED is defined. 7 months ago
  ritalat f6f49de134 Add convenience functions to get process IOStreams 7 months ago
  Sam Lantinga 7ff015ceae Close file descriptors not used by the child process 7 months ago
  Sam Lantinga fed0149172 Switched wayland messageboxes to use the new process API 7 months ago
  Sam Lantinga aa7357a14d SDL_CreateEnvironment() fills the environment with a non-zero parameter 7 months ago
  Sam Lantinga 76c469910e Added SDL_PROP_PROCESS_CREATE_BACKGROUND_BOOLEAN 7 months ago