index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-27
vulkan: Include a copy of vulkan.h and vk_platform.h.
Ryan C. Gordon
1
-16
/
+3
2017-08-27
vulkan: Initial Vulkan support!
Ryan C. Gordon
1
-0
/
+36
2017-08-26
Fixed bug 3774 - Cmake build fails for Android
Sam Lantinga
1
-0
/
+6
2017-08-21
Fixed bug 3761 - Windows non-MinGW cmake build defines HAVE_WCSLCPY and HAVE_...
Sam Lantinga
1
-1
/
+1
2017-08-21
configury: check mmdeviceapi.h and audioclient.h before enabling wasapi.
Sam Lantinga
1
-1
/
+2
2017-08-18
Updated version to 2.0.6
Sam Lantinga
1
-3
/
+3
2017-08-18
cmake: some iOS fixes (don't link to Cocoa or Carbon frameworks).
Ryan C. Gordon
1
-3
/
+11
2017-08-18
cmake: added a FIXME for later.
Ryan C. Gordon
1
-0
/
+2
2017-08-18
cmake: Fix building for macOS with Xcode generator (thanks, dungaipara!).
Ryan C. Gordon
1
-5
/
+9
2017-08-17
cmake: add core/unix sources to the build.
Ryan C. Gordon
1
-2
/
+7
2017-08-14
Fixed bug 2330 - Debian bug report: SDL2 X11 driver buffer overflow with larg...
Sam Lantinga
1
-1
/
+1
2017-08-13
Added wchar.h to fix build on some platforms with new wcs* functions
Sam Lantinga
1
-2
/
+2
2017-08-13
Added SDL_wcscmp()
Sam Lantinga
1
-0
/
+1
2017-08-11
Forgot to add function check for fopen64 to CMake build
Sam Lantinga
1
-1
/
+1
2017-08-09
cmake: Pacify warning about Policy CMP0042 not being set.
Ryan C. Gordon
1
-1
/
+3
2017-08-09
Fixed bug 3651 - CMake build does not install CMake package configuration
Sam Lantinga
1
-5
/
+48
2017-06-08
Android build fixes
Olli Kallioinen
1
-1
/
+20
2017-08-02
Fixed bug 3690 - SDL2 KMS/DRM render context support
Sam Lantinga
1
-0
/
+3
2017-07-10
Fixed bug 3609 - Windows build fails due to conflicting types for 'XINPUT_GAM...
Sam Lantinga
1
-0
/
+10
2017-06-12
Fixed bug 3670 - CMake IOS haptic error
Sam Lantinga
1
-1
/
+1
2017-06-11
cmake: iOS haptic section was referencing power source code (thanks, Martin!).
Ryan C. Gordon
1
-1
/
+1
2017-06-08
jack: Initial shot at a JACK audio target.
Ryan C. Gordon
1
-0
/
+3
2017-06-04
Android cmake build fixed to work with the official android gradle plugin
Olli Kallioinen
1
-5
/
+32
2017-06-06
cmake: don't use /NODEFAULTLIB if we are using the C runtime (thanks, Rob!).
Ryan C. Gordon
1
-2
/
+2
2017-05-24
audio: rename bsd target to netbsd.
Ryan C. Gordon
1
-4
/
+4
2017-02-23
cmake: add WASAPI audio target to the build (thanks, Martin!).
Ryan C. Gordon
1
-0
/
+7
2017-01-24
CMake: fixed logic error in setting -mfpmath=387.
Ryan C. Gordon
1
-1
/
+1
2017-01-23
audio: Wired up new SSE code to build system.
Ryan C. Gordon
1
-2
/
+27
2017-01-06
Added configure and cmake support for libsamplerate
Sam Lantinga
1
-2
/
+5
2016-11-17
cpuinfo: first attempt at SDL_HasNEON() implementation.
Ryan C. Gordon
1
-1
/
+1
2016-10-14
Fixed building with cmake when fcitx isn't installed
Sam Lantinga
1
-0
/
+2
2016-10-03
Fixed setting the version info in the shared library when using CMake
Sam Lantinga
1
-1
/
+1
2016-10-01
Fixed bug 3078 - cmake: fix sdl2.m4 install location on cross hosts
Sam Lantinga
1
-2
/
+3
2016-10-01
Fix CMake setting an incorrect video backend on iOS
Alex Szpakowski
1
-1
/
+1
2016-10-01
Fixed bug 3268 - CMAKE: ios fixes
Sam Lantinga
1
-9
/
+28
2016-10-01
Fixed bug 3301 - IBus support on Linux with CMake
Sam Lantinga
1
-2
/
+16
2016-09-28
Updated version to 2.0.5 in preparation for release
Sam Lantinga
1
-3
/
+3
2016-09-15
Fixed set of libraries needed to build on Mac OS X
Sam Lantinga
1
-4
/
+9
2016-09-15
Hopefully fixed the cmake build on Mac OS X
Sam Lantinga
1
-15
/
+5
2016-09-13
Fix CMake CMAKE_REQUIRED_FLAGS handling to preserve existing CMake flags requ...
Jukka Jylänki
1
-1
/
+1
2016-09-13
Include timers when using cmake (#29)
Charlie Birks
1
-0
/
+10
2016-09-04
mac: Patched to compile with CMake project.
Ryan C. Gordon
1
-0
/
+5
2016-03-18
Windows CMake: don't try to link dxguid, it's unavailable when using Visual S...
Alex Szpakowski
1
-1
/
+1
2016-01-16
Expose the EGL display and window for Vivante SDL windows
Sam Lantinga
1
-0
/
+0
2016-01-08
CMake: only set "-O3 -g" defaults if CMAKE_BUILD_TYPE wasn't set at all.
Ryan C. Gordon
1
-2
/
+4
2016-01-07
Fixed --enable-new-dtags check with cmake
Sam Lantinga
1
-2
/
+3
2016-01-07
Use --enable-new-dtags to set RUNPATH rather than RPATH so that LD_LIBRARY_PA...
Sam Lantinga
1
-0
/
+6
2016-01-05
CMake: Turned off Mac OS X rpath warning kludge.
Ryan C. Gordon
1
-1
/
+1
2016-01-05
CMake: Let static libraries optionally be built with Position Independent Code.
Ryan C. Gordon
1
-0
/
+6
2016-01-05
CMake: use the old MACOSX_RPATH behavior (for now), silence the warning.
Ryan C. Gordon
1
-0
/
+11
[prev]
[next]