Browse Source

Upgrade SDL to 2.26.3

master
C. J. Howard 1 year ago
parent
commit
034893bdd3
1076 changed files with 1144 additions and 1137 deletions
  1. +21
    -18
      CMakeLists.txt
  2. +2
    -3
      CONTRIBUTING.md
  3. +1
    -1
      README.md
  4. +27
    -23
      modules/SDL2/CMakeLists.txt
  5. +1
    -1
      modules/SDL2/LICENSE.txt
  6. +1
    -1
      modules/SDL2/Makefile.os2
  7. +1
    -1
      modules/SDL2/Makefile.w32
  8. +1
    -1
      modules/SDL2/VisualC-GDK/tests/testgdk/src/testgdk.cpp
  9. +2
    -2
      modules/SDL2/Xcode/SDL/Info-Framework.plist
  10. +4
    -4
      modules/SDL2/Xcode/SDL/SDL.xcodeproj/project.pbxproj
  11. +1
    -1
      modules/SDL2/Xcode/SDL/pkg-support/resources/License.txt
  12. +1
    -1
      modules/SDL2/android-project/app/src/main/java/org/libsdl/app/SDLActivity.java
  13. +1
    -1
      modules/SDL2/build-scripts/config.sub
  14. +2
    -2
      modules/SDL2/build-scripts/gen_audio_channel_conversion.c
  15. +2
    -2
      modules/SDL2/build-scripts/gen_audio_resampler_filter.c
  16. +0
    -3
      modules/SDL2/cmake/sdlchecks.cmake
  17. +1
    -1
      modules/SDL2/configure
  18. +1
    -1
      modules/SDL2/configure.ac
  19. +1
    -1
      modules/SDL2/include/SDL.h
  20. +1
    -1
      modules/SDL2/include/SDL_assert.h
  21. +1
    -1
      modules/SDL2/include/SDL_atomic.h
  22. +1
    -1
      modules/SDL2/include/SDL_audio.h
  23. +1
    -1
      modules/SDL2/include/SDL_bits.h
  24. +1
    -1
      modules/SDL2/include/SDL_blendmode.h
  25. +1
    -1
      modules/SDL2/include/SDL_clipboard.h
  26. +1
    -1
      modules/SDL2/include/SDL_config.h
  27. +1
    -1
      modules/SDL2/include/SDL_config.h.cmake
  28. +1
    -1
      modules/SDL2/include/SDL_config.h.in
  29. +1
    -1
      modules/SDL2/include/SDL_config_android.h
  30. +1
    -1
      modules/SDL2/include/SDL_config_emscripten.h
  31. +1
    -1
      modules/SDL2/include/SDL_config_iphoneos.h
  32. +1
    -1
      modules/SDL2/include/SDL_config_macosx.h
  33. +1
    -1
      modules/SDL2/include/SDL_config_minimal.h
  34. +1
    -1
      modules/SDL2/include/SDL_config_ngage.h
  35. +1
    -1
      modules/SDL2/include/SDL_config_os2.h
  36. +1
    -1
      modules/SDL2/include/SDL_config_pandora.h
  37. +1
    -1
      modules/SDL2/include/SDL_config_windows.h
  38. +1
    -1
      modules/SDL2/include/SDL_config_wingdk.h
  39. +1
    -1
      modules/SDL2/include/SDL_config_winrt.h
  40. +1
    -1
      modules/SDL2/include/SDL_config_xbox.h
  41. +1
    -1
      modules/SDL2/include/SDL_copying.h
  42. +1
    -1
      modules/SDL2/include/SDL_cpuinfo.h
  43. +1
    -1
      modules/SDL2/include/SDL_egl.h
  44. +1
    -1
      modules/SDL2/include/SDL_endian.h
  45. +1
    -1
      modules/SDL2/include/SDL_error.h
  46. +1
    -1
      modules/SDL2/include/SDL_events.h
  47. +1
    -1
      modules/SDL2/include/SDL_filesystem.h
  48. +1
    -1
      modules/SDL2/include/SDL_gamecontroller.h
  49. +1
    -1
      modules/SDL2/include/SDL_gesture.h
  50. +1
    -1
      modules/SDL2/include/SDL_guid.h
  51. +1
    -1
      modules/SDL2/include/SDL_haptic.h
  52. +1
    -1
      modules/SDL2/include/SDL_hidapi.h
  53. +1
    -1
      modules/SDL2/include/SDL_hints.h
  54. +1
    -1
      modules/SDL2/include/SDL_joystick.h
  55. +1
    -1
      modules/SDL2/include/SDL_keyboard.h
  56. +1
    -1
      modules/SDL2/include/SDL_keycode.h
  57. +1
    -1
      modules/SDL2/include/SDL_loadso.h
  58. +1
    -1
      modules/SDL2/include/SDL_locale.h
  59. +1
    -1
      modules/SDL2/include/SDL_log.h
  60. +1
    -1
      modules/SDL2/include/SDL_main.h
  61. +1
    -1
      modules/SDL2/include/SDL_messagebox.h
  62. +1
    -1
      modules/SDL2/include/SDL_metal.h
  63. +1
    -1
      modules/SDL2/include/SDL_misc.h
  64. +1
    -1
      modules/SDL2/include/SDL_mouse.h
  65. +1
    -1
      modules/SDL2/include/SDL_mutex.h
  66. +1
    -1
      modules/SDL2/include/SDL_name.h
  67. +1
    -1
      modules/SDL2/include/SDL_opengl.h
  68. +1
    -1
      modules/SDL2/include/SDL_opengles.h
  69. +1
    -1
      modules/SDL2/include/SDL_opengles2.h
  70. +1
    -1
      modules/SDL2/include/SDL_pixels.h
  71. +1
    -1
      modules/SDL2/include/SDL_platform.h
  72. +1
    -1
      modules/SDL2/include/SDL_power.h
  73. +1
    -1
      modules/SDL2/include/SDL_quit.h
  74. +1
    -1
      modules/SDL2/include/SDL_rect.h
  75. +1
    -1
      modules/SDL2/include/SDL_render.h
  76. +1
    -1
      modules/SDL2/include/SDL_rwops.h
  77. +1
    -1
      modules/SDL2/include/SDL_scancode.h
  78. +1
    -1
      modules/SDL2/include/SDL_sensor.h
  79. +1
    -1
      modules/SDL2/include/SDL_shape.h
  80. +1
    -1
      modules/SDL2/include/SDL_stdinc.h
  81. +1
    -1
      modules/SDL2/include/SDL_surface.h
  82. +1
    -1
      modules/SDL2/include/SDL_system.h
  83. +1
    -1
      modules/SDL2/include/SDL_syswm.h
  84. +1
    -1
      modules/SDL2/include/SDL_test.h
  85. +1
    -1
      modules/SDL2/include/SDL_test_assert.h
  86. +1
    -1
      modules/SDL2/include/SDL_test_common.h
  87. +1
    -1
      modules/SDL2/include/SDL_test_compare.h
  88. +1
    -1
      modules/SDL2/include/SDL_test_crc32.h
  89. +1
    -1
      modules/SDL2/include/SDL_test_font.h
  90. +1
    -1
      modules/SDL2/include/SDL_test_fuzzer.h
  91. +1
    -1
      modules/SDL2/include/SDL_test_harness.h
  92. +1
    -1
      modules/SDL2/include/SDL_test_images.h
  93. +1
    -1
      modules/SDL2/include/SDL_test_log.h
  94. +1
    -1
      modules/SDL2/include/SDL_test_md5.h
  95. +1
    -1
      modules/SDL2/include/SDL_test_memory.h
  96. +1
    -1
      modules/SDL2/include/SDL_test_random.h
  97. +1
    -1
      modules/SDL2/include/SDL_thread.h
  98. +1
    -1
      modules/SDL2/include/SDL_timer.h
  99. +1
    -1
      modules/SDL2/include/SDL_touch.h
  100. +1
    -1
      modules/SDL2/include/SDL_types.h

+ 21
- 18
CMakeLists.txt View File

@ -84,32 +84,35 @@ ExternalProject_Add(SDL2
"-DCMAKE_C_FLAGS='${CMAKE_C_FLAGS}'"
"-DCMAKE_C_FLAGS_DEBUG='${CMAKE_C_FLAGS_DEBUG}'"
"-DCMAKE_C_FLAGS_RELEASE='${CMAKE_C_FLAGS_RELEASE}'"
"-DSDL_SHARED=OFF"
"-DSDL_STATIC=ON"
"-DSDL_LIBC=ON"
"-DSDL_FORCE_STATIC_VCRT=ON"
"-DSDL_ASSERTIONS=disabled"
"-DSDL_ATOMIC=ON"
"-DSDL_ATOMIC=OFF"
"-DSDL_AUDIO=OFF"
"-DSDL_VIDEO=ON"
"-DSDL_RENDER=OFF"
"-DSDL_CPUINFO=OFF"
"-DSDL_DIRECTX=OFF"
"-DSDL_EVENTS=ON"
"-DSDL_JOYSTICK=ON"
"-DSDL_HAPTIC=ON"
"-DSDL_HIDAPI=ON"
"-DSDL_POWER=OFF"
"-DSDL_THREADS=ON"
"-DSDL_TIMERS=ON"
"-DSDL_FILE=OFF"
"-DSDL_LOADSO=ON"
"-DSDL_CPUINFO=OFF"
"-DSDL_FILESYSTEM=OFF"
"-DSDL_SENSOR=OFF"
"-DSDL_FORCE_STATIC_VCRT=ON"
"-DSDL_HAPTIC=OFF"
"-DSDL_HIDAPI=ON"
"-DSDL_JOYSTICK=ON"
"-DSDL_LIBC=ON"
"-DSDL_LOADSO=ON"
"-DSDL_LOCALE=OFF"
"-DSDL_MISC=OFF"
"-DSDL_DIRECTX=OFF"
"-DSDL_OPENGL=ON"
"-DSDL_OPENGLES=OFF"
"-DSDL_POWER=OFF"
"-DSDL_RENDER=OFF"
"-DSDL_SENSOR=OFF"
"-DSDL_SHARED=OFF"
"-DSDL_STATIC=ON"
"-DSDL_TEST=OFF"
"-DSDL_THREADS=ON"
"-DSDL_TIMERS=OFF"
"-DSDL_VIDEO=ON"
"-DSDL_VULKAN=OFF"
"-DSDL_WASAPI=OFF"
"-DSDL_RENDER_D3D=OFF"
BUILD_ALWAYS 0)
# Build OpenAL Soft module

+ 2
- 3
CONTRIBUTING.md View File

@ -6,7 +6,7 @@ Thanks for taking the time to make Antkeeper better! ❤🐜
To report a bug, please do one of the following:
* [Open an issue](https://git.antkeeper.com/antkeeper/superbuild/issues/new) on Antkeeper Git
* [Open an issue](https://github.com/antkeeper/antkeeper-superbuild/issues) on GitHub
* [Email us](mailto:contact@antkeeper.com) a description of the bug
* [Chat with us](https://discord.gg/AQA955HbK3) about the bug on Discord
@ -19,7 +19,7 @@ To suggest changes or new features, please do one of the following:
## Contributing Code
If you have written code that fixes a bug or provides new functionality, please [open a pull request](https://git.antkeeper.com/antkeeper/superbuild/pulls) on Antkeeper Git.
If you have written code that fixes a bug or provides new functionality, please [open a pull request](https://github.com/antkeeper/antkeeper-superbuild/pulls) on GitHub.
### Coding Conventions
@ -27,4 +27,3 @@ Ensure that all code contributions adhere to the following conventions:
* C++ STL naming conventions
* Allman indent style with tabs
* Unlimited line length

+ 1
- 1
README.md View File

@ -6,7 +6,7 @@ This repository contains the superbuild system and all dependencies required to
Download the Antkeeper superbuild repository and all of its Git submodules:
git clone --recursive https://git.antkeeper.com/antkeeper/superbuild.git
git clone --recursive https://github.com/antkeeper/antkeeper-superbuild.git
> Note: The `antkeeper-data` submodule contains proprietary game data and is not publicly available. The game can be built without this submodule, but the game data is required to play Antkeeper. You can get a copy of the game data by purchasing Antkeeper at [antkeeper.com](https://antkeeper.com/).

+ 27
- 23
modules/SDL2/CMakeLists.txt View File

@ -86,7 +86,7 @@ endif()
# See docs/release_checklist.md
set(SDL_MAJOR_VERSION 2)
set(SDL_MINOR_VERSION 26)
set(SDL_MICRO_VERSION 2)
set(SDL_MICRO_VERSION 3)
set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}")
# Set defaults preventing destination file conflicts
@ -336,6 +336,8 @@ if(WINDOWS)
set(CMAKE_SHARED_LIBRARY_PREFIX "")
endif()
set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} -D_GNU_SOURCE=1")
# Emscripten toolchain has a nonempty default value for this, and the checks
# in this file need to change that, so remember the original value, and
# restore back to that afterwards. For check_function_exists() to work in
@ -527,26 +529,6 @@ set_option(SDL_INSTALL_TESTS "Install test-cases" OFF)
set(HAVE_STATIC_PIC "${SDL_STATIC_PIC}")
if(SDL_WERROR)
if(MSVC)
cmake_push_check_state(RESET)
check_c_compiler_flag(/WX HAVE_WX)
if(HAVE_WX)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX")
endif()
elseif(USE_GCC OR USE_CLANG)
cmake_push_check_state(RESET)
check_c_compiler_flag(-Werror HAVE_WERROR)
if(HAVE_WERROR)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
set(CMAKE_OBJC_FLAGS "${CMAKE_OBJC_FLAGS} -Werror")
endif()
cmake_pop_check_state()
endif()
endif()
if(SDL_HIDAPI)
if(HIDAPI_ONLY_LIBUSB)
set(SDL_HIDAPI_LIBUSB ON CACHE BOOL "" FORCE)
@ -1067,7 +1049,8 @@ if(SDL_LIBC)
check_library_exists(m pow "" HAVE_LIBM)
if(HAVE_LIBM)
set(CMAKE_REQUIRED_LIBRARIES m)
foreach(_FN
endif()
foreach(_FN
atan atan2 atanf atan2f ceil ceilf copysign copysignf cos cosf
exp expf fabs fabsf floor floorf fmod fmodf log logf log10 log10f
lround lroundf pow powf round roundf scalbn scalbnf sin sinf sqrt
@ -1075,7 +1058,8 @@ if(SDL_LIBC)
string(TOUPPER ${_FN} _UPPER)
set(_HAVEVAR "HAVE_${_UPPER}")
check_symbol_exists("${_FN}" "math.h" ${_HAVEVAR})
endforeach()
endforeach()
if(HAVE_LIBM)
set(CMAKE_REQUIRED_LIBRARIES)
if(NOT VITA)
list(APPEND EXTRA_LIBS m)
@ -2926,6 +2910,26 @@ if(NOT SDLMAIN_SOURCES)
file(GLOB SDLMAIN_SOURCES ${SDL2_SOURCE_DIR}/src/main/dummy/*.c)
endif()
if(SDL_WERROR)
if(MSVC)
cmake_push_check_state(RESET)
check_c_compiler_flag(/WX HAVE_WX)
if(HAVE_WX)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /WX")
endif()
elseif(USE_GCC OR USE_CLANG)
cmake_push_check_state(RESET)
check_c_compiler_flag(-Werror HAVE_WERROR)
if(HAVE_WERROR)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror")
set(CMAKE_OBJC_FLAGS "${CMAKE_OBJC_FLAGS} -Werror")
endif()
cmake_pop_check_state()
endif()
endif()
# Append the -MMD -MT flags
# if(DEPENDENCY_TRACKING)
# if(COMPILER_IS_GNUCC)

+ 1
- 1
modules/SDL2/LICENSE.txt View File

@ -1,4 +1,4 @@
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/Makefile.os2 View File

@ -15,7 +15,7 @@
LIBNAME = SDL2
MAJOR_VERSION = 2
MINOR_VERSION = 26
MICRO_VERSION = 2
MICRO_VERSION = 3
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
DESCRIPTION = Simple DirectMedia Layer 2

+ 1
- 1
modules/SDL2/Makefile.w32 View File

@ -6,7 +6,7 @@
LIBNAME = SDL2
MAJOR_VERSION = 2
MINOR_VERSION = 26
MICRO_VERSION = 2
MICRO_VERSION = 3
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)
LIBHOME = .

+ 1
- 1
modules/SDL2/VisualC-GDK/tests/testgdk/src/testgdk.cpp View File

@ -1,5 +1,5 @@
/*
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 2
- 2
modules/SDL2/Xcode/SDL/Info-Framework.plist View File

@ -19,10 +19,10 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.26.2</string>
<string>2.26.3</string>
<key>CFBundleSignature</key>
<string>SDLX</string>
<key>CFBundleVersion</key>
<string>2.26.2</string>
<string>2.26.3</string>
</dict>
</plist>

+ 4
- 4
modules/SDL2/Xcode/SDL/SDL.xcodeproj/project.pbxproj View File

@ -9529,7 +9529,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_POSTPROCESSING = YES;
DYLIB_COMPATIBILITY_VERSION = 2601.0.0;
DYLIB_CURRENT_VERSION = 2601.2.0;
DYLIB_CURRENT_VERSION = 2601.3.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_ALTIVEC_EXTENSIONS = YES;
@ -9614,7 +9614,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
DYLIB_COMPATIBILITY_VERSION = 2601.0.0;
DYLIB_CURRENT_VERSION = 2601.2.0;
DYLIB_CURRENT_VERSION = 2601.3.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@ -9863,7 +9863,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 2601.0.0;
DYLIB_CURRENT_VERSION = 2601.2.0;
DYLIB_CURRENT_VERSION = 2601.3.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
@ -9915,7 +9915,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DYLIB_COMPATIBILITY_VERSION = 2601.0.0;
DYLIB_CURRENT_VERSION = 2601.2.0;
DYLIB_CURRENT_VERSION = 2601.3.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_NS_ASSERTIONS = NO;
GCC_C_LANGUAGE_STANDARD = gnu11;

+ 1
- 1
modules/SDL2/Xcode/SDL/pkg-support/resources/License.txt View File

@ -1,6 +1,6 @@
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/android-project/app/src/main/java/org/libsdl/app/SDLActivity.java View File

@ -61,7 +61,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
private static final String TAG = "SDL";
private static final int SDL_MAJOR_VERSION = 2;
private static final int SDL_MINOR_VERSION = 26;
private static final int SDL_MICRO_VERSION = 2;
private static final int SDL_MICRO_VERSION = 3;
/*
// Display InputType.SOURCE/CLASS of events and devices
//

+ 1
- 1
modules/SDL2/build-scripts/config.sub View File

@ -1075,7 +1075,7 @@ case $cpu-$vendor in
pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
cpu=i586
;;
pentiumpro-* | p6-* | 6x86-* | athlon-* | athalon_*-*)
pentiumpro-* | p6-* | 6x86-* | athlon-* | athlon_*-*)
cpu=i686
;;
pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)

+ 2
- 2
modules/SDL2/build-scripts/gen_audio_channel_conversion.c View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@ -395,7 +395,7 @@ int main(void)
printf(
"/*\n"
" Simple DirectMedia Layer\n"
" Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>\n"
" Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>\n"
"\n"
" This software is provided 'as-is', without any express or implied\n"
" warranty. In no event will the authors be held liable for any damages\n"

+ 2
- 2
modules/SDL2/build-scripts/gen_audio_resampler_filter.c View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
@ -113,7 +113,7 @@ int main(void)
printf(
"/*\n"
" Simple DirectMedia Layer\n"
" Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>\n"
" Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>\n"
"\n"
" This software is provided 'as-is', without any express or implied\n"
" warranty. In no event will the authors be held liable for any damages\n"

+ 0
- 3
modules/SDL2/cmake/sdlchecks.cmake View File

@ -949,7 +949,6 @@ macro(CheckPTHREAD)
list(APPEND SDL_CFLAGS ${PTHREAD_CFLAGS})
check_c_source_compiles("
#define _GNU_SOURCE 1
#include <pthread.h>
int main(int argc, char **argv) {
pthread_mutexattr_t attr;
@ -960,7 +959,6 @@ macro(CheckPTHREAD)
set(SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1)
else()
check_c_source_compiles("
#define _GNU_SOURCE 1
#include <pthread.h>
int main(int argc, char **argv) {
pthread_mutexattr_t attr;
@ -991,7 +989,6 @@ macro(CheckPTHREAD)
check_include_files("pthread_np.h" HAVE_PTHREAD_NP_H)
if (HAVE_PTHREAD_H)
check_c_source_compiles("
#define _GNU_SOURCE 1
#include <pthread.h>
int main(int argc, char **argv) {
pthread_setname_np(pthread_self(), \"\");

+ 1
- 1
modules/SDL2/configure View File

@ -3454,7 +3454,7 @@ orig_CFLAGS="$CFLAGS"
# See docs/release_checklist.md
SDL_MAJOR_VERSION=2
SDL_MINOR_VERSION=26
SDL_MICRO_VERSION=2
SDL_MICRO_VERSION=3
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
SDL_BINARY_AGE=`expr $SDL_MINOR_VERSION \* 100 + $SDL_MICRO_VERSION`

+ 1
- 1
modules/SDL2/configure.ac View File

@ -13,7 +13,7 @@ dnl Set various version strings - taken gratefully from the GTk sources
# See docs/release_checklist.md
SDL_MAJOR_VERSION=2
SDL_MINOR_VERSION=26
SDL_MICRO_VERSION=2
SDL_MICRO_VERSION=3
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
SDL_BINARY_AGE=`expr $SDL_MINOR_VERSION \* 100 + $SDL_MICRO_VERSION`

+ 1
- 1
modules/SDL2/include/SDL.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_assert.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_atomic.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_audio.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_bits.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_blendmode.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_clipboard.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config.h.cmake View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config.h.in View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_android.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_emscripten.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_iphoneos.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_macosx.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_minimal.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_ngage.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_os2.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_pandora.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_windows.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_wingdk.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_winrt.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_config_xbox.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_copying.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_cpuinfo.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_egl.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_endian.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_error.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_events.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_filesystem.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_gamecontroller.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_gesture.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_guid.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_haptic.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_hidapi.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_hints.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_joystick.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_keyboard.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_keycode.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_loadso.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_locale.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_log.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_main.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_messagebox.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_metal.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_misc.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_mouse.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_mutex.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_name.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_opengl.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_opengles.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_opengles2.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_pixels.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_platform.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_power.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_quit.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_rect.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_render.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_rwops.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_scancode.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_sensor.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_shape.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_stdinc.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_surface.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_system.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_syswm.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_assert.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_common.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_compare.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_crc32.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_font.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_fuzzer.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_harness.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_images.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_log.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_md5.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_memory.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_test_random.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_thread.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_timer.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_touch.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

+ 1
- 1
modules/SDL2/include/SDL_types.h View File

@ -1,6 +1,6 @@
/*
Simple DirectMedia Layer
Copyright (C) 1997-2022 Sam Lantinga <slouken@libsdl.org>
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save