yuanhecai
|
50af65a7dd
Fix loongarch64 support
|
3 years ago |
Anonymous Maarten
|
61f76efb85
cmake: do all compile tests with -D_GNU_SOURCE=1
|
3 years ago |
Anonymous Maarten
|
f53d797cca
cmake: generate git hash using GetRevisionDescription CMake module
|
3 years ago |
Ozkan Sezer
|
d4f7b0aa0e
cmake: added missing INTERFACE to target_compile_definitions
|
3 years ago |
Anonymous Maarten
|
77025417dd
cmake: add SDL_ prefix to EXTRA_LIBS/EXTRA_LDFLAGS
|
3 years ago |
Anonymous Maarten
|
bffbfa572c
cmake: rename SDL_STATIC_LIBS -> SDL_PC_STATIC_LIBS
|
3 years ago |
Anonymous Maarten
|
2f1860cfc6
cmake: add sdl-shared-build-options target to collect SDL shared library flags
|
3 years ago |
Anonymous Maarten
|
0003559adf
cmake: handle macos current and compatibility version through VERSION/SOVERSION properties
|
3 years ago |
Anonymous Maarten
|
053c37583c
cmake: avoid modifying CMAKE_C_FLAGS
|
3 years ago |
Anonymous Maarten
|
8fc445c730
cmake: SDL3 does not need -lmingw32 anymore because SDL_main has gone
|
3 years ago |
Anonymous Maarten
|
562a8209d8
cmake: HAVE_LINUX_VERSION_H is unused
|
3 years ago |
Anonymous Maarten
|
5555284a70
cmake: use target_compile_options to use -idirafter for khronos headers
|
3 years ago |
Anonymous Maarten
|
4d9ee735fd
cmake: SIZEOF_VOIDP, LIBNAME and LIBTYPE are not used
|
3 years ago |
Anonymous Maarten
|
0a4420e02f
cmake: rename cmake variables to include _PC_ as they are meant for pkgconfig file
|
3 years ago |
Anonymous Maarten
|
373a6464c8
cmake: collect cflags in sdl-build-options and sdl-global-options
|
3 years ago |
Anonymous Maarten
|
fb80608fff
cmake: use cmake <LANG>_VISIBILITY_PRESET property to pass -fvisibility=hidden
|
3 years ago |
Anonymous Maarten
|
87af5cfc9f
cmake: HAVE_GCC_PREFERRED_STACK_BOUNDARY is not used anymore
|
3 years ago |
Anonymous Maarten
|
d73b9fec1e
cmake: target_compile_definitions does not need -D prefix
|
3 years ago |
Ozkan Sezer
|
ca541789ea
cmake: check for math library functions even in the absence of libm
|
3 years ago |
Ozkan Sezer
|
5ea06f487d
cmake: fix detection of library functions when -Werror is enabled.
|
3 years ago |
Ozkan Sezer
|
0f9b923ff4
cmake: fix detection of math library functions.
|
3 years ago |
Sam Lantinga
|
39852241ef
Added -Wdocumentation to CMake clang build
|
3 years ago |
Sam Lantinga
|
7f23d71b6a
Added SDL_modf() and SDL_modff()
|
3 years ago |
Anonymous Maarten
|
7150d6b05a
cmake: add SDL3 to include path
|
3 years ago |
avafinger
|
12e0e6d130
SDL3 with Hardware Acceleration for ROCKCHIP platform (mali blob)
|
3 years ago |
Ryan C. Gordon
|
1cf2b566af
cpu: Removed 3DNow! support and SDL_Has3DNow().
|
3 years ago |
Anonymous Maarten
|
19d4d64cfe
cmake: disable precompiled header for SDL_spinlock.c when targeting Android
|
3 years ago |
Anonymous Maarten
|
8f9227e4be
cmake: use CMakePushCheckState to handle check states
|
3 years ago |
Anonymous Maarten
|
fab33545fa
cmake: remove outdated fixme
|
3 years ago |
Anonymous Maarten
|
fe8291e09a
cmake: only install SDL_test*.h headers when building SDL_test library
|
3 years ago |